mirror of https://github.com/ColorlibHQ/gentelella
parent
0621583461
commit
54f18bfedd
4338
build/css/custom.css
4338
build/css/custom.css
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
.left_col {
|
.left_col {
|
||||||
background: #2A3F54;
|
background: #2A3F54;
|
||||||
}
|
}
|
||||||
|
@ -3411,7 +3412,7 @@ ul.project_files li a i {
|
||||||
font-size: 26px;
|
font-size: 26px;
|
||||||
}
|
}
|
||||||
a.hiddenanchor {
|
a.hiddenanchor {
|
||||||
display: none;
|
display:none;
|
||||||
}
|
}
|
||||||
.login_wrapper {
|
.login_wrapper {
|
||||||
right: 0px;
|
right: 0px;
|
||||||
|
@ -3452,6 +3453,7 @@ a.hiddenanchor {
|
||||||
-ms-animation-name: fadeOutLeft;
|
-ms-animation-name: fadeOutLeft;
|
||||||
-o-animation-name: fadeOutLeft;
|
-o-animation-name: fadeOutLeft;
|
||||||
animation-name: fadeOutLeft;
|
animation-name: fadeOutLeft;
|
||||||
|
pointer-events:none;
|
||||||
}
|
}
|
||||||
.animate {
|
.animate {
|
||||||
-webkit-animation-duration: 0.5s;
|
-webkit-animation-duration: 0.5s;
|
||||||
|
|
Loading…
Reference in New Issue