Skip to content

Commit

Permalink
Move styles for _index.scss file -> more specific file
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed Nov 12, 2019
1 parent 1b229f5 commit 7270c45
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
.upgDeprecations {
// Pull the container through the padding of EuiPageContent
margin-left: -$euiSizeL;
margin-right: -$euiSizeL;
}

.upgDeprecations__item {
padding: $euiSize $euiSizeL;
border-top: $euiBorderThin;

&:last-of-type {
margin-bottom: -$euiSizeL;
}
}

.upgDeprecations__itemName {
font-weight: $euiFontWeightMedium;
}
Original file line number Diff line number Diff line change
@@ -1,21 +1,3 @@
@import 'cell';
@import 'deprecations';
@import 'reindex/index';

.upgDeprecations {
// Pull the container through the padding of EuiPageContent
margin-left: -$euiSizeL;
margin-right: -$euiSizeL;
}

.upgDeprecations__item {
padding: $euiSize $euiSizeL;
border-top: $euiBorderThin;

&:last-of-type {
margin-bottom: -$euiSizeL;
}
}

.upgDeprecations__itemName {
font-weight: $euiFontWeightMedium;
}

0 comments on commit 7270c45

Please sign in to comment.