mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 20:24:30 -07:00
Add customisation variables
This commit is contained in:
9
sass/elements/progress.sass
Normal file → Executable file
9
sass/elements/progress.sass
Normal file → Executable file
@@ -1,3 +1,6 @@
|
||||
$progress-bar-background-color: $border !default
|
||||
$progress-value-background-color: $text !default
|
||||
|
||||
.progress
|
||||
+block
|
||||
-moz-appearance: none
|
||||
@@ -10,11 +13,11 @@
|
||||
padding: 0
|
||||
width: 100%
|
||||
&::-webkit-progress-bar
|
||||
background-color: $border
|
||||
background-color: $progress-bar-background-color
|
||||
&::-webkit-progress-value
|
||||
background-color: $text
|
||||
background-color: $progress-value-background-color
|
||||
&::-moz-progress-bar
|
||||
background-color: $text
|
||||
background-color: $progress-value-background-color
|
||||
// Colors
|
||||
@each $name, $pair in $colors
|
||||
$color: nth($pair, 1)
|
||||
|
||||
Reference in New Issue
Block a user