mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-28 06:16:39 +07:00
Добавил линии к бэкдропам Весперы
This commit is contained in:
parent
7638bdd1ad
commit
a8ac233140
5 changed files with 28 additions and 7 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue