mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-24 23:03:45 +00:00
25 lines
427 B
Text
25 lines
427 B
Text
.THEME_NAME {
|
|
&.md-table {
|
|
|
|
}
|
|
|
|
&.md-table-card {
|
|
.md-toolbar {
|
|
background-color: #{'BACKGROUND-COLOR'};
|
|
color: #{'BACKGROUND-CONTRAST'};
|
|
}
|
|
}
|
|
|
|
&.md-table-alternate-header {
|
|
background-color: #{'BACKGROUND-COLOR'};
|
|
|
|
.md-toolbar {
|
|
background-color: #{'ACCENT-COLOR-A100-0.2'};
|
|
color: #{'ACCENT-CONTRAST-A100'};
|
|
}
|
|
|
|
.md-counter {
|
|
color: #{'ACCENT-COLOR'};
|
|
}
|
|
}
|
|
}
|