mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-01 19:30:15 +01:00
refactor(@theme): header and footer links
This commit is contained in:
parent
ae51a3bd2e
commit
ff0e6adf60
4 changed files with 14 additions and 2 deletions
|
|
@ -32,6 +32,7 @@ $nga-sidebar-width-compact: 3.45rem;
|
|||
|
||||
a:hover {
|
||||
color: $nga-color-secondary;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
nga-layout {
|
||||
|
|
@ -63,6 +64,11 @@ $nga-sidebar-width-compact: 3.45rem;
|
|||
i {
|
||||
font-size: 2rem;
|
||||
margin-right: 1.25rem;
|
||||
|
||||
&:first-child {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue