Skip to content

Instantly share code, notes, and snippets.

@Dssdiego
Created April 16, 2019 13:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dssdiego/0dc4a3b684b863c4a70ed57b9396d9a6 to your computer and use it in GitHub Desktop.
Save Dssdiego/0dc4a3b684b863c4a70ed57b9396d9a6 to your computer and use it in GitHub Desktop.
<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