From 3763c935684ecf044926e1b82b9507879814f442 Mon Sep 17 00:00:00 2001 From: mchouliara Date: Tue, 27 Aug 2024 17:41:06 +0300 Subject: [PATCH] small scss fixes --- .../editor/description-template-editor.component.html | 2 +- .../plan-blueprint/editor/plan-blueprint-editor.component.scss | 2 +- .../user/listing/role-editor/user-role-editor.component.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/app/ui/admin/description-template/editor/description-template-editor.component.html b/frontend/src/app/ui/admin/description-template/editor/description-template-editor.component.html index ac566790b..0d9e8e54a 100644 --- a/frontend/src/app/ui/admin/description-template/editor/description-template-editor.component.html +++ b/frontend/src/app/ui/admin/description-template/editor/description-template-editor.component.html @@ -137,7 +137,7 @@ -
+
diff --git a/frontend/src/app/ui/admin/plan-blueprint/editor/plan-blueprint-editor.component.scss b/frontend/src/app/ui/admin/plan-blueprint/editor/plan-blueprint-editor.component.scss index 5e6c82523..944777da5 100644 --- a/frontend/src/app/ui/admin/plan-blueprint/editor/plan-blueprint-editor.component.scss +++ b/frontend/src/app/ui/admin/plan-blueprint/editor/plan-blueprint-editor.component.scss @@ -41,7 +41,7 @@ padding-right: 2em; box-shadow: 0px 3px 6px #1E202029; color: var(--primary-color); - &:disabled{ + &:disabled{ background-color: #CBCBCB; color: #FFF; border: 0px; diff --git a/frontend/src/app/ui/admin/user/listing/role-editor/user-role-editor.component.scss b/frontend/src/app/ui/admin/user/listing/role-editor/user-role-editor.component.scss index 415fffe19..aa35222a8 100644 --- a/frontend/src/app/ui/admin/user/listing/role-editor/user-role-editor.component.scss +++ b/frontend/src/app/ui/admin/user/listing/role-editor/user-role-editor.component.scss @@ -140,7 +140,7 @@ min-width: 77px; min-height: 28px; color: #ff3d33; - background: #ffd5d32f 0% 0% no-repeat padding-box; + background: #ffe6e5 0% 0% no-repeat padding-box; border-radius: 44px; letter-spacing: 0.11px; font-weight: 400;