Created
April 16, 2019 13:17
-
-
Save Dssdiego/0dc4a3b684b863c4a70ed57b9396d9a6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div fxLayout="row wrap"> | |
<div fxFlex="100" fxFlex.gt-sm="25" fxFlex.sm="50"> | |
<mat-card> | |
<mat-card-title> | |
<small class="text-muted">Despesas Fixas</small> | |
<span fxFlex></span> | |
<mat-chip class="icon-chip" color="accent" selected="true"> | |
<mat-icon>trending_up</mat-icon>10% | |
</mat-chip> | |
</mat-card-title> | |
<mat-card-content> | |
<h3 class="m-0 font-normal">R$ 173.88</h3> | |
<small class="text-muted">Mensais</small> | |
</mat-card-content> | |
</mat-card> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment