_g_translate.scss
1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
#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;
}
}