1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +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;
flex-direction: column;
width: 100%;
background: $content_bg;
background: lighten($content_bg, 4%);
border-radius: $radius;
}
@ -14,6 +14,7 @@
border-radius: $radius;
overflow: hidden;
position: relative;
background: $content_bg;
&::after {
content: '';