mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 04:25:08 +00:00
Use absolute paths for importing fuse.scss
This commit is contained in:
parent
2f419b1af5
commit
0e1c589399
|
@ -1,4 +1,4 @@
|
|||
@import "../../../../../core/scss/fuse";
|
||||
@import "src/app/core/scss/fuse";
|
||||
|
||||
:host {
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "../../../../../core/scss/fuse";
|
||||
@import "src/app/core/scss/fuse";
|
||||
|
||||
:host {
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "../../../../../core/scss/fuse";
|
||||
@import "src/app/core/scss/fuse";
|
||||
|
||||
:host {
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "../../../../../core/scss/fuse";
|
||||
@import "src/app/core/scss/fuse";
|
||||
|
||||
:host {
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "../../../../../core/scss/fuse";
|
||||
@import "src/app/core/scss/fuse";
|
||||
|
||||
:host {
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "../../../../../core/scss/fuse";
|
||||
@import "src/app/core/scss/fuse";
|
||||
|
||||
:host {
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "../../../../core/scss/fuse";
|
||||
@import "src/app/core/scss/fuse";
|
||||
|
||||
:host {
|
||||
|
||||
|
|
|
@ -1,8 +1,17 @@
|
|||
@import "src/app/core/scss/fuse";
|
||||
|
||||
.knowledgebase-article-dialog {
|
||||
|
||||
@include media-breakpoint('xs') {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@include media-breakpoint-up('xs') {
|
||||
width: 720px;
|
||||
}
|
||||
|
||||
.mat-dialog-container {
|
||||
padding: 0;
|
||||
width: 720px;
|
||||
}
|
||||
|
||||
.dialog-content-wrapper {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "../../../../core/scss/fuse";
|
||||
@import "src/app/core/scss/fuse";
|
||||
|
||||
#knowledgebase {
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "../../../../core/scss/fuse";
|
||||
@import "src/app/core/scss/fuse";
|
||||
|
||||
#profile {
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "../../../../../../core/scss/fuse";
|
||||
@import "src/app/core/scss/fuse";
|
||||
|
||||
:host {
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "../../../../../../core/scss/fuse";
|
||||
@import "src/app/core/scss/fuse";
|
||||
|
||||
:host {
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "../../../../../../core/scss/fuse";
|
||||
@import "src/app/core/scss/fuse";
|
||||
|
||||
:host {
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "../../../../core/scss/fuse";
|
||||
@import "src/app/core/scss/fuse";
|
||||
|
||||
:host {
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "../../../../../../core/scss/fuse";
|
||||
@import "src/app/core/scss/fuse";
|
||||
|
||||
:host {
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "../../../../../../core/scss/fuse";
|
||||
@import "src/app/core/scss/fuse";
|
||||
|
||||
:host {
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user