1
0
Fork 0
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:
Fedor Katurov 2020-11-10 14:20:08 +07:00
parent 9c9e2fa53d
commit b90d4369df

View file

@ -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;