1
0
mirror of http://git.whoc.org.uk/git/password-manager.git synced 2025-10-29 10:27:35 +01:00

Improved lock and registration page UI

This commit is contained in:
Giulio Cesare Solaroli
2015-09-23 13:39:22 +02:00
parent 3891ffa476
commit 4218ba33bb
7 changed files with 257 additions and 251 deletions

View File

@@ -617,7 +617,7 @@ div.help {
}
#loginPage, #registrationPage {
#loginPage, #registrationPage, #unlockPage {
@include overflow-auto;
.content {
@@ -637,7 +637,6 @@ div.help {
// background-color: yellow;
@include flexbox();
@include align-items(flex-end);
.headerContent {
width: 100%;
}
@@ -648,7 +647,6 @@ div.help {
// background-color: green;
@include flexbox();
@include align-items(center);
.bodyContent {
margin-left: auto;
margin-right: auto;