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

Добавил линии к бэкдропам Весперы

This commit is contained in:
muerwre 2022-08-14 18:18:50 +07:00 committed by GitHub
parent 7638bdd1ad
commit a8ac233140
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 28 additions and 7 deletions

View file

@ -22,7 +22,18 @@
height: 100%;
top: 0;
left: 0;
background: url('../../../sprites/stripes.svg') $content_bg_backdrop;
background: $content_bg_backdrop;
}
&::before {
content: '';
background: url('../../../sprites/stripes.svg');
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0.5;
}
img {