mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
fix(layouts): provide link for support us action
This commit is contained in:
parent
7557cc4bf0
commit
263d1297b3
10 changed files with 13 additions and 18 deletions
|
|
@ -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);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,6 @@
|
||||||
|
|
||||||
.dropdown-menu {
|
.dropdown-menu {
|
||||||
width: auto;
|
width: auto;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-group label {
|
.form-group label {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue