refactor(styles): complete styles refactoring

This commit is contained in:
Dmitry Nehaychik 2017-06-16 19:21:22 +03:00
parent 6e7051aed8
commit 78aef482aa
12 changed files with 46 additions and 15 deletions

View file

@ -1,4 +1,4 @@
@import '~@nga/theme/styles/component';
@import '../../../@theme/styles/variables';
@include nga-install-component() {
display: block;

View file

@ -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() {

View file

@ -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() {

View file

@ -1,4 +1,4 @@
@import '~@nga/theme/styles/component';
@import '../../../@theme/styles/variables';
@include nga-install-component() {
/deep/ agm-map .agm-map-container-inner {

View file

@ -1,4 +1,4 @@
@import '~@nga/theme/styles/component';
@import '../../../@theme/styles/variables';
@include nga-install-component() {
display: block;

View file

@ -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',

View file

@ -1,4 +1,4 @@
@import '~@nga/theme/styles/component';
@import '../../../@theme/styles/variables';
@import '~@nga/theme/styles/global/bootstrap/buttons';
@mixin btn-bg($background) {