Skip to content

Commit

Permalink
reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
semd committed May 16, 2022
1 parent 320d429 commit 0338642
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ $euiSideNavEmphasizedBackgroundColor: transparentize($euiColorLightShade, .7);
@include euiSideNavEmbellish;
@include euiYScroll;

display: flex;
flex-direction: column;

@include euiBreakpoint('m' ,'l', 'xl') {
width: 248px;
padding: $euiSizeL;
Expand All @@ -18,9 +21,6 @@ $euiSideNavEmphasizedBackgroundColor: transparentize($euiColorLightShade, .7);
.kbnPageTemplateSolutionNav__avatar {
margin-right: $euiSize;
}

display: flex;
flex-direction: column;
}

.kbnPageTemplateSolutionNav--hidden {
Expand Down

0 comments on commit 0338642

Please sign in to comment.