From 40e9b376dcfb9bf70aaba2b5881d5d9dc0f7985c Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Thu, 11 Aug 2022 11:42:37 +0200 Subject: [PATCH] change(ui) - no content css changes --- .../components/ui/NoContent/noContent.module.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/frontend/app/components/ui/NoContent/noContent.module.css b/frontend/app/components/ui/NoContent/noContent.module.css index 33c63c916..9b525dc26 100644 --- a/frontend/app/components/ui/NoContent/noContent.module.css +++ b/frontend/app/components/ui/NoContent/noContent.module.css @@ -7,10 +7,10 @@ align-items: center; flex-direction: column; justify-content: center; - color: $gray-medium; - font-weight: 300; + color: $gray-dark; + /* font-weight: 500; */ transition: all 0.2s; - padding-top: 40px; + padding: 40px; &.small { & .title { @@ -24,12 +24,13 @@ } .title { - font-size: 32px; - margin-bottom: 15px; + font-size: 16px; + font-weight: 500; + /* margin-bottom: 15px; */ } .subtext { - font-size: 16px; + font-size: 14px; margin-bottom: 20px; }