mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
made padded tag sidebar
This commit is contained in:
parent
9c9e2fa53d
commit
b90d4369df
1 changed files with 4 additions and 2 deletions
|
@ -1,15 +1,17 @@
|
|||
.wrap {
|
||||
@include outer_shadow;
|
||||
|
||||
height: 100%;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
flex: 0 1 400px;
|
||||
max-width: 100vw;
|
||||
position: relative;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.content {
|
||||
@include outer_shadow;
|
||||
|
||||
border-radius: $radius;
|
||||
background: $content_bg;
|
||||
height: 100%;
|
||||
box-sizing: border-box;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue