File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
source/_patterns/02-components/language-switcher Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 34
34
35
35
// TODO: This is an enhancement for more languages, but obviously doesn't scale that nicely and would need some rework
36
36
& :not ([aria-selected = " true" ]) ~ li :not ([aria-selected = " true" ]) {
37
- top : to-rem ($pxValue : 108 );
37
+ top : to-rem ($pxValue : 54 * 2 );
38
+
39
+ & ~ li :not ([aria-selected = " true" ]) {
40
+ top : to-rem ($pxValue : 54 * 3 );
41
+
42
+ & ~ li :not ([aria-selected = " true" ]) {
43
+ top : to-rem ($pxValue : 54 * 4 );
44
+
45
+ & ~ li :not ([aria-selected = " true" ]) {
46
+ top : to-rem ($pxValue : 54 * 5 );
47
+
48
+ & ~ li :not ([aria-selected = " true" ]) {
49
+ top : to-rem ($pxValue : 54 * 6 );
50
+ }
51
+ }
52
+ }
53
+ }
38
54
}
39
55
@media screen and (min-width : 1024px ) {
40
56
top : to-rem ($pxValue : 56 );
You can’t perform that action at this time.
0 commit comments