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

make better flow cell text

This commit is contained in:
Fedor Katurov 2025-02-07 01:11:12 +07:00
parent 7924c2bdd9
commit 69c61acc41
7 changed files with 60 additions and 30 deletions

View file

@ -63,10 +63,8 @@ $_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: url('/images/noise.png') #{transparentize(
$_brown,
0.3
)};
--content_bg_backdrop: url('/images/noise.png')
#{transparentize($_brown, 0.3)};
--content_bg_hero: url('/images/noise.png') #{transparentize($_brown, 0.6)};
// white shades (move to --vars)