feat: progress page

This commit is contained in:
Jannat Patel
2022-11-15 18:56:45 +05:30
parent d9e44e0f91
commit ae2c15fe8c
13 changed files with 240 additions and 48 deletions

View File

@@ -87,9 +87,9 @@ input[type=checkbox] {
}
.common-page-style {
padding: 2rem 0 5rem;
padding-top: 3rem;
background-color: var(--bg-color);
padding: 2rem 0 5rem;
padding-top: 3rem;
background-color: var(--bg-color);
}
.common-card-style {
@@ -443,10 +443,6 @@ input[type=checkbox] {
padding: 2rem 1rem;
}
.member-card .talk-title {
font-weight: bold;
}
.break {
flex-basis: 100%;
flex-grow: 1;
@@ -978,10 +974,6 @@ pre {
}
}
.section-heading {
font-size: var(--text-4xl);
}
.testimonial-card {
flex-direction: column;
padding: 2rem;
@@ -1835,8 +1827,28 @@ select {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
grid-gap: 1rem;
font-size: var(--text-base);
}
.class-cours {
cursor: pointer;
}
.subheading {
font-weight: 500;
color: var(--gray-900);
}
.progress-course-header {
display: flex;
justify-content: space-between;
background-color: var(--gray-100);
padding: 0.5rem;
border-radius: var(--border-radius-sm);
}
.section-heading {
font-size: 1rem;
color: var(--gray-900);
font-weight: 500;
}