Login page invisible components
pull/703/head
AndreiCN 2018-02-13 15:39:32 +02:00
parent 0621583461
commit 54f18bfedd
3 changed files with 110 additions and 4240 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -1,3 +1,4 @@
.left_col {
background: #2A3F54;
}
@ -3411,7 +3412,7 @@ ul.project_files li a i {
font-size: 26px;
}
a.hiddenanchor {
display: none;
display:none;
}
.login_wrapper {
right: 0px;
@ -3452,6 +3453,7 @@ a.hiddenanchor {
-ms-animation-name: fadeOutLeft;
-o-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
pointer-events:none;
}
.animate {
-webkit-animation-duration: 0.5s;