From: Gomah Date: Sun, 20 Oct 2019 01:11:13 +0000 (+1100) Subject: fix(panel): use $panel-colors variable X-Git-Tag: 0.8.1~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1fb5d3480fc63b6141ebe197c39cbb090b195f6;p=thirdparty%2Fbulma.git fix(panel): use $panel-colors variable --- diff --git a/sass/components/panel.sass b/sass/components/panel.sass index 3c32be600..c7b148772 100644 --- a/sass/components/panel.sass +++ b/sass/components/panel.sass @@ -26,6 +26,7 @@ $panel-block-active-color: $link-active !default $panel-block-active-icon-color: $link !default $panel-icon-color: $text-light !default +$panel-colors: $colors !default .panel border-radius: $panel-radius @@ -34,7 +35,7 @@ $panel-icon-color: $text-light !default &:not(:last-child) margin-bottom: $panel-margin // Colors - @each $name, $components in $message-colors + @each $name, $components in $panel-colors $color: nth($components, 1) $color-invert: nth($components, 2) &.is-#{$name}