This commit is contained in:
Jeremy Thomas
2016-06-29 23:59:48 +01:00
parent 02313b85eb
commit 91d04459db
22 changed files with 72 additions and 70 deletions

View File

@@ -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