From 670136916f392866cb4a90c4958efa700f24dfe1 Mon Sep 17 00:00:00 2001 From: Ahmed Bouhuolia Date: Sun, 25 Aug 2024 13:19:16 +0200 Subject: [PATCH] fix: Style tweaks in onboarding page --- .../containers/Setup/SetupLeftSection.module.scss | 12 ++++++------ packages/webapp/src/style/pages/Setup/SetupPage.scss | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/webapp/src/containers/Setup/SetupLeftSection.module.scss b/packages/webapp/src/containers/Setup/SetupLeftSection.module.scss index e30df69ce..a75c87a2e 100644 --- a/packages/webapp/src/containers/Setup/SetupLeftSection.module.scss +++ b/packages/webapp/src/containers/Setup/SetupLeftSection.module.scss @@ -2,9 +2,9 @@ width: 100%; margin-bottom: 2rem; background: transparent; - color: rgba(255, 255, 255, 0.75); - border: 1px solid rgb(255, 255, 255, 0.3); - padding: 10px; + color: rgba(255, 255, 255, 0.6); + border: 1px solid rgb(255, 255, 255, 0.2); + padding: 8px; font-size: 13px; font-weight: 500; border-radius: 5px; @@ -12,11 +12,11 @@ transition: border 0.15s ease-in-out, color 0.15s ease-in-out; &:hover { - color: rgba(255, 255, 255, 0.95); - border: 1px solid rgb(255, 255, 255, 0.6); + color: rgba(255, 255, 255, 0.7); + border: 1px solid rgb(255, 255, 255, 0.3); } } .demoButtonLabel{ - color: rgba(255, 255, 255, 0.75); + color: rgba(255, 255, 255, 0.5); font-size: 13px; } \ No newline at end of file diff --git a/packages/webapp/src/style/pages/Setup/SetupPage.scss b/packages/webapp/src/style/pages/Setup/SetupPage.scss index 2bfa0bfe4..d594aab2e 100644 --- a/packages/webapp/src/style/pages/Setup/SetupPage.scss +++ b/packages/webapp/src/style/pages/Setup/SetupPage.scss @@ -72,10 +72,10 @@ &__text { font-size: 18px; - opacity: 0.75; + opacity: 0.55; margin-bottom: 10px; font-weight: 200; - } + } &__organization { font-size: 16px;