fix: course certificate price display

This commit is contained in:
Jannat Patel
2022-05-24 16:51:55 +05:30
parent c92220f1e5
commit 87fe3e72a2
7 changed files with 136 additions and 103 deletions

View File

@@ -58,7 +58,6 @@ input[type=checkbox] {
letter-spacing: 0.011em;
text-transform: uppercase;
font-weight: 600;
box-shadow: var(--shadow-sm);
color: var(--gray-900);
width: fit-content;
}
@@ -305,7 +304,7 @@ input[type=checkbox] {
font-size: var(--text-4xl);
line-height: 44px;
color: var(--gray-900);
margin: 0.5rem 0;
margin: 0.25rem 0;
}
.button {
@@ -855,11 +854,6 @@ pre {
width: fit-content;
}
.certificate-price {
font-weight: bold;
margin-bottom: 1rem;
}
.certificate-ribbon {
background-color: var(--primary-color);
padding: 0.5rem;
@@ -1444,3 +1438,15 @@ li {
color: var(--gray-900);
margin-bottom: 1.25rem;
}
.course-card-wide .avatar .standard-image {
border: 1px solid var(--gray-400);
}
.lesson-progress-tick {
margin: 0 0.5rem
}
.no-preview {
color: var(--gray-600);
}