mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 11:24:29 -07:00
Fix #242
This commit is contained in:
@@ -10,19 +10,19 @@
|
||||
padding: 0
|
||||
width: 100%
|
||||
&::-webkit-progress-bar
|
||||
background: $border
|
||||
background-color: $border
|
||||
&::-webkit-progress-value
|
||||
background: $text
|
||||
background-color: $text
|
||||
&::-moz-progress-bar
|
||||
background: $text
|
||||
background-color: $text
|
||||
// Colors
|
||||
@each $name, $pair in $colors
|
||||
$color: nth($pair, 1)
|
||||
&.is-#{$name}
|
||||
&::-webkit-progress-value
|
||||
background: $color
|
||||
background-color: $color
|
||||
&::-moz-progress-bar
|
||||
background: $color
|
||||
background-color: $color
|
||||
// Sizes
|
||||
&.is-small
|
||||
height: 8px
|
||||
|
||||
Reference in New Issue
Block a user