Files
2015-09-28 15:55:37 -05:00

36 lines
525 B
SCSS

// Material Design Popups
// --------------------------------------------------
$popup-md-border-radius: 13px !default;
$popup-md-background-color: #f8f8f8 !default;
popup-wrapper {
border-radius: $popup-md-border-radius;
background-color: $popup-md-background-color;
}
.popup-head {
padding-top: 24px;
}
.popup-body:empty {
padding: 0;
}
.popup-buttons {
padding: 0;
min-height: 0;
.button {
min-height: 42px;
font-size: 14px;
&:last-child {
font-weight: bold;
}
}
}