|
@@ -6858,42 +6858,6 @@ body.rtls .top-navigation .footer.fixed, body.rtls.top-navigation .footer.fixed
|
|
|
transition: all .3s ease-out 0s;
|
|
|
}
|
|
|
|
|
|
-::-webkit-scrollbar-track {
|
|
|
- background-color: #F5F5F5;
|
|
|
-}
|
|
|
-
|
|
|
-::-webkit-scrollbar {
|
|
|
- width: 6px;
|
|
|
- background-color: #F5F5F5;
|
|
|
-}
|
|
|
-
|
|
|
-::-webkit-scrollbar-thumb {
|
|
|
- background-color: #999;
|
|
|
-}
|
|
|
-/*GO HOME*/
|
|
|
-.gohome {
|
|
|
- position: fixed;
|
|
|
- top: 20px;
|
|
|
- right: 20px;
|
|
|
- z-index: 100;
|
|
|
-}
|
|
|
-
|
|
|
-.gohome a {
|
|
|
- height: 38px;
|
|
|
- width: 38px;
|
|
|
- display: block;
|
|
|
- background: #2f4050;
|
|
|
- padding: 9px 8px;
|
|
|
- text-align: center;
|
|
|
- color: #fff;
|
|
|
- border-radius: 50%;
|
|
|
- opacity: .5;
|
|
|
-}
|
|
|
-
|
|
|
-.gohome a:hover {
|
|
|
- opacity: 1;
|
|
|
-}
|
|
|
-
|
|
|
@media only screen and (-webkit-min-device-pixel-ratio : 2) {
|
|
|
#content-main {
|
|
|
-webkit-overflow-scrolling: touch;
|