Current Directory: /home/astoriaah/www/old15/templates/client/less/effects
Viewing File: /home/astoriaah/www/old15/templates/client/less/effects/effects.less
/* Back to top
-----------------------------------------------------------------------------*/
#toTop{
position:fixed;
z-index:100;
right:0px;
bottom:0px;
display:none;
cursor:pointer;
width:56px;
height:56px;
text-align:center;
font-weight:300;
@media screen and (max-width: 580px) {
width:28px;
height:28px;
line-height:28px
}
span.icon-chevron-up
{
height:56px;
font-size:1em;
line-height:56px;
background:@secondary;
color:#fff;
width:56px;
line-height:56px;
text-align:center;
float:right;
background:@primary;
color:#fff;
font-weight:300;
&:hover {
background:@btn-primary-bg-hover
}
@media screen and (max-width: 580px) {
width:28px;
height:28px;
line-height:28px
}
}
&:hover {
background: #333;
a {
color:#fff;
&:hover {
color:#fff;
background:@btn-primary-bg-hover
}
}
}
}
#toTopText {
white-space: nowrap;
overflow: hidden;
text-indent:100%;
display:block
}