fix(header): improve header styles, add nebular icons

This commit is contained in:
KostyaDanovsky 2017-09-07 16:43:31 +03:00
parent 429fd095cf
commit 3febc37ed7
5 changed files with 99 additions and 105 deletions

View file

@ -1,8 +1,8 @@
@import '../../styles/themes';
@include nb-install-component() {
h5 {
margin-bottom: 1rem;
h6 {
margin-bottom: 0.5rem;
}
.settings-row {
@ -13,7 +13,7 @@
flex-wrap: wrap;
width: 90%;
margin: 0 auto 2rem;
margin: 0 0 1rem;
a {
text-decoration: none;

View file

@ -6,7 +6,7 @@ import { StateService } from '../../../@core/data/state.service';
selector: 'ngx-theme-settings',
styleUrls: ['./theme-settings.component.scss'],
template: `
<h5>LAYOUTS</h5>
<h6>LAYOUTS</h6>
<div class="settings-row">
<a *ngFor="let layout of layouts"
href="#"
@ -16,7 +16,7 @@ import { StateService } from '../../../@core/data/state.service';
<i [attr.class]="layout.icon"></i>
</a>
</div>
<h5>SIDEBAR</h5>
<h6>SIDEBAR</h6>
<div class="settings-row">
<a *ngFor="let sidebar of sidebars"
href="#"