0
1
Fork 0

Responsive login

This commit is contained in:
Juan Ferrer 2020-05-05 18:08:59 +02:00
parent d740c92efc
commit 4886f4cd96
3 changed files with 14 additions and 7 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (1.407.18) stable; urgency=low
hedera-web (1.407.19) stable; urgency=low
* Initial Release.

View File

@ -40,6 +40,7 @@
height: inherit;
background-color: white;
box-shadow: 0 0 .3em 0 rgba(1, 1, 1, 0.4);
min-height:
}
/* Login */
@ -55,9 +56,9 @@
{
position: absolute;
top: 50%;
margin-top: -18.5em;
margin-top: -20em;
width: 100%;
padding: 1em 0;
padding: 2em 0;
}
.vn-login form > div
{
@ -199,15 +200,21 @@ hr
@media (max-height: 50em)
{
.vn-login
.vn-login .column
{
height: auto;
min-height: 45em;
}
.vn-login .login
{
display: flex;
align-items: center;
}
.vn-login form
{
top: 0;
position: relative;
margin-top: 0;
padding-top: 4.5em;
padding-top: 5.5em;
}
}

View File

@ -1,6 +1,6 @@
{
"name": "hedera-web",
"version": "1.407.18",
"version": "1.407.19",
"description": "Verdnatura web page",
"license": "GPL-3.0",
"repository": {