mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-18 20:21:07 +00:00
63 lines
1.1 KiB
Text
63 lines
1.1 KiB
Text
.THEME_NAME {
|
|
.md-list,
|
|
&.md-list {
|
|
background-color: #{'BACKGROUND-COLOR-A100'};
|
|
color: #{'BACKGROUND-CONTRAST'};
|
|
|
|
&.md-transparent {
|
|
background-color: transparent;
|
|
color: inherit;
|
|
}
|
|
|
|
.md-list-item {
|
|
.router-link-active.md-list-item-container {
|
|
color: #{'PRIMARY-COLOR'};
|
|
|
|
> .md-icon {
|
|
color: #{'PRIMARY-COLOR'};
|
|
}
|
|
}
|
|
|
|
&.md-primary {
|
|
.md-list-item-container {
|
|
color: #{'PRIMARY-COLOR'};
|
|
|
|
> .md-icon {
|
|
color: #{'PRIMARY-COLOR'};
|
|
}
|
|
}
|
|
}
|
|
|
|
&.md-accent {
|
|
.md-list-item-container {
|
|
color: #{'ACCENT-COLOR'};
|
|
|
|
> .md-icon {
|
|
color: #{'ACCENT-COLOR'};
|
|
}
|
|
}
|
|
}
|
|
|
|
&.md-warn {
|
|
.md-list-item-container {
|
|
color: #{'WARN-COLOR'};
|
|
|
|
> .md-icon {
|
|
color: #{'WARN-COLOR'};
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.md-list-item-expand {
|
|
.md-list-item-container {
|
|
background-color: #{'BACKGROUND-COLOR-A100'};
|
|
|
|
&:hover,
|
|
&:focus {
|
|
background-color: rgba(#999, .2);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|