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

fixing dialogs

This commit is contained in:
muerwre 2019-08-02 18:02:36 +07:00
parent 80fc6523b7
commit 9220f09fe5
6 changed files with 77 additions and 10 deletions

View file

@ -39,19 +39,19 @@
width: 100%;
height: 64px;
position: absolute;
top: 20px;
top: 15px;
bottom: auto;
left: 0;
display: flex;
align-items: center;
justify-content: center;
padding: 0 $gap;
padding: 0 20px;
box-sizing: border-box;
z-index: 2;
}
.bottom {
bottom: 20px;
bottom: 15px;
top: auto;
.pan {