mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 08:20:13 +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 {
|
/deep/ base-footer {
|
||||||
color: $nga-color-default;
|
color: $nga-color-default;
|
||||||
|
|
||||||
.socials a:hover {
|
a:hover {
|
||||||
color: $nga-color-secondary !important;
|
color: $nga-color-secondary !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ import { Component } from '@angular/core';
|
||||||
selector: 'base-footer',
|
selector: 'base-footer',
|
||||||
styleUrls: ['./base-footer.component.scss'],
|
styleUrls: ['./base-footer.component.scss'],
|
||||||
template: `
|
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">
|
<div class="socials">
|
||||||
<a href="https://github.com/akveo" target="_blank" class="ion ion-social-github"></a>
|
<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>
|
<a href="https://www.facebook.com/akveo" target="_blank" class="ion ion-social-facebook"></a>
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,12 @@
|
||||||
div {
|
div {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
|
& > * {
|
||||||
|
height: 100%;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.left {
|
.left {
|
||||||
|
|
|
||||||
|
|
@ -32,6 +32,7 @@ $nga-sidebar-width-compact: 3.45rem;
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
color: $nga-color-secondary;
|
color: $nga-color-secondary;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
nga-layout {
|
nga-layout {
|
||||||
|
|
@ -63,6 +64,11 @@ $nga-sidebar-width-compact: 3.45rem;
|
||||||
i {
|
i {
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
margin-right: 1.25rem;
|
margin-right: 1.25rem;
|
||||||
|
|
||||||
|
&:first-child {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue