- .techinicalInterviewContent {
- display: fixed;
- height: 100vh;
- width: 100vw;
- .description {
- ion-icon {
- width: 15rem;
- height: 10rem;
- width: 95%;
- margin: 0 auto;
- margin-top: 4rem;
- }
-
- .meet {
- h4 {
- color: #363636;
- text-align: center;
- font-size: 2.4rem;
- font-weight: 300;
- letter-spacing: 0.024rem;
- margin-top: 3rem;
- }
- p {
- color: #868686;
- font-size: 1.4rem;
- text-align: center;
- width: 90%;
- margin: 0 auto;
- margin-top: 2rem;
- line-height: 1.8;
- }
- }
-
- .countdown {
- display: flex;
- flex-direction: column;
- align-items: center;
- height: 45vh;
- justify-content: space-around;
- h4 {
- color: #363636;
- text-align: center;
- font-size: 2.4rem;
- font-weight: 300;
- letter-spacing: 0.024rem;
- }
- .timeLeft {
- .time {
- font-size: 3.6rem;
- font-weight: 600;
- color: #363636;
- letter-spacing: 0.036rem;
- }
- .days {
- font-size: 1.3rem;
- color: #9F9F9F;
- display: flex;
- justify-content: space-between;
- align-items: center;
- width: 95%;
- margin: 0 auto;
- text-align: center;
- }
- }
- .icon {
- width: 6rem;
- height: 6rem;
- background-color: #33CE93;
- border-radius: 50%;
- display: flex;
- align-items: center;
- justify-content: center;
-
- ion-icon {
- width: 2rem;
- height: 2rem;
- margin: 0;
- }
- }
-
- }
-
- }
-
- .techinicalInterviewBtn {
- text-decoration: none;
-
- ion-button {
- width: 95%;
- margin: 0 auto;
- margin-top: 38vh;
- margin-bottom: 0;
- --background: var(--primary-button-color);
- }
- }
-
- .buttonHolder {
- display: flex;
- justify-content: space-around;
- align-items: center;
- width: 95%;
- margin: 0 auto;
- margin-top: 7rem;
- a {
- text-decoration: none;
- }
-
- .dashboardButton {
- width: 18rem;
-
- ion-button {
- margin: 0;
- --border-style: solid;
- --border-width: 0.1rem;
- --border-color: var(--primary-button-color);
- --background: transparent;
- --color: var(--primary-button-color);
- font-size: 1.6rem;
- font-weight: 600;
- }
- }
-
- .nextStepButton {
- width: 18rem;
-
- margin-left: 1rem;
- ion-button {
-
- font-size: 1.6rem;
- font-weight: 600;
- --background: var(--primary-button-color);
-
- }
- }
-
- }
- }
|