Use absolute paths for importing fuse.scss

This commit is contained in:
Sercan Yemen 2017-12-06 11:40:43 +03:00
parent 2f419b1af5
commit 0e1c589399
16 changed files with 25 additions and 16 deletions

View File

@ -1,4 +1,4 @@
@import "../../../../../core/scss/fuse"; @import "src/app/core/scss/fuse";
:host { :host {

View File

@ -1,4 +1,4 @@
@import "../../../../../core/scss/fuse"; @import "src/app/core/scss/fuse";
:host { :host {

View File

@ -1,4 +1,4 @@
@import "../../../../../core/scss/fuse"; @import "src/app/core/scss/fuse";
:host { :host {

View File

@ -1,4 +1,4 @@
@import "../../../../../core/scss/fuse"; @import "src/app/core/scss/fuse";
:host { :host {

View File

@ -1,4 +1,4 @@
@import "../../../../../core/scss/fuse"; @import "src/app/core/scss/fuse";
:host { :host {

View File

@ -1,4 +1,4 @@
@import "../../../../../core/scss/fuse"; @import "src/app/core/scss/fuse";
:host { :host {

View File

@ -1,4 +1,4 @@
@import "../../../../core/scss/fuse"; @import "src/app/core/scss/fuse";
:host { :host {

View File

@ -1,8 +1,17 @@
@import "src/app/core/scss/fuse";
.knowledgebase-article-dialog { .knowledgebase-article-dialog {
@include media-breakpoint('xs') {
width: 100%;
}
@include media-breakpoint-up('xs') {
width: 720px;
}
.mat-dialog-container { .mat-dialog-container {
padding: 0; padding: 0;
width: 720px;
} }
.dialog-content-wrapper { .dialog-content-wrapper {

View File

@ -1,4 +1,4 @@
@import "../../../../core/scss/fuse"; @import "src/app/core/scss/fuse";
#knowledgebase { #knowledgebase {

View File

@ -1,4 +1,4 @@
@import "../../../../core/scss/fuse"; @import "src/app/core/scss/fuse";
#profile { #profile {

View File

@ -1,4 +1,4 @@
@import "../../../../../../core/scss/fuse"; @import "src/app/core/scss/fuse";
:host { :host {

View File

@ -1,4 +1,4 @@
@import "../../../../../../core/scss/fuse"; @import "src/app/core/scss/fuse";
:host { :host {

View File

@ -1,4 +1,4 @@
@import "../../../../../../core/scss/fuse"; @import "src/app/core/scss/fuse";
:host { :host {

View File

@ -1,4 +1,4 @@
@import "../../../../core/scss/fuse"; @import "src/app/core/scss/fuse";
:host { :host {

View File

@ -1,4 +1,4 @@
@import "../../../../../../core/scss/fuse"; @import "src/app/core/scss/fuse";
:host { :host {

View File

@ -1,4 +1,4 @@
@import "../../../../../../core/scss/fuse"; @import "src/app/core/scss/fuse";
:host { :host {