Removed all job category aggregation, display dates job posted and minor fixes

This commit is contained in:
2026-07-10 01:21:36 +00:00
parent a1399b60db
commit 031b3f1ace
3 changed files with 178 additions and 122 deletions

View File

@@ -29,21 +29,6 @@
.section-heading-applied {
color: #c0392b;
}
.profession-heading {
font-size: 13px;
font-weight: 700;
margin: 10px 0 4px;
display: flex;
align-items: center;
gap: 6px;
}
.profession-dot {
display: inline-block;
width: 8px;
height: 8px;
border-radius: 50%;
flex-shrink: 0;
}
.job-item {
padding: 10px;
margin-bottom: 10px;
@@ -62,6 +47,7 @@
.new-badge {
display: inline-block;
color: white;
background-color: #e03131;
font-size: 10px;
font-weight: 700;
border-radius: 10px;
@@ -79,12 +65,21 @@
font-size: 12px;
margin-top: 3px;
}
.job-posted {
.job-posted-row {
display: flex;
justify-content: space-between;
align-items: center;
color: #0066cc;
font-size: 11px;
margin-top: 5px;
font-weight: 500;
}
.profession-tag {
color: #c9971c;
font-size: 11px;
font-weight: 700;
margin-top: 4px;
}
.status {
color: #666;
font-size: 12px;