.verifiedDocsContent { .closingDocsDescription { height: 75vh; ion-icon { width: 12.8rem; height: 12.8rem; width: 100%; margin: 0 auto; margin-top: 4vh; } .heading { color: lighten($color: #363636, $amount: 10%); font-size: 2.4rem; font-weight: 300; text-align: center; width: 90%; margin: 0 auto; margin-top: 4vh; } .description { font-size: 1.4rem; color: #868686; text-align: center; width: 90%; margin: 0 auto; margin-top: 4vh } } .buttonHolder { display: flex; justify-content: space-around; align-items: center; width: 95%; margin: 0 auto; // margin-top: 20vh; a{ text-decoration: none; } ion-button { width: 18rem; height: 5rem; } .dashboardButton { ion-button { margin-bottom: 0; --background: transparent; --border-width: 0.1rem; --border-color: var(--primary-button-color); --border-style: solid; --color: var(--primary-button-color); } } .nextStepButton { ion-button { margin-bottom: 0; --background: var(--primary-button-color); } } } }