update
This commit is contained in:
+14
-8
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user