From 99b7879a650bc88ff2773590135108f379fa815e Mon Sep 17 00:00:00 2001 From: aaradhya-egov Date: Wed, 18 Sep 2024 16:46:22 +0530 Subject: [PATCH] fix --- .../css/src/pages/employee/sandbox.scss | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/micro-ui/web/micro-ui-internals/packages/css/src/pages/employee/sandbox.scss b/micro-ui/web/micro-ui-internals/packages/css/src/pages/employee/sandbox.scss index 8326f50cff6..96169e9f66e 100644 --- a/micro-ui/web/micro-ui-internals/packages/css/src/pages/employee/sandbox.scss +++ b/micro-ui/web/micro-ui-internals/packages/css/src/pages/employee/sandbox.scss @@ -194,6 +194,11 @@ text-align: center; } +.sandbox-signup-form .digit-field .digit-error-message { + font-size: 0.8rem; +} + + .sandbox-signup-form { .digit-employee-card.signupCardClassName { display: flex; @@ -344,3 +349,25 @@ } } } +.pgr-citizen-wrapper{ + .applications-list-container{ + .card{ + .date-wrap{ + align-items: center; + justify-content: flex-start; + } + } + } +} + +.pgr-citizen-wrapper{ + .applications-list-container{ + .card{ + .status-highlight{ + display: flex; + align-items: center; + justify-content: center; + } + } + } +}