refactor(theme): styles_new -> styles

This commit is contained in:
Dmitry Nehaychik 2017-06-13 20:56:25 +03:00
parent c31a1b328b
commit b9ca0163ff
8 changed files with 12 additions and 12 deletions

View file

@ -1,4 +1,4 @@
@import '~@nga/theme/styles_new/component';
@import '~@nga/theme/styles/component';
// TODO move colors to theme
@include nga-install-component() {

View file

@ -1,5 +1,5 @@
@import '~@nga/theme/styles_new/all';
@import '~@nga/theme/styles/all';
@include nga-themes-install();
@import '~@nga/auth/styles_new/all';
@import '~@nga/auth/styles/all';
@include nga-auth-install();

View file

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

View file

@ -1,5 +1,5 @@
@import '~@nga/theme/styles_new/component';
@import '~@nga/theme/styles_new/global/bootstrap/hero-buttons';
@import '~@nga/theme/styles/component';
@import '~@nga/theme/styles/global/bootstrap/hero-buttons';
@include nga-install-component() {
nga-card-header {

View file

@ -1,5 +1,5 @@
@import '~@nga/theme/styles_new/component';
@import '~@nga/theme/styles_new/global/bootstrap/hero-buttons';
@import '~@nga/theme/styles/component';
@import '~@nga/theme/styles/global/bootstrap/hero-buttons';
@include nga-install-component() {
nga-card {

View file

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

View file

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

View file

@ -1,5 +1,5 @@
@import '~@nga/theme/styles_new/component';
@import '~@nga/theme/styles_new/global/bootstrap/buttons';
@import '~@nga/theme/styles/component';
@import '~@nga/theme/styles/global/bootstrap/buttons';
@mixin btn-bg($background) {
background-color: $background;