Add contest to course (#126)

This commit is contained in:
Phuoc Anh Kha Le 2024-10-02 15:06:33 -05:00 committed by GitHub
parent 72eada0a4e
commit 3d67fb274e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 1258 additions and 433 deletions

View file

@ -66,7 +66,7 @@
box-shadow: 0 2px 4px #ccc;
}
.lesson-title {
font-size: 1.5em;
font-size: 1.25em;
margin-left: 1em;
margin-right: 1em;
color: initial;
@ -88,7 +88,7 @@
margin-top: 10px;
}
.progress-bar {
background: $theme_color;
background: forestgreen;
height: 10px;
border-radius: 3px;
line-height: 10px;
@ -130,4 +130,26 @@
text-decoration: none;
color: inherit;
}
}
.course-contest-card {
border: 1px solid #ddd;
border-radius: 8px;
margin-bottom: 20px;
padding: 15px;
box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
display: flex;
justify-content: space-between;
align-items: center;
h5 {
margin: 0 0 10px;
font-size: 1.2em;
color: #333;
}
p {
margin: 5px 0;
color: #555;
}
}