make font-weight a variable and make it 400

This commit is contained in:
Lisa P 2015-09-28 17:46:43 +02:00
parent 76c9b368cf
commit 0f2f2253cf
4 changed files with 7 additions and 7 deletions

View File

@ -10,4 +10,4 @@ $font-size-tiniest: 10px
$line-height: 22px
$line-height-log: 19px
$font-weight-normal: 400

View File

@ -11,7 +11,7 @@
background: #a6adad
color: #ffffff
font-size: 14px
font-weight: 300
font-weight: $font-weight-normal
border: none
border-radius: 2px
line-height: 1

View File

@ -30,7 +30,7 @@
.row-item
margin: .2em
font-size: 16px
font-weight: 400
font-weight: $font-weight-normal
white-space: nowrap
overflow: hidden
a

View File

@ -24,7 +24,7 @@
.dashboard-filter
padding: 0 $column-gutter/2
font-size: 16px
font-weight: 300
font-weight: $font-weight-normal
@media #{$medium-up}
padding: 0
@ -40,7 +40,7 @@
text-align: left
margin-bottom: .3rem
color: $grey-dark
background: linear-gradient(to right, #CACECE 0%, #CACECE 9px, white 10px, white 100%) no-repeat
background: linear-gradient(to right, #CACECE 0%, #CACECE 9px, white 9px, white 100%) no-repeat
.icon
width: 1.3em
@ -51,7 +51,7 @@
h2, h3
margin: 0
font-weight: 300
font-weight: $font-weight-normal
h3
font-size: 16px
@ -66,7 +66,7 @@
.row-item
margin: .2em
font-size: 16px
font-weight: 300
font-weight: $font-weight-normal
white-space: nowrap
overflow: hidden
a