map highlight styles
parent
efee91f0bf
commit
8d404c0095
|
|
@ -102,10 +102,12 @@ fieldset:enabled .is-hidden-enabled {
|
||||||
.highlight,
|
.highlight,
|
||||||
.highlight path {
|
.highlight path {
|
||||||
&.is-danger {
|
&.is-danger {
|
||||||
|
stroke: $danger-dark !important;
|
||||||
fill: rgba($danger-light, 0.6);
|
fill: rgba($danger-light, 0.6);
|
||||||
}
|
}
|
||||||
|
|
||||||
&.is-success {
|
&.is-success {
|
||||||
|
stroke: $success-dark !important;
|
||||||
fill: rgba($success, 0.6);
|
fill: rgba($success, 0.6);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.4 MiB |
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue