Sfoglia il codice sorgente

small UI changes to stepsDescription component

develop
Ajay_S 3 anni fa
parent
commit
1ecc525280
1 ha cambiato i file con 5 aggiunte e 3 eliminazioni
  1. +5
    -3
      src/pages/interviewRounds/StepsDescreption.module.scss

+ 5
- 3
src/pages/interviewRounds/StepsDescreption.module.scss Vedi File

@@ -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;

}



Caricamento…
Annulla
Salva