Fix small icons on chrome

This commit is contained in:
Vilsol 2015-05-09 23:16:03 +01:00
parent 3636541419
commit 20c84d267b

View File

@ -86,12 +86,13 @@
&.btn-fab-mini { &.btn-fab-mini {
width: 40px; width: 40px;
height: 40px; height: 40px;
padding: 13px; padding: 13px 0;
font-size: 15px; font-size: 15px;
} }
i { i {
position: relative; position: relative;
top: -5px; top: -5px;
margin: 0 auto;
} }
} }
} }