mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
fixed login dialog
This commit is contained in:
parent
430b39e977
commit
c2e977e48f
4 changed files with 55 additions and 26 deletions
|
@ -95,7 +95,11 @@
|
|||
width: 100%;
|
||||
height: 40px;
|
||||
pointer-events: none;
|
||||
background: linear-gradient($red, transparentize($red, 1));
|
||||
background: linear-gradient(0deg, $red 50%, transparentize($red, 1));
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border-radius: 0 0 $radius $radius;
|
||||
}
|
||||
|
||||
.backdrop {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue