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:
parent
f943ef31dd
commit
53dc60bad5
45 changed files with 72 additions and 395 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue