| @@ -1,12 +1,11 @@ | |||||
| .stepDescription { | .stepDescription { | ||||
| height: 74vh; | |||||
| height: 78vh; | |||||
| display: flex; | display: flex; | ||||
| flex-direction: column; | flex-direction: column; | ||||
| align-items: center; | align-items: center; | ||||
| justify-content: space-between; | |||||
| justify-content: space-evenly; | |||||
| width: 100vw; | width: 100vw; | ||||
| background-color: white; | background-color: white; | ||||
| padding-top: 1.5rem; | |||||
| .header { | .header { | ||||
| display: flex; | display: flex; | ||||
| @@ -60,6 +59,7 @@ | |||||
| animation: fadeInAnimation ease 0.2s; | animation: fadeInAnimation ease 0.2s; | ||||
| animation-iteration-count: 1; | animation-iteration-count: 1; | ||||
| animation-fill-mode: forwards; | animation-fill-mode: forwards; | ||||
| } | } | ||||
| } | } | ||||
| @@ -67,6 +67,7 @@ ion-icon { | |||||
| color: var(--primary-button-color); | color: var(--primary-button-color); | ||||
| width: 1.5rem; | width: 1.5rem; | ||||
| height: 1.5rem; | height: 1.5rem; | ||||
| } | } | ||||
| ion-button { | ion-button { | ||||
| @@ -75,6 +76,7 @@ ion-button { | |||||
| font-weight: 500; | font-weight: 500; | ||||
| font-size: 1.6rem; | font-size: 1.6rem; | ||||
| font-family: 'Poppins', sans-serif !important; | font-family: 'Poppins', sans-serif !important; | ||||
| margin: 0 !important; | |||||
| } | } | ||||