mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46: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 {
|
.wrap {
|
||||||
@include outer_shadow;
|
|
||||||
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: 0 1 400px;
|
flex: 0 1 400px;
|
||||||
max-width: 100vw;
|
max-width: 100vw;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
|
@include outer_shadow;
|
||||||
|
|
||||||
|
border-radius: $radius;
|
||||||
background: $content_bg;
|
background: $content_bg;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue