li to button
This commit is contained in:
parent
e2b3c8c7d3
commit
b4503d7309
|
@ -5,15 +5,17 @@
|
|||
fxLayoutAlign="center center"
|
||||
>
|
||||
<div class="add-option">
|
||||
<i class="material-icons">
|
||||
attach_file
|
||||
</i>
|
||||
<i class="material-icons">
|
||||
sentiment_satisfied_alt
|
||||
</i>
|
||||
<i class="material-icons">
|
||||
g_translate
|
||||
</i>
|
||||
<button mat-icon-button class="material-icons">
|
||||
<mat-icon>attach_file</mat-icon>
|
||||
</button>
|
||||
|
||||
<button mat-icon-button class="material-icons">
|
||||
<mat-icon>sentiment_satisfied_alt</mat-icon>
|
||||
</button>
|
||||
|
||||
<button mat-icon-button class="material-icons">
|
||||
<mat-icon>g_translate</mat-icon>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<form
|
||||
|
|
Loading…
Reference in New Issue
Block a user