This commit is contained in:
Jay
2017-04-05 15:10:02 +08:00
parent 57a37b047f
commit b684672ad2
5 changed files with 256 additions and 108 deletions
+14 -8
View File
@@ -6,19 +6,25 @@ div#app {
}
.login-grid {
height: 100%;
height: 100%;
}
.login-column {
max-width: 450px;
max-width: 450px;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.hide-element {
display: 'none' !important;
display: 'none' !important;
}
.pointer {
cursor: pointer !important;
}