| Server IP : 14.225.204.176 / Your IP : 216.73.216.252 Web Server : nginx/1.24.0 System : Linux nodejs-ybgk 6.8.0-40-generic #40-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 5 10:34:03 UTC 2024 x86_64 User : root ( 0) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/php/harmoniegolfpark.com/assets/sass/ |
Upload File : |
// FOOTER
// ==========================================================================
.footer {
clear: both;
text-align: center;
overflow: hidden;
padding: 50px 0;
background: $color-brand-1;
color: rgba($color-white, 0.7);
}
.footer__logo__link {
max-width: 90px;
display: inline-block;
}
.footer__logo__img {
width: 100%;
}
.footer__social-conect {
font-size: 32px;
}
.social-conect__link {
color: $color-brand-2;
&:hover,
&:focus {
color: rgba($color-white, 0.7);
text-decoration: none;
}
}
.footer__infos {
padding: 20px 0;
a {
color: rgba($color-white, 0.7);
&:hover,
&:focus {
color: $color-white;
text-decoration: underline;
}
}
}
.back-to-top {
display: none;
position: fixed;
right: 10px;
bottom: 70px;
color: #fff;
z-index: 90;
background: $color-brand-1;
border: 1px solid $color-brand-1;
border-radius: 5px;
font-size: $big-font-size;
padding: 8px 15px;
line-height: 20px;
transition: .4s;
cursor: pointer;
&:hover,
&:focus {
color: $color-brand-1;
background: #fff;
}
@include media-breakpoint-up(lg) {
bottom: 15px;
right: 15px;
padding: 12px 20px 15px;
}
@include media-breakpoint-down(sm) {
display: none !important;
}
}