| 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 : |
.switch-lang-curr {
position: fixed;
z-index: 1000;
top: 0;
height: 100vh;
width: 100%;
max-width: 600px;
right: -600px;
transition: .4s;
overflow-y: scroll;
background: rgba( $color-black, .8 );
color: white;
padding: 25px 3%;
text-transform: none;
text-align: center;
&.is-showing {
right: 0;
}
.list-data {
@extend %list-unstyled;
font-size: $base-font-size;
margin: 0;
padding: 0;
}
.list-data__item {
display: inline-block;
padding: 0 5px;
position: relative;
&:after {
position: absolute;
left: 0;
top: 50%;
height: 20px;
margin-top: -10px;
width: 2px;
background: $color-white;
content: "";
}
&:first-child {
padding-left: 0;
&:after {
display: none;
}
}
}
.list-data__lbl {
padding: 10px 13px;
border-radius: 3px;
display: inline-block;
&.is-current {
background: $color-brand-1;
}
}
}
.switch-lang-curr__btn-close {
@extend %fr;
font-size: $medium-font-size;
color: $color-white;
margin-right: 0;
cursor: pointer;
position: absolute;
right: 5%;
top: 30px;
&:hover,
&:focus {
text-decoration: none;
color: $color-brand-1;
}
}
.switch-lang-curr__content {
overflow: hidden;
clear: both;
padding: 30px 0 0;
}
.switch-lang-curr__title {
font-size: $medium-font-size;
text-transform: uppercase;
font-weight: 700;
margin-bottom: 15px;
color: $color-white;
}
.disclaimer-text {
font-weight: 400;
margin-bottom: 15px;
}
.currency-switcher {
margin-top: 30px;
border-top: solid 1px rgba($color-white, 0.5);
padding: 30px 15px;
text-align: left;
@include media-breakpoint-up(sm) {
text-align: center;
padding: 30px 0 0;
}
}
.lang-switcher {
text-align: left;
padding: 15px;
@include media-breakpoint-up(sm) {
text-align: center;
padding: 30px 0 0;
}
}