1
0
Fork 0
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:
Fedor Katurov 2019-11-15 16:16:28 +07:00
parent 430b39e977
commit c2e977e48f
4 changed files with 55 additions and 26 deletions

View file

@ -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 {