blob: d850863efd7aa02a70d1939282e34d411db22aa0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* SEE: https://vuematerial.io/themes/configuration */
@import '../const.json';
@import "~vue-material/dist/theme/engine";
@include md-register-theme("default", (
primary: $themeColor,
accent: md-get-palette-color(red, A200)
));
@import "~vue-material/dist/components/MdButton/theme";
@import "~vue-material/dist/components/MdField/theme";
|