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:
parent
17fe0b56ae
commit
b45a3c5823
1 changed files with 2 additions and 1 deletions
|
@ -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: '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue