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

14 lines
211 B
Text
Raw Normal View History

2016-10-25 12:59:36 +00:00
.THEME_NAME {
.md-table,
&.md-table {
2016-10-26 03:58:35 +00:00
}
2016-10-25 12:59:36 +00:00
2016-10-26 03:58:35 +00:00
.md-table-card,
&.md-table-card {
.md-toolbar {
background-color: #{'BACKGROUND-COLOR-A100'};
color: #{'BACKGROUND-CONTRAST-A100'};
}
2016-10-25 12:59:36 +00:00
}
}