fix: ui issues

This commit is contained in:
Jannat Patel
2022-08-31 15:34:18 +05:30
parent b3a9274cd3
commit 6f4677b36b
10 changed files with 362 additions and 238 deletions

View File

@@ -661,7 +661,7 @@ input[type=checkbox] {
font-size: var(--text-sm);
display: flex;
flex-direction: column;
margin-bottom: 3rem;
margin-bottom: 2.5rem;
padding-left: 200px;
padding-right: 1rem;
box-shadow: var(--shadow-sm);
@@ -764,7 +764,7 @@ input[type=checkbox] {
}
.education-details {
margin-top: 3rem;
margin-top: 1.25rem;
}
.bold-title {
@@ -1661,3 +1661,9 @@ li {
.help-article {
font-size: var(--text-base);
}
.quiz-row {
position: relative;
color: var(--text-color);
cursor: pointer;
}