1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-28 14:16:41 +07:00

fix backdrop appearances

This commit is contained in:
Fedor Katurov 2023-10-27 11:35:51 +06:00
parent ee049eb430
commit cbf7b1f616
5 changed files with 16 additions and 15 deletions

View file

@ -63,7 +63,7 @@ $_brown: #23201f;
--content_bg_success: #{transparentize($_wisegreen, 0.7)};
--content_bg_info: #{transparentize($_blue, 0.5)};
--content_bg_danger: #{transparentize($_red, 0.5)};
--content_bg_backdrop: #{transparentize($_brown, 0.05)};
--content_bg_backdrop: #{transparentize($_brown, 0.3)};
// white shades (move to --vars)
--white: white;