From 53359fbd8d0617739adbc5a3f83e4bfbfa20f5ea Mon Sep 17 00:00:00 2001 From: thomasrosen Date: Mon, 21 Nov 2022 17:15:15 +0100 Subject: [PATCH] enabled the language chooser --- frontend/index.css | 9 ++++++--- frontend/index.html | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/frontend/index.css b/frontend/index.css index 061f0c6..be4b4f4 100644 --- a/frontend/index.css +++ b/frontend/index.css @@ -151,7 +151,7 @@ margin: 32px 0 0 0; } .website_description { - margin-top: 16px; + /* margin-top: 16px; */ transition: margin-top 0.2s ease; } @@ -405,17 +405,18 @@ input.inline { } label.languageChooserWrapper { - margin-top: 64px; + margin: 32px 0 64px 0; display: flex; align-items: center; background: white; - color: black; min-height: 64px; padding: 0; /*font-size: 1rem;*/ /*font-family: "Ubuntu", "Helvetica", "Arial", sans-serif;*/ outline: none; cursor: pointer; + color: var(--volt-purple); + font-weight: bold; } label.languageChooserWrapper .labelText { @@ -428,6 +429,8 @@ label.languageChooserWrapper select { padding: 0 0 0 121px; margin-left: -84px; background: transparent; + color: inherit; + font-weight: inherit; } .radio_or_checkbox_label { diff --git a/frontend/index.html b/frontend/index.html index edf8f61..5aa262a 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -88,7 +88,7 @@

-