mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-05-03 16:46:41 +07:00
Добавил линии к бэкдропам Весперы
This commit is contained in:
parent
7638bdd1ad
commit
a8ac233140
5 changed files with 28 additions and 7 deletions
src/components
containers
sidebar/SidebarStack
|
@ -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 {
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: url(../../../sprites/stripes.svg) $content_bg_backdrop;
|
||||
background: $content_bg_backdrop;
|
||||
}
|
||||
|
||||
@include tablet {
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
@import 'src/styles/variables';
|
||||
|
||||
.stack {
|
||||
background: $content_bg_backdrop;
|
||||
@include blur;
|
||||
|
||||
display: flex;
|
||||
flex-direction: row-reverse;
|
||||
width: auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue