feat: certificates section in profile
This commit is contained in:
@@ -894,9 +894,9 @@ pre {
|
||||
}
|
||||
}
|
||||
|
||||
.profile-card {
|
||||
flex-direction: column;
|
||||
padding: 1rem 1.25rem;
|
||||
.column-card {
|
||||
flex-direction: column;
|
||||
padding: 1.25rem;
|
||||
}
|
||||
|
||||
.empty-state {
|
||||
@@ -1398,19 +1398,19 @@ pre {
|
||||
overflow: inherit;
|
||||
}
|
||||
|
||||
.dashboard .nav-link {
|
||||
.lms-nav .nav-link {
|
||||
color: var(--text-muted);
|
||||
padding: 0 0 var(--padding-md);
|
||||
margin-right: var(--margin-xl);
|
||||
}
|
||||
|
||||
.dashboard .nav-link.active {
|
||||
.lms-nav .nav-link.active {
|
||||
font-weight: 600;
|
||||
border-bottom: 1px solid var(--primary);
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
.dashboard .nav-link:hover {
|
||||
.lma.nav .nav-link:hover {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user