...
|
...
|
@@ -911,30 +911,3 @@ $basicBtnC: #eb0313; |
|
|
iframe {
|
|
|
display: none;
|
|
|
} |
|
|
.float-top {
|
|
|
position: absolute;
|
|
|
top: 47px;
|
|
|
right: 47px;
|
|
|
left: initial;
|
|
|
bottom: initial;
|
|
|
border-radius: 50%;
|
|
|
color: #fff;
|
|
|
width: 50px;
|
|
|
height: 50px;
|
|
|
background-color: rgba(0,0,0,0.7);
|
|
|
display: none;
|
|
|
transition: transform 0.5s;
|
|
|
-webkit-transition: transform 0.5s;
|
|
|
&.hover {
|
|
|
position: fixed;
|
|
|
top: initial;
|
|
|
left: initial;
|
|
|
right: 47px;
|
|
|
bottom: 250px;
|
|
|
z-index: 9999;
|
|
|
display: block;
|
|
|
}
|
|
|
&.animation {
|
|
|
|
|
|
}
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|