fix(layouts): provide link for support us action

This commit is contained in:
KostyaDanovsky 2017-09-18 19:48:11 +03:00
parent 7557cc4bf0
commit 263d1297b3
10 changed files with 13 additions and 18 deletions

View file

@ -149,12 +149,8 @@
line-height: 1; line-height: 1;
i { i {
color: nb-theme(color-success); color: nb-theme(color-fg-highlight);
font-size: 2.25rem; font-size: 2.25rem;
@include nb-for-theme(cosmic) {
color: nb-theme(link-color);
}
} }
} }

View file

@ -48,7 +48,7 @@
.main-btn { .main-btn {
width: 46px; width: 46px;
height: 44px; height: 44px;
padding: 0; padding: 0.375rem;
border-radius: 5px; border-radius: 5px;
transition: none; transition: none;

View file

@ -12,9 +12,9 @@ import { Component } from '@angular/core';
<nb-sidebar class="menu-sidebar" tag="menu-sidebar" responsive> <nb-sidebar class="menu-sidebar" tag="menu-sidebar" responsive>
<nb-sidebar-header> <nb-sidebar-header>
<button class="btn btn-hero-success main-btn"> <a href="https://github.com/akveo/nebular" target="_blank" class="btn btn-hero-success main-btn">
<i class="ion ion-social-github"></i> <span>Support Us</span> <i class="ion ion-social-github"></i> <span>Support Us</span>
</button> </a>
</nb-sidebar-header> </nb-sidebar-header>
<ng-content select="nb-menu"></ng-content> <ng-content select="nb-menu"></ng-content>
</nb-sidebar> </nb-sidebar>

View file

@ -89,7 +89,7 @@
.main-btn { .main-btn {
width: 46px; width: 46px;
height: 44px; height: 44px;
padding: 0; padding: 0.375rem;
border-radius: 5px; border-radius: 5px;
transition: none; transition: none;

View file

@ -19,9 +19,9 @@ import { StateService } from '../../../@core/data/state.service';
responsive responsive
[right]="sidebar.id === 'right'"> [right]="sidebar.id === 'right'">
<nb-sidebar-header> <nb-sidebar-header>
<button class="btn btn-hero-success main-btn"> <a href="https://github.com/akveo/nebular" target="_blank" class="btn btn-hero-success main-btn">
<i class="ion ion-social-github"></i> <span>Support Us</span> <i class="ion ion-social-github"></i> <span>Support Us</span>
</button> </a>
</nb-sidebar-header> </nb-sidebar-header>
<ng-content select="nb-menu"></ng-content> <ng-content select="nb-menu"></ng-content>
</nb-sidebar> </nb-sidebar>

View file

@ -52,7 +52,7 @@
.main-btn { .main-btn {
width: 46px; width: 46px;
height: 44px; height: 44px;
padding: 0; padding: 0.375rem;
border-radius: 5px; border-radius: 5px;
transition: none; transition: none;

View file

@ -12,9 +12,9 @@ import { Component } from '@angular/core';
<nb-sidebar class="menu-sidebar" tag="menu-sidebar" responsive > <nb-sidebar class="menu-sidebar" tag="menu-sidebar" responsive >
<nb-sidebar-header> <nb-sidebar-header>
<button class="btn btn-hero-success main-btn"> <a href="https://github.com/akveo/nebular" target="_blank" class="btn btn-hero-success main-btn">
<i class="ion ion-social-github"></i> <span>Support Us</span> <i class="ion ion-social-github"></i> <span>Support Us</span>
</button> </a>
</nb-sidebar-header> </nb-sidebar-header>
<ng-content select="nb-menu"></ng-content> <ng-content select="nb-menu"></ng-content>
</nb-sidebar> </nb-sidebar>

View file

@ -52,7 +52,7 @@
.main-btn { .main-btn {
width: 46px; width: 46px;
height: 44px; height: 44px;
padding: 0; padding: 0.375rem;
border-radius: 5px; border-radius: 5px;
transition: none; transition: none;

View file

@ -12,9 +12,9 @@ import { Component } from '@angular/core';
<nb-sidebar class="menu-sidebar" tag="menu-sidebar" responsive > <nb-sidebar class="menu-sidebar" tag="menu-sidebar" responsive >
<nb-sidebar-header> <nb-sidebar-header>
<button class="btn btn-hero-success main-btn"> <a href="https://github.com/akveo/nebular" target="_blank" class="btn btn-hero-success main-btn">
<i class="ion ion-social-github"></i> <span>Support Us</span> <i class="ion ion-social-github"></i> <span>Support Us</span>
</button> </a>
</nb-sidebar-header> </nb-sidebar-header>
<ng-content select="nb-menu"></ng-content> <ng-content select="nb-menu"></ng-content>
</nb-sidebar> </nb-sidebar>

View file

@ -102,7 +102,6 @@
.dropdown-menu { .dropdown-menu {
width: auto; width: auto;
} }
.form-group label { .form-group label {