Add language toggle CSS — hide-de/hide-en rules were missing
This commit is contained in:
@@ -367,6 +367,12 @@ body {
|
|||||||
transform: scale(1.1);
|
transform: scale(1.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* ========================================
|
||||||
|
LANGUAGE TOGGLE
|
||||||
|
*/
|
||||||
|
body[data-lang="de"] .hide-en { display: none !important; }
|
||||||
|
body[data-lang="en"] .hide-de { display: none !important; }
|
||||||
|
|
||||||
/* ========================================
|
/* ========================================
|
||||||
DATES / EVENTS
|
DATES / EVENTS
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user