Skip to content

Commit

Permalink
fix: styling
Browse files Browse the repository at this point in the history
  • Loading branch information
lem-onade committed Apr 14, 2020
1 parent cef81e6 commit 3e57372
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[class.success]="state === 'success' || state === 'locked'">
<div fxLayout="row" fxLayoutGap="20px">

<div fxFlex="initial" class="section-icon" *ngIf="showIcon">
<div fxFlex="initial" fxLayoutAlign="center" class="section-icon" *ngIf="showIcon">
<ng-content select="dgt-section-icon"></ng-content>
</div>

Expand All @@ -26,7 +26,7 @@
</dgt-button>
</div>

<div fxLayout="row" fxLayoutGap="20px" fxFlex="initial" class="section-actions" *ngIf="showIcon">
<div fxLayout="row" fxLayoutAlign="center" fxLayoutGap="20px" fxFlex="initial" class="section-actions" *ngIf="showIcon">
<ng-content fxFlex="initial" select="dgt-section-action"></ng-content>
</div>
</div>
Expand Down

0 comments on commit 3e57372

Please sign in to comment.