We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96bfd66 commit 012a058Copy full SHA for 012a058
src/main.styl
@@ -1,7 +1,30 @@
1
-// main.styl
+// Application Styling
2
+// Import then overwrite the default style
3
+
4
+// Variables
5
@import '~vuetify/src/stylus/settings/_variables'
6
-$body-font-family = 'QuickSand'
7
+$body-font-family = 'Open Sans'
8
+$button-font-weight = 600
9
+$list-title-font-weight = 600
10
+$navigation-drawer-item-font-size = 40px
11
12
+$font-weights = {
13
+ medium: 600,
14
+}
15
16
+// Components
17
+@import '~vuetify/src/stylus/main'
18
19
+.v-toolbar__title
20
+ font-size: 24px
21
22
+.v-tabs__div
23
+ font-weight: 600
24
25
+.v-navigation-drawer
26
+ .v-list .v-list__tile
27
28
-@import '~vuetify/src/stylus/main'
29
+.v-icon
30
+ font-weight: 500
0 commit comments