mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +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;
|
||||
|
||||
i {
|
||||
color: nb-theme(color-success);
|
||||
color: nb-theme(color-fg-highlight);
|
||||
font-size: 2.25rem;
|
||||
|
||||
@include nb-for-theme(cosmic) {
|
||||
color: nb-theme(link-color);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@
|
|||
.main-btn {
|
||||
width: 46px;
|
||||
height: 44px;
|
||||
padding: 0;
|
||||
padding: 0.375rem;
|
||||
border-radius: 5px;
|
||||
transition: none;
|
||||
|
||||
|
|
|
|||
|
|
@ -12,9 +12,9 @@ import { Component } from '@angular/core';
|
|||
|
||||
<nb-sidebar class="menu-sidebar" tag="menu-sidebar" responsive>
|
||||
<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>
|
||||
</button>
|
||||
</a>
|
||||
</nb-sidebar-header>
|
||||
<ng-content select="nb-menu"></ng-content>
|
||||
</nb-sidebar>
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
.main-btn {
|
||||
width: 46px;
|
||||
height: 44px;
|
||||
padding: 0;
|
||||
padding: 0.375rem;
|
||||
border-radius: 5px;
|
||||
transition: none;
|
||||
|
||||
|
|
|
|||
|
|
@ -19,9 +19,9 @@ import { StateService } from '../../../@core/data/state.service';
|
|||
responsive
|
||||
[right]="sidebar.id === 'right'">
|
||||
<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>
|
||||
</button>
|
||||
</a>
|
||||
</nb-sidebar-header>
|
||||
<ng-content select="nb-menu"></ng-content>
|
||||
</nb-sidebar>
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@
|
|||
.main-btn {
|
||||
width: 46px;
|
||||
height: 44px;
|
||||
padding: 0;
|
||||
padding: 0.375rem;
|
||||
border-radius: 5px;
|
||||
transition: none;
|
||||
|
||||
|
|
|
|||
|
|
@ -12,9 +12,9 @@ import { Component } from '@angular/core';
|
|||
|
||||
<nb-sidebar class="menu-sidebar" tag="menu-sidebar" responsive >
|
||||
<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>
|
||||
</button>
|
||||
</a>
|
||||
</nb-sidebar-header>
|
||||
<ng-content select="nb-menu"></ng-content>
|
||||
</nb-sidebar>
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@
|
|||
.main-btn {
|
||||
width: 46px;
|
||||
height: 44px;
|
||||
padding: 0;
|
||||
padding: 0.375rem;
|
||||
border-radius: 5px;
|
||||
transition: none;
|
||||
|
||||
|
|
|
|||
|
|
@ -12,9 +12,9 @@ import { Component } from '@angular/core';
|
|||
|
||||
<nb-sidebar class="menu-sidebar" tag="menu-sidebar" responsive >
|
||||
<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>
|
||||
</button>
|
||||
</a>
|
||||
</nb-sidebar-header>
|
||||
<ng-content select="nb-menu"></ng-content>
|
||||
</nb-sidebar>
|
||||
|
|
|
|||
|
|
@ -102,7 +102,6 @@
|
|||
|
||||
.dropdown-menu {
|
||||
width: auto;
|
||||
|
||||
}
|
||||
|
||||
.form-group label {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue