1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

fixed dialogs again

This commit is contained in:
muerwre 2019-08-02 20:52:13 +07:00
parent 6587f65e9b
commit 956802d5a5

View file

@ -37,7 +37,7 @@
.top, .top,
.bottom { .bottom {
width: 100%; width: 100%;
height: 64px; height: 60px;
position: absolute; position: absolute;
top: 15px; top: 15px;
bottom: auto; bottom: auto;
@ -63,7 +63,7 @@
} }
.bottom { .bottom {
bottom: 15px; bottom: 10px;
top: auto; top: auto;
.pan { .pan {
@ -84,6 +84,7 @@
.content_wrap { .content_wrap {
padding: 0 20px; padding: 0 20px;
margin-top: -$radius;
} }
.top_sticky { .top_sticky {
@ -101,7 +102,7 @@
.pan { .pan {
background: darken($content_bg, 4%); background: darken($content_bg, 4%);
max-height: 64px; max-height: 60px;
} }
.children { .children {
@ -120,7 +121,7 @@
position: absolute; position: absolute;
content: " "; content: " ";
width: 100%; width: 100%;
height: $gap; height: $radius;
background: linear-gradient($content_bg, transparentize($content_bg, 1)); background: linear-gradient($content_bg, transparentize($content_bg, 1));
bottom: -$gap; bottom: -$gap;
} }