vue-material/src/components/mdDialog/mdDialog.theme

7 lines
144 B
Text
Raw Normal View History

2016-11-16 19:56:26 +00:00
.THEME_NAME {
2016-12-12 23:38:05 +00:00
&.md-dialog-container .md-dialog {
2016-11-16 19:56:26 +00:00
background-color: #{'BACKGROUND-COLOR-A100'};
color: #{'BACKGROUND-CONTRAST'};
}
}