mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-28 14:16:41 +07:00
made better hero banner
This commit is contained in:
parent
5edc38315e
commit
79fc183c9c
4 changed files with 9 additions and 2 deletions
|
@ -63,7 +63,11 @@ $_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.3)};
|
||||
--content_bg_backdrop: url('/images/noise.png') #{transparentize(
|
||||
$_brown,
|
||||
0.3
|
||||
)};
|
||||
--content_bg_hero: url('/images/noise.png') #{transparentize($_brown, 0.5)};
|
||||
|
||||
// white shades (move to --vars)
|
||||
--white: white;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue