浏览代码

small UI changes to stepsDescription component

develop
Ajay_S 3 年前
父节点
当前提交
1ecc525280
共有 1 个文件被更改,包括 5 次插入3 次删除
  1. +5
    -3
      src/pages/interviewRounds/StepsDescreption.module.scss

+ 5
- 3
src/pages/interviewRounds/StepsDescreption.module.scss 查看文件

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


} }




正在加载...
取消
保存