fix(style): font-weight lighter => 300

This commit is contained in:
Guillaume Chau
2019-04-06 02:26:02 +02:00
parent 8c3ff11653
commit 6fe42e9254
5 changed files with 6 additions and 6 deletions

View File

@@ -96,7 +96,7 @@ export default {
.title
color lighten($vue-ui-color-dark, 60%)
font-size 20px
font-weight lighter
font-weight 300
text-align center
margin-bottom $padding-item
@@ -108,7 +108,7 @@ export default {
.info-block
v-box()
box-center()
font-weight lighter
font-weight 300
text-align center
.label

View File

@@ -69,7 +69,7 @@ export default {
.title
font-size 32px
font-weight lighter
font-weight 300
text-align center
margin-bottom ($padding-item * 2)

View File

@@ -31,5 +31,5 @@
.title
font-size 28px
font-weight lighter
font-weight 300
</style>

View File

@@ -112,7 +112,7 @@ export default {
padding $padding-item
font-size 24px
text-align center
font-weight lighter
font-weight 300
&.hide-tabs
>>> .tabs

View File

@@ -79,7 +79,7 @@ export default {
.group-name
padding $padding-item $padding-item ($padding-item / 2)
font-size 1.6em
font-weight lighter
font-weight 300
color $vue-ui-color-accent
.vue-ui-dark-mode &
color lighten($vue-ui-color-accent, 60%)