mirror of
https://github.com/jgthms/bulma
synced 2026-03-23 05:19:35 -07:00
Merge branch 'master' into css-variables-with-fallback
This commit is contained in:
@@ -11,6 +11,8 @@ $file-name-border-style: solid !default
|
||||
$file-name-border-width: 1px 1px 1px 0 !default
|
||||
$file-name-max-width: 16em !default
|
||||
|
||||
$file-colors: $form-colors !default
|
||||
|
||||
.file
|
||||
--file-radius: #{$file-radius}
|
||||
--file-cta-hover-color: #{$file-cta-hover-color}
|
||||
@@ -30,7 +32,7 @@ $file-name-max-width: 16em !default
|
||||
justify-content: flex-start
|
||||
position: relative
|
||||
// Colors
|
||||
@each $name, $pair in $colors
|
||||
@each $name, $pair in $file-colors
|
||||
$color: nth($pair, 1)
|
||||
$color-invert: nth($pair, 2)
|
||||
&.is-#{$name}
|
||||
|
||||
Reference in New Issue
Block a user