Fixed circle button vertical alignment

This commit is contained in:
Adina Țeudan 2021-03-08 14:07:03 +02:00
parent 1faa551ae7
commit 3a79a84228

View File

@ -8,7 +8,7 @@
button {
height: 34px;
width: 34px;
line-height: 34px;
line-height: 33px;
&.small {
height: 32px;
@ -18,6 +18,7 @@ button {
mat-icon {
width: 14px;
height: 34px;
margin: 0;
}