mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-26 09:54:11 +01:00
refactor(styles): complete styles refactoring
This commit is contained in:
parent
6e7051aed8
commit
78aef482aa
12 changed files with 46 additions and 15 deletions
|
|
@ -1,4 +1,4 @@
|
|||
@import '~@nga/theme/styles/component';
|
||||
@import '../../../@theme/styles/variables';
|
||||
|
||||
@include nga-install-component() {
|
||||
display: block;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@import '~@nga/theme/styles/component';
|
||||
@import '../../@theme/styles/variables';
|
||||
@import '~@nga/theme/styles/global/bootstrap/hero-buttons';
|
||||
|
||||
@include nga-install-component() {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@import '~@nga/theme/styles/component';
|
||||
@import '../../../@theme/styles/variables';
|
||||
@import '~@nga/theme/styles/global/bootstrap/hero-buttons';
|
||||
|
||||
@include nga-install-component() {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@import '~@nga/theme/styles/component';
|
||||
@import '../../../@theme/styles/variables';
|
||||
|
||||
@include nga-install-component() {
|
||||
/deep/ agm-map .agm-map-container-inner {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@import '~@nga/theme/styles/component';
|
||||
@import '../../../@theme/styles/variables';
|
||||
|
||||
@include nga-install-component() {
|
||||
display: block;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import { Component } from '@angular/core';
|
||||
|
||||
import 'style-loader!../@theme/styles/themes.scss';
|
||||
import 'style-loader!../@theme/styles/styles.scss';
|
||||
|
||||
@Component({
|
||||
selector: 'ngx-pages',
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@import '~@nga/theme/styles/component';
|
||||
@import '../../../@theme/styles/variables';
|
||||
@import '~@nga/theme/styles/global/bootstrap/buttons';
|
||||
|
||||
@mixin btn-bg($background) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue