adjusting styles...
This commit is contained in:
parent
bb3cab0fcc
commit
750fe4b0b5
|
@ -61,10 +61,9 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<button mat-icon-button color="primary" matTooltip="add new {{facetTemplate.key}}"
|
<button mat-flat-button color="primary"
|
||||||
matTooltipClass="tableTooltip" [matTooltipPosition]="'right'"
|
|
||||||
(click)="addFacet(facetTemplate.key)" [disabled]="facetTemplate.value.max==='1'">
|
(click)="addFacet(facetTemplate.key)" [disabled]="facetTemplate.value.max==='1'">
|
||||||
<mat-icon>add</mat-icon></button>
|
<mat-icon>add</mat-icon>Add new {{facetTemplate.key}}</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div> <!-- chiude la form -->
|
</div> <!-- chiude la form -->
|
||||||
|
|
|
@ -7,6 +7,35 @@
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
.mat-icon {
|
.mat-icon {
|
||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
|
.mat-button,
|
||||||
|
.mat-flat-button {
|
||||||
|
padding: 12px !important;
|
||||||
|
margin: 12px !important;
|
||||||
|
line-height: 28px !important;
|
||||||
|
font-weight: 400 !important;
|
||||||
|
font-size: large !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mat-icon {
|
||||||
|
font-size: 32px;
|
||||||
|
height: inherit !important;
|
||||||
|
width: inherit !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mat-flat-button>.mat-button-wrapper>mat-icon {
|
||||||
|
padding: 12px !important;
|
||||||
|
margin-left: -4px !important;
|
||||||
|
margin-right: 4px !important;
|
||||||
|
font-size: large !important;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.mat-button-toggle-label-content {
|
||||||
|
line-height: 20px !important;
|
||||||
|
}
|
Loading…
Reference in New Issue