Browse Source

#556

Login page invisible components
pull/703/head
AndreiCN 7 years ago
parent
commit
54f18bfedd
  1. 4340
      build/css/custom.css
  2. 8
      build/css/custom.min.css
  3. 4
      src/scss/custom.scss

4340
build/css/custom.css

File diff suppressed because it is too large Load Diff

8
build/css/custom.min.css vendored

File diff suppressed because one or more lines are too long

4
src/scss/custom.scss

@ -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;

Loading…
Cancel
Save