Pull request #119: Fixed circle button vertical alignment

Merge in RED/ui from circle-button-alignment-fix to master

* commit '3a79a84228d07cd687d0ac4e41dcaba60917be1d':
  Fixed circle button vertical alignment
This commit is contained in:
Kresnadi Budisantoso 2021-03-11 16:50:19 +01:00
commit 4b6aece564

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;
}