1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

fixed stamp bg

This commit is contained in:
Fedor Katurov 2020-04-18 18:53:29 +07:00
parent 17fe0b56ae
commit b45a3c5823

View file

@ -2,7 +2,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
width: 100%; width: 100%;
background: $content_bg; background: lighten($content_bg, 4%);
border-radius: $radius; border-radius: $radius;
} }
@ -14,6 +14,7 @@
border-radius: $radius; border-radius: $radius;
overflow: hidden; overflow: hidden;
position: relative; position: relative;
background: $content_bg;
&::after { &::after {
content: ''; content: '';