summaryrefslogtreecommitdiff
path: root/src/client/md.scss
blob: 83683658853ad163f939d617160c53806a0178cb (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: $themeColor
));

@import "~vue-material/dist/components/MdButton/theme";
@import "~vue-material/dist/components/MdField/theme";