Skip to content

Commit

Permalink
reorganize ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkubej committed Jul 20, 2023
1 parent 958f5dc commit de18746
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions polaris-react/src/components/TopBar/TopBar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@ $search-column-width-se23: 480px;
// stylelint-enable selector-max-specificity
}

.LeftContent {
display: flex;
}

.Search {
z-index: var(--p-z-index-1);
display: flex;
Expand All @@ -160,6 +164,11 @@ $search-column-width-se23: 480px;
}
}

.RightContent {
display: flex;
justify-content: flex-end;
}

.SecondaryMenu {
margin-left: var(--p-space-2);
}
Expand All @@ -171,12 +180,3 @@ $search-column-width-se23: 480px;
fill: var(--p-color-icon-inverse);
}
}

.LeftContent {
display: flex;
}

.RightContent {
display: flex;
justify-content: flex-end;
}

0 comments on commit de18746

Please sign in to comment.