fix: jobs, quiz and community page cleanup

This commit is contained in:
Jannat Patel
2022-03-17 14:23:06 +05:30
parent 36465f0859
commit 9351edebe0
7 changed files with 61 additions and 71 deletions

View File

@@ -111,7 +111,9 @@ input[type=checkbox] {
.icon {
margin: 0;
margin-right: 0.25rem;
fill: none;
}
.lesson-links .icon {
stroke: none;
}
@@ -499,17 +501,17 @@ input[type=checkbox] {
.member-parent {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
-moz-column-gap: 1.25rem;
column-gap: 1.25rem;
row-gap: 1.25rem;
-moz-column-gap: 2rem;
column-gap: 2rem;
row-gap: 2rem;
}
@media (max-width: 600px) {
.member-parent {
grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));
-moz-column-gap: 1.25rem;
column-gap: 1.25rem;
row-gap: 1.25rem;
-moz-column-gap: 2rem;
column-gap: 2rem;
row-gap: 2rem;
}
}
@@ -1136,6 +1138,7 @@ pre {
flex-direction: column;
align-items: flex-end;
justify-content: space-between;
margin-left: auto;
}
.job-detail-card {
@@ -1143,11 +1146,6 @@ pre {
flex-direction: column;
}
.job-detail-card span::before {
content: "\00B7";
margin: 0 8px;
}
.job-subtitle {
font-size: var(--text-base);
margin-bottom: 1.875rem;
@@ -1163,34 +1161,6 @@ pre {
color: var(--gray-900);
}
.company-name {
font-size: var(--text-base);
}
.job-meta {
display: flex;
align-items: center;
color: var(--gray-700);
font-size: var(--text-base);
}
.job-type {
background-color: var(--dark-green-100);
color: var(--dark-green-500);
border-radius: var(--border-radius-md);
padding: 0.25rem 0.5rem;
font-weight: 600;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.6px;
margin-bottom: 0.5rem;
width: fit-content;
}
.job-description {
margin-top: 3.75rem;
}
.course-head-container {
color: var(--gray-900);
}