Viewing File: /home/maglabs/keymed/wp-content/themes/intime/assets/scss/footer.scss
.fixed-footer {
@media #{$min-xl} {
.site-footer-custom {
width: 100%;
position: fixed;
bottom: 0;
left: 0;
z-index: -1;
}
#ct-masthead, .site-content {
background-color: #fff;
}
}
@media #{$max-lg} {
.site-content {
margin-bottom: 0 !important;
}
}
}
.logo-footer .ct-image-single img {
@include border-radius(100%);
@include box-shadow(0 0 43px rgba(#0c0c0c, 0.16));
}
.site-footer-default {
background-color: #191919;
padding: 26px 0;
text-align: center;
color: #fff;
a {
color: $primary_color;
&:hover {
color: $primary_color;
text-decoration: underline;
}
}
}
.site-footer-custom {
margin-top: -1px;
}
.scroll-top {
position: fixed;
z-index: 1001;
bottom: 60px;
right: -45px;
height: 45px;
width: 45px;
line-height: 45px;
text-align: center;
background-color: $primary_color;
@include border-radius(0px);
color: #fff;
font-size: 20px;
opacity: 0;
visibility: hidden;
overflow: hidden;
@media #{$max-sm} {
bottom: 0;
right: 0;
}
&:hover {
color: #fff;
i {
-o-animation: toTopFromBottom 0.4s forwards;
-ms-animation: toTopFromBottom 0.4s forwards;
-webkit-animation: toTopFromBottom 0.4s forwards;
animation: toTopFromBottom 0.4s forwards;
}
}
&:focus {
color: #fff;
}
&.on {
right: 0;
opacity: 1;
visibility: visible;
@media #{$max-sm} {
bottom: 0;
right: 0;
@include border-radius(2px 0 0);
height: 35px;
width: 35px;
line-height: 35px;
font-size: 16px;
}
}
}
Back to Directory
File Manager