feat: job posting

This commit is contained in:
Jannat Patel
2021-12-28 22:26:52 +05:30
parent fcfda68d88
commit b1b8f202c9
22 changed files with 539 additions and 24 deletions

View File

@@ -47,6 +47,9 @@ input[type=checkbox] {
position: relative;
top: 1rem;
left: 1rem;
}
.course-image .course-tags {
width: 95%;
}
@@ -114,20 +117,23 @@ input[type=checkbox] {
}
}
.course-card-title {
.card-heading {
font-weight: 600;
font-size: 18px;
font-size: 1.5rem;
line-height: 156%;
letter-spacing: -0.014em;
color: var(--text-color-dark);
align-self: stretch;
}
.course-card-title {
font-size: 1.125rem;
margin-bottom: 1.5rem;
height: 56px;
}
@media (max-width: 360px) {
.course-card-title {
font-size: 14px;
.card-heading {
font-size: 0.875rem;
}
}
@@ -1119,7 +1125,7 @@ input[type=checkbox] {
margin-top: 3rem;
}
.institute-name {
.bold-title {
font-weight: bold;
color: var(--text-color-dark);
}
@@ -1463,3 +1469,23 @@ pre {
width: 50%;
justify-content: space-between;
}
.job-card {
display: flex;
justify-content: space-between;
align-items: center;
padding-right: 1rem;
}
.job-card-info {
padding: 2rem 1rem 1rem;
}
.job-description-section {
padding: 1rem;
}
.company-logo {
background-position: left;
background-size: 88px;
}