Skip to content

Commit

Permalink
Update ToolBarFooter component to support content on the left side. (#…
Browse files Browse the repository at this point in the history
…9525)

Backports PR #9514

**Commit 1:**
Update ToolBarFooter component to support content on the left side.

* Original sha: b77220f
* Authored by CJ Cenizal <[email protected]> on 2016-12-15T22:11:10Z
  • Loading branch information
elastic-jasper authored and cjcenizal committed Dec 16, 2016
1 parent 6634df3 commit c08506c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ui_framework/components/tool_bar/_tool_bar_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
margin-left: $toolBarSectionSpacing * 0.5;
margin-right: $toolBarSectionSpacing * 0.5;

&:first-child {
margin-left: 0;
}

&:last-child {
margin-right: 0;
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<div class="kuiToolBarFooter">
<div class="kuiToolBarFooterSection">
<div class="kuiToolBarText">
5 items selected
</div>
</div>

<div class="kuiToolBarFooterSection">
<div class="kuiToolBarText">
1 &ndash; 20 of 33
Expand Down

0 comments on commit c08506c

Please sign in to comment.