_g_translate.scss 1.25 KB
#gt_float_wrapper{
    right: 0rem !important;
    @media screen and (max-width: 62.5rem){
        top: 0rem !important;
    }
    .gt_float_switcher{
        box-shadow: none !important;
        border-radius: 0rem 0rem 0.625rem 0.625rem;
    }
    .gt_float_switcher .gt_options.gt-open{
        max-height: unset !important;
        border-radius: 0rem 0rem 0.625rem 0.625rem;

    }
    .gt-current-lang{
        img{
            display: none;
        }
        .gt-lang-code{
            color: #000;
        }
    }
 
    .nturl{
        font-size: 1rem;
        line-height: 1.125rem;
    img{
        display: none;
    }
  }
    
}

.gt_float_switcher .gt-selected{
    background-color: transparent !important;
}
.gt_options{
    background-color: #fff !important;
    padding: 0.625rem 0;


}

.admin-bar{
    #gt_float_wrapper{
        top: 2.5rem !important;
    }
}
.gt_float_switcher .gt_options a{
    color: black !important;
}
.gt_float_switcher .gt_options a:hover{
    background-color: #fff !important;
    color: black !important;
    text-decoration: underline;
}
.gt-current-lang:hover{
    .gt-lang-code{
        color: #669999 !important;
    }
}
.gt-current-lang:has(.gt_arrow_rotate){
    .gt-lang-code{
        color: #669999 !important;
    }
}