mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
19 lines
414 B
SCSS
19 lines
414 B
SCSS
@import "../themes/themes";
|
|
|
|
@include themifyRoot() {
|
|
.modal-content {
|
|
background-color: themed(dialogBgColor);
|
|
color: themed(dialogFgColor);
|
|
|
|
.modal-header {
|
|
padding: 20px;
|
|
border-bottom: 1px solid themed(dialogBorderColor);
|
|
}
|
|
|
|
.dialog-footer {
|
|
border-top: 1px solid themed(dialogFooterBorderColor);
|
|
background-color: themed(dialogFooterBackgroundColor);
|
|
}
|
|
}
|
|
}
|