Skip to content

Commit

Permalink
Update outdated scss files
Browse files Browse the repository at this point in the history
  • Loading branch information
gsoldevila committed Dec 20, 2024
1 parent 1ea7c2a commit 2a25ad1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import '../../../../../core/public/mixins';
@import '../../../../../src/core/packages/core/public/mixins';

.dscDocsPage {
@include kibanaFullBodyHeight(54px); // action bar height
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import '../../../../../../../core/public/mixins';
@import '../../../../../../../../src/core/packages/core/public/mixins';

discover-app {
flex-grow: 1;
Expand Down
4 changes: 2 additions & 2 deletions src/plugins/links/public/_mixins.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import '../../../core/public/mixins';
@import '../../../src/core/packages/core/public/mixins';

@keyframes euiFlyoutOpenAnimation {
0% {
Expand Down Expand Up @@ -35,4 +35,4 @@
border-left: $euiBorderThin;
background: $euiColorEmptyShade;
min-width: ($euiSizeXL * 13) + $euiSizeS; // 424px
}
}

0 comments on commit 2a25ad1

Please sign in to comment.