improved icon alignment in buttons

This commit is contained in:
FezVrasta 2016-08-01 16:16:27 +02:00
parent e866ef4e8d
commit 6dc26f9085
2 changed files with 7 additions and 3 deletions

View File

@ -7,7 +7,7 @@
} }
.btn { .btn {
border-width: 1px;
border-style: solid; border-style: solid;
border-width: 1px;
} }
} }

View File

@ -149,8 +149,12 @@
} }
// Align icons inside buttons with text // Align icons inside buttons with text
i.material-icons { .material-icons {
vertical-align: middle; position: relative;
top: .25em;
margin-top: -1em;
margin-bottom: -1em;
font-size: 1.5em;
} }
// Size variations // Size variations