feat: Implement initial e-learning platform frontend including landing page, course discovery, dashboard, and foundational UI components with i18n.
This commit is contained in:
parent
5b9cf72046
commit
3a9da1007b
17 changed files with 1631 additions and 1524 deletions
|
|
@ -113,9 +113,9 @@ body {
|
|||
background-attachment: fixed;
|
||||
}
|
||||
|
||||
a {
|
||||
/* a {
|
||||
text-decoration: none;
|
||||
color: #3b82f6;
|
||||
color: #2563eb;
|
||||
transition: color 0.2s;
|
||||
}
|
||||
|
||||
|
|
@ -129,7 +129,7 @@ a:hover {
|
|||
|
||||
.dark a:hover {
|
||||
color: #93c5fd;
|
||||
}
|
||||
} */
|
||||
|
||||
ul {
|
||||
list-style: none;
|
||||
|
|
@ -645,9 +645,9 @@ ul {
|
|||
.rounded {
|
||||
border-radius: var(--radius-md);
|
||||
}
|
||||
.border-b {
|
||||
/* .border-b {
|
||||
border-bottom: 1px solid var(--border-color);
|
||||
}
|
||||
} */
|
||||
.load-more-wrap {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue