2018-10-22 02:41:35 -04:00
|
|
|
@import "../themes/themes";
|
2017-12-23 23:40:01 -05:00
|
|
|
|
2018-10-22 02:41:35 -04:00
|
|
|
@include themifyRoot() {
|
|
|
|
.dialog {
|
|
|
|
background-color: themed(dialogBgColor);
|
|
|
|
color: themed(dialogFgColor);
|
2017-12-23 23:40:01 -05:00
|
|
|
|
2018-10-22 02:41:35 -04:00
|
|
|
.dialog-header {
|
|
|
|
padding: 20px;
|
|
|
|
border-bottom: 1px solid themed(dialogBorderColor);
|
2017-12-23 23:40:01 -05:00
|
|
|
|
2018-10-22 02:41:35 -04:00
|
|
|
h4 {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
}
|
2017-12-23 23:40:01 -05:00
|
|
|
|
2018-10-22 02:41:35 -04:00
|
|
|
.dialog-content {
|
|
|
|
padding: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dialog-footer {
|
|
|
|
padding: 20px;
|
|
|
|
border-top: 1px solid themed(dialogFooterBorderColor);
|
|
|
|
background-color: themed(dialogFooterBackgroundColor);
|
|
|
|
}
|
2017-12-23 23:40:01 -05:00
|
|
|
}
|
2018-10-22 02:41:35 -04:00
|
|
|
}
|