updated styles

Signed-off-by: Felix Nüsse <felix.nuesse@t-online.de>
This commit is contained in:
Felix Nüsse 2019-10-12 14:55:25 +02:00
parent 654099e5bc
commit 0247ed2f6a
No known key found for this signature in database
GPG key ID: 2089A3431243E819

View file

@ -35,13 +35,25 @@
cursor: pointer; cursor: pointer;
} }
} }
.appnavigationNoHover{
pointer-events: none;
}
.vault_wrapper{ .vault_wrapper{
margin:0 auto auto auto; margin:0 auto auto auto;
max-width: 420px; //max-width: 420px;
width: 60%;
height: 40%;
padding: 30px;
@include border-radius(5px); @include border-radius(5px);
box-shadow: 0 1px 1px #777; -webkit-box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.13);
background: #eee; -moz-box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.13);
box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.13);
//background: #eee;
display: block; display: block;
.vaultlist{ .vaultlist{
@ -65,7 +77,6 @@
} }
} }
.login_form{ .login_form{
padding: 16px;
.error{ .error{
color: #ce3702; color: #ce3702;
} }
@ -90,7 +101,6 @@
} }
} }
.reset_form { .reset_form {
padding: 16px;
label{ label{
margin-top: 20px; margin-top: 20px;
display: block; display: block;