1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

made better hero banner

This commit is contained in:
Fedor Katurov 2023-11-06 11:43:06 +06:00
parent 5edc38315e
commit 79fc183c9c
4 changed files with 9 additions and 2 deletions

View file

@ -45,7 +45,7 @@
left: 0;
width: 100%;
height: 100%;
background: url('../../../sprites/stripes.svg') rgba(0, 0, 0, 0.3);
background: $content_bg_hero;
z-index: -1;
pointer-events: none;
box-shadow: inset $gray_90 0 1px;