diff --git a/src/css/popup.scss b/src/css/popup.scss index 0b653be..7919bdf 100644 --- a/src/css/popup.scss +++ b/src/css/popup.scss @@ -14,30 +14,33 @@ html { #moco-bx-root { min-width: 516px; + h1 { + font-weight: normal; + line-height: 1.2; + margin-top: 1rem; + margin-bottom: 3rem; + } + .text-red { color: $red; } + .text-secondary { + color: $gray-base; + } + .moco-bx-app-container { width: 324px; padding: 3rem 6rem; .moco-bx-logo__container { - display: flex; - justify-content: center; margin-bottom: 3rem; text-align: center; img.moco-bx-logo { - flex: 0 0 48px; width: 48px; height: 48px; } - - h1 { - line-height: 48px; - margin: 0; - } } .moco-bx-calendar { @@ -97,19 +100,12 @@ html { margin-top: 3rem; h1 { - font-weight: normal; - line-height: 1.2; - margin: 0; + margin-bottom: 0; } - p { margin-top: 0.6rem; } - .text-secondary { - color: $gray-base; - } - .timer { margin-top: 2.5rem; } @@ -130,35 +126,30 @@ html { } .moco-bx-error-container { - font-size: 18px; line-height: 1.5; width: 420px; padding: 3rem; text-align: center; - h1 { - font-size: 35px; - font-weight: normal; - margin-top: 0; - line-height: 1.3; - } - img { - width: auto; - max-width: 100%; + margin-top: 1.5rem; + margin-bottom: 2rem; + width: 44%; &.moco-bx-logo { width: 48px; margin-bottom: 2rem; } - } - ol { - text-align: left; + &.firefox-addons { + margin-top: 0; + width: auto; + } } button { margin-top: 1.5rem; + margin-bottom: 1.5rem; } } } diff --git a/src/js/components/Errors/InvalidConfigurationError.js b/src/js/components/Errors/InvalidConfigurationError.js index 985a858..815ae0c 100644 --- a/src/js/components/Errors/InvalidConfigurationError.js +++ b/src/js/components/Errors/InvalidConfigurationError.js @@ -3,25 +3,23 @@ import settingsUrl from "images/settings.png" const InvalidConfigurationError = () => (
+ Dazu trägst Du in den Einstellungen Deine Account-Internetadresse und Deinen API-Schlüssel + ein. +
Bitte überprüfe deine Internetverbindung.
-Wir wurden per Email benachrichtigt und untersuchen den Vorfall.
-Fehlermeldung:
{message}
diff --git a/src/js/components/Errors/UpgradeRequiredError.js b/src/js/components/Errors/UpgradeRequiredError.js
index 04ad986..6a4ab7d 100644
--- a/src/js/components/Errors/UpgradeRequiredError.js
+++ b/src/js/components/Errors/UpgradeRequiredError.js
@@ -6,7 +6,7 @@ import firefoxAddons from "images/firefox_addons.png"
const UpgradeRequiredError = () => (
Die installierte MOCO Browser-Erweiterung ist veraltet — bitte aktualisieren.
{isChrome() ? ( ) : ( <> -Unter folgender URL: