
| Current Path : /var/www/html/german-vocational.cn/themes/showcase_lite/css/components/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/german-vocational.cn/themes/showcase_lite/css/components/to-bottom-button.css |
/**
* @file
* Styles for Showcase Lite's scroll to bottom button.
*/
.scroll-button a {
width: 80px;
height: 80px;
display: block;
margin: 0 auto;
position: relative;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
background-color: transparent;
border-style: solid;
border-width: 1px;
border-color: rgba(255, 255, 255, 0.5);
color: #373737;
}
.scroll-button a:hover {
background-color: #ffffff;
}
.region--light-typography .scroll-button a {
color: #ffffff;
}
.region--light-typography .scroll-button a:hover {
color: #373737;
}
.scroll-button a:before {
position: absolute;
font-family: "FontAwesome";
content: "\f107";
width: 30px;
height: 24px;
font-size: 25px;
top: 50%;
left: 50%;
margin: -10px 0 0 -15px;
line-height: 1;
}
@media (max-width: 767px) {
.scroll-button a {
width: 50px;
height: 50px;
}
}