1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

removed all scss functions around colors

This commit is contained in:
Fedor Katurov 2022-08-13 21:33:37 +07:00
parent f943ef31dd
commit 53dc60bad5
45 changed files with 72 additions and 395 deletions

View file

@ -45,9 +45,10 @@ $content_bg_light: lighten($brown, 2%);
$content_bg_lighter: lighten($brown, 4%);
$content_bg_lightest: lighten($brown, 6%);
$content_bg_success: mix($brown, $blue, 90%);
$content_bg_info: mix($brown, $wisegreen, 90%);
$content_bg_danger: mix($red, $brown, 50%);
$content_bg_success: transparentize($wisegreen, 0.5);
$content_bg_info: transparentize($blue, 0.5);
$content_bg_danger: transparentize($red, 0.5);
$content_bg_backdrop: transparentize($content_bg, 0.2);
// white shades (move to --vars)
$white: white;