1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-05-03 16:46:41 +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
src/components
containers
CoverBackdrop
PageCoverProvider
sidebar/SidebarStack

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 {

View file

@ -29,7 +29,7 @@
left: 0;
width: 100%;
height: 100%;
background: url(../../../sprites/stripes.svg) $content_bg_backdrop;
background: $content_bg_backdrop;
}
@include tablet {

View file

@ -1,7 +1,8 @@
@import 'src/styles/variables';
.stack {
background: $content_bg_backdrop;
@include blur;
display: flex;
flex-direction: row-reverse;
width: auto;