refactor: assignments

This commit is contained in:
Jannat Patel
2022-10-28 19:22:48 +05:30
parent c6b917fa83
commit b3412b42b7
10 changed files with 183 additions and 63 deletions

View File

@@ -1126,8 +1126,7 @@ pre {
}
.preview-work {
width: 50%;
justify-content: space-between;
width: 50%;
}
.job-card {
@@ -1778,3 +1777,25 @@ li {
.course-description-section {
padding-bottom: 4rem;
}
input::file-selector-button {
border-radius: var(--border-radius);
font-size: var(--text-md);
padding: 0.25rem 1.25rem;
border: none;
color: var(--text-color);
cursor: pointer;
}
input::file-selector-button:hover {
background-color: var(--gray-400);
}
.btn {
font-weight: 400;
}
select {
appearance: none;
-webkit-appearance: none;
}