2018-05-19 13:31:13 +02:00
|
|
|
/* SEE: https://vuematerial.io/themes/configuration */
|
|
|
|
|
|
|
|
@import '../const.json';
|
|
|
|
|
|
|
|
@import "~vue-material/dist/theme/engine";
|
|
|
|
|
|
|
|
@include md-register-theme("default", (
|
|
|
|
primary: $themeColor,
|
2018-05-20 02:04:48 +02:00
|
|
|
accent: $themeColor
|
2018-05-19 13:31:13 +02:00
|
|
|
));
|
|
|
|
|
|
|
|
@import "~vue-material/dist/components/MdButton/theme";
|
|
|
|
@import "~vue-material/dist/components/MdField/theme";
|