added style variables to reduce duplication
This commit is contained in:
parent
a0b1ed8d07
commit
71e1566f20
6 changed files with 30 additions and 7 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<mat-tab>
|
||||
<ng-template mat-tab-label>
|
||||
<div class="metadata-tab">
|
||||
<p>Categories</p>
|
||||
<div class="tab-text">Categories</div>
|
||||
<mat-icon class="example-tab-icon">ballot</mat-icon>
|
||||
</div>
|
||||
</ng-template>
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
<mat-tab>
|
||||
<ng-template mat-tab-label>
|
||||
<div class="metadata-tab">
|
||||
<p>Merchants</p>
|
||||
<div class="tab-text">Merchants</div>
|
||||
<mat-icon class="example-tab-icon">shopping_cart</mat-icon>
|
||||
</div>
|
||||
</ng-template>
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
<mat-tab>
|
||||
<ng-template mat-tab-label>
|
||||
<div class="metadata-tab">
|
||||
<p>Tags</p>
|
||||
<div class="tab-text">Tags</div>
|
||||
<mat-icon class="example-tab-icon">label</mat-icon>
|
||||
</div>
|
||||
</ng-template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue