mirror of
https://github.com/jgthms/bulma.git
synced 2024-12-12 13:28:30 +00:00
Add weight variable, Remove inline-flex, Fix link button
This commit is contained in:
parent
575b24a75c
commit
974805b46a
@ -37,6 +37,7 @@ pre
|
|||||||
body
|
body
|
||||||
color: $text
|
color: $text
|
||||||
font-size: 1rem
|
font-size: 1rem
|
||||||
|
font-weight: $weight-normal
|
||||||
line-height: 1.428571428571429
|
line-height: 1.428571428571429
|
||||||
|
|
||||||
// Inline
|
// Inline
|
||||||
@ -72,6 +73,7 @@ small
|
|||||||
|
|
||||||
strong
|
strong
|
||||||
color: $text-strong
|
color: $text-strong
|
||||||
|
font-weight: $weight-bold
|
||||||
|
|
||||||
// Block
|
// Block
|
||||||
|
|
||||||
|
@ -79,6 +79,7 @@
|
|||||||
border-color: darken($color, 10%)
|
border-color: darken($color, 10%)
|
||||||
color: darken($color, 10%)
|
color: darken($color, 10%)
|
||||||
&.is-link
|
&.is-link
|
||||||
|
background: transparent
|
||||||
border-color: transparent
|
border-color: transparent
|
||||||
color: $text
|
color: $text
|
||||||
text-decoration: underline
|
text-decoration: underline
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
=control
|
=control
|
||||||
-moz-appearance: none
|
-moz-appearance: none
|
||||||
-webkit-appearance: none
|
-webkit-appearance: none
|
||||||
align-items: center
|
|
||||||
background: $control-background
|
background: $control-background
|
||||||
border: 1px solid $control-border
|
border: 1px solid $control-border
|
||||||
border-radius: $radius
|
border-radius: $radius
|
||||||
color: $control
|
color: $control
|
||||||
display: inline-flex
|
display: inline-block
|
||||||
font-size: $size-normal
|
font-size: $size-normal
|
||||||
height: 32px
|
height: 32px
|
||||||
line-height: 24px
|
line-height: 24px
|
||||||
|
@ -146,11 +146,10 @@
|
|||||||
vertical-align: top
|
vertical-align: top
|
||||||
|
|
||||||
.tag
|
.tag
|
||||||
align-items: center
|
|
||||||
background: $background
|
background: $background
|
||||||
border-radius: 290486px
|
border-radius: 290486px
|
||||||
color: $text
|
color: $text
|
||||||
display: inline-flex
|
display: inline-block
|
||||||
font-size: 12px
|
font-size: 12px
|
||||||
height: 24px
|
height: 24px
|
||||||
justify-content: center
|
justify-content: center
|
||||||
|
@ -30,6 +30,8 @@ $size-6: 14px !default
|
|||||||
|
|
||||||
$size-7: 11px !default
|
$size-7: 11px !default
|
||||||
|
|
||||||
|
$weight-normal: 400 !default
|
||||||
|
$weight-bold: 700 !default
|
||||||
$weight-title-normal: 300 !default
|
$weight-title-normal: 300 !default
|
||||||
$weight-title-bold: 500 !default
|
$weight-title-bold: 500 !default
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user