mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-22 00:32:16 +02:00
N°4628 - Upgrade bulma lib to v0.9.4 to avoid hack from N°4481
This commit is contained in:
4
node_modules/bulma-scss/form/_tools.scss
generated
vendored
4
node_modules/bulma-scss/form/_tools.scss
generated
vendored
@@ -3,6 +3,8 @@ $label-weight: $weight-bold !default;
|
||||
|
||||
$help-size: $size-small !default;
|
||||
|
||||
$label-colors: $form-colors !default;
|
||||
|
||||
.label {
|
||||
color: $label-color;
|
||||
display: block;
|
||||
@@ -32,7 +34,7 @@ $help-size: $size-small !default;
|
||||
font-size: $help-size;
|
||||
margin-top: 0.25rem;
|
||||
|
||||
@each $name, $pair in $colors {
|
||||
@each $name, $pair in $label-colors {
|
||||
$color: nth($pair, 1);
|
||||
|
||||
&.is-#{$name} {
|
||||
|
||||
Reference in New Issue
Block a user