[wip] better mobile setting
This commit is contained in:
parent
a97296df45
commit
254fbbbc75
16 changed files with 220 additions and 25 deletions
13
src/client/md.scss
Normal file
13
src/client/md.scss
Normal file
|
|
@ -0,0 +1,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";
|
||||
Loading…
Add table
Add a link
Reference in a new issue