Skip to content

Instantly share code, notes, and snippets.

@mobimation
mobimation / elemental-modal.scss
Created November 15, 2016 08:40 — forked from dphaener/elemental-modal.scss
Elemental UI Modal CSS
%modal_common {
margin-left: 20px;
margin-right: 20px;
padding-bottom: 20px;
padding-top: 20px;
position: relative;
}
@-webkit-keyframes modalDialogEnter {