Add icon button style.
This commit is contained in:
committed by
Florian THIERRY
parent
1a00d0cd19
commit
295f977a21
@@ -1,4 +1,9 @@
|
||||
<button type="button" class="close" (click)="closeDialog()" matRipple>
|
||||
<button type="button"
|
||||
(click)="closeDialog()"
|
||||
class="cod-btn icon secondary close"
|
||||
matTooltip="Close"
|
||||
matRipple
|
||||
i18n-matTooltip>
|
||||
<mat-icon>close</mat-icon>
|
||||
</button>
|
||||
<header>
|
||||
|
||||
Reference in New Issue
Block a user