Add weight variable, Remove inline-flex, Fix link button

This commit is contained in:
Jeremy Thomas 2016-04-21 21:39:57 +01:00
parent 575b24a75c
commit 974805b46a
5 changed files with 7 additions and 4 deletions

View File

@ -37,6 +37,7 @@ pre
body
color: $text
font-size: 1rem
font-weight: $weight-normal
line-height: 1.428571428571429
// Inline
@ -72,6 +73,7 @@ small
strong
color: $text-strong
font-weight: $weight-bold
// Block

View File

@ -79,6 +79,7 @@
border-color: darken($color, 10%)
color: darken($color, 10%)
&.is-link
background: transparent
border-color: transparent
color: $text
text-decoration: underline

View File

@ -1,12 +1,11 @@
=control
-moz-appearance: none
-webkit-appearance: none
align-items: center
background: $control-background
border: 1px solid $control-border
border-radius: $radius
color: $control
display: inline-flex
display: inline-block
font-size: $size-normal
height: 32px
line-height: 24px

View File

@ -146,11 +146,10 @@
vertical-align: top
.tag
align-items: center
background: $background
border-radius: 290486px
color: $text
display: inline-flex
display: inline-block
font-size: 12px
height: 24px
justify-content: center

View File

@ -30,6 +30,8 @@ $size-6: 14px !default
$size-7: 11px !default
$weight-normal: 400 !default
$weight-bold: 700 !default
$weight-title-normal: 300 !default
$weight-title-bold: 500 !default