N°3882 - Handle use of transparent colors in dynamic header dashlet

This commit is contained in:
Molkobain
2021-10-01 11:48:05 +02:00
parent c9aa693872
commit bd67bc8838
5 changed files with 27 additions and 7 deletions

View File

@@ -6,4 +6,7 @@
/* Base helpers for colors */
/* - These lightness vars are used to force a certain lightness on HSLA colors */
$ibo-color-base-lightness-100: 93% !default;
$ibo-color-base-lightness-900: 15% !default;
$ibo-color-base-lightness-900: 15% !default;
$ibo-color-base-opacity-for-lightness-100: 1 !default;
$ibo-color-base-opacity-for-lightness-900: 1 !default;