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:
parent
80fc6523b7
commit
9220f09fe5
6 changed files with 77 additions and 10 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue