mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-16 15:07:36 -07:00
13 lines
326 B
SCSS
13 lines
326 B
SCSS
/* SEE: https://vuematerial.io/themes/configuration */
|
|
|
|
@import '../const.json';
|
|
|
|
@import "~vue-material/dist/theme/engine";
|
|
|
|
@include md-register-theme("default", (
|
|
primary: $themeColor,
|
|
accent: $themeColor
|
|
));
|
|
|
|
@import "~vue-material/dist/components/MdButton/theme";
|
|
@import "~vue-material/dist/components/MdField/theme";
|