Skip to content

Commit

Permalink
revert(ui): revert toolbar styling
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathonadams committed Sep 9, 2020
1 parent 26cc965 commit c45cd17
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions libs/common/ui/toolbar/src/lib/toolbar.component.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<header role="banner" class="ztp-toolbar mat-elevation-z2">
<!-- <div class="left-side"> -->
<ng-content select="[toolbarLeft]"></ng-content>
<!-- </div> -->
<div class="left-side">
<ng-content select="[toolbarLeft]"></ng-content>
</div>

<ng-content></ng-content>

<!-- <div class="right-side"> -->
<ng-content select="[toolbarRight]"></ng-content>
<!-- </div> -->
<div class="right-side">
<ng-content select="[toolbarRight]"></ng-content>
</div>
</header>

0 comments on commit c45cd17

Please sign in to comment.