mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-26 17:19:08 -06:00
fix(style): font-weight lighter => 300
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -69,7 +69,7 @@ export default {
|
||||
|
||||
.title
|
||||
font-size 32px
|
||||
font-weight lighter
|
||||
font-weight 300
|
||||
text-align center
|
||||
margin-bottom ($padding-item * 2)
|
||||
|
||||
|
||||
@@ -31,5 +31,5 @@
|
||||
|
||||
.title
|
||||
font-size 28px
|
||||
font-weight lighter
|
||||
font-weight 300
|
||||
</style>
|
||||
|
||||
@@ -112,7 +112,7 @@ export default {
|
||||
padding $padding-item
|
||||
font-size 24px
|
||||
text-align center
|
||||
font-weight lighter
|
||||
font-weight 300
|
||||
|
||||
&.hide-tabs
|
||||
>>> .tabs
|
||||
|
||||
@@ -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%)
|
||||
|
||||
Reference in New Issue
Block a user