feat: progress page
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user