I want my buttons showing left- and right arrow and NOW text to be as small as possible. How do I do that?
I'm using https://github.com/angular/material2
this creates smaller mini-fab.
.del { width: 30px; height: 30px; } .del .mat-icon { padding: 4px 0; line-height: 22px; }
close