From 1ecc5252805884d2cfb75cd50e9cb2db93025795 Mon Sep 17 00:00:00 2001 From: Ajay_S Date: Thu, 21 Apr 2022 10:15:58 +0530 Subject: [PATCH] small UI changes to stepsDescription component --- src/pages/interviewRounds/StepsDescreption.module.scss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/pages/interviewRounds/StepsDescreption.module.scss b/src/pages/interviewRounds/StepsDescreption.module.scss index 6df8079..b043f06 100644 --- a/src/pages/interviewRounds/StepsDescreption.module.scss +++ b/src/pages/interviewRounds/StepsDescreption.module.scss @@ -1,12 +1,11 @@ .stepDescription { - height: 74vh; + height: 78vh; display: flex; flex-direction: column; align-items: center; - justify-content: space-between; + justify-content: space-evenly; width: 100vw; background-color: white; - padding-top: 1.5rem; .header { display: flex; @@ -60,6 +59,7 @@ animation: fadeInAnimation ease 0.2s; animation-iteration-count: 1; animation-fill-mode: forwards; + } } @@ -67,6 +67,7 @@ ion-icon { color: var(--primary-button-color); width: 1.5rem; height: 1.5rem; + } ion-button { @@ -75,6 +76,7 @@ ion-button { font-weight: 500; font-size: 1.6rem; font-family: 'Poppins', sans-serif !important; + margin: 0 !important; }