mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
logindialog initial
This commit is contained in:
parent
9220f09fe5
commit
6066c91060
5 changed files with 56 additions and 4 deletions
|
@ -56,6 +56,7 @@
|
|||
|
||||
.pan {
|
||||
border-radius: 0 0 $radius $radius;
|
||||
box-shadow: transparentize($color: black, $amount: 0.8) 0 8px 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -88,7 +89,7 @@
|
|||
|
||||
.pan {
|
||||
background: darken($content_bg, 4%);
|
||||
height: 64px;
|
||||
max-height: 64px;
|
||||
}
|
||||
|
||||
.children {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue