Variable for light component background

Required for a highlighted file in admin/assets
This commit is contained in:
Ingo Schommer 2016-05-27 08:26:18 +12:00
parent 7c62a6d58d
commit 3c03dcff91

View File

@ -230,6 +230,7 @@ $border-radius-sm: .2rem;
$component-active-color: #fff;
$component-active-bg: $brand-primary;
$component-active-bg-light: lighten($brand-primary, 42%);
$component-active-border-color: $brand-primary;
$caret-width: .3em;