Removed all job category aggregation, display dates job posted and minor fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user