mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +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
|
|
@ -2,7 +2,7 @@
|
|||
/deep/ base-footer {
|
||||
color: $nga-color-default;
|
||||
|
||||
.socials a:hover {
|
||||
a:hover {
|
||||
color: $nga-color-secondary !important;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import { Component } from '@angular/core';
|
|||
selector: 'base-footer',
|
||||
styleUrls: ['./base-footer.component.scss'],
|
||||
template: `
|
||||
<span>Created with ♥ by <b>Akveo</b> 2017</span>
|
||||
<span>Created with ♥ by <b><a href="https://akveo.com" target="_blank">Akveo</a></b> 2017</span>
|
||||
<div class="socials">
|
||||
<a href="https://github.com/akveo" target="_blank" class="ion ion-social-github"></a>
|
||||
<a href="https://www.facebook.com/akveo" target="_blank" class="ion ion-social-facebook"></a>
|
||||
|
|
|
|||
|
|
@ -16,6 +16,12 @@
|
|||
div {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
& > * {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
|
||||
.left {
|
||||
|
|
|
|||
|
|
@ -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