mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-09 08:10:39 +03:00
improved icon alignment in buttons
This commit is contained in:
parent
e866ef4e8d
commit
6dc26f9085
|
@ -7,7 +7,7 @@
|
|||
}
|
||||
|
||||
.btn {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -149,8 +149,12 @@
|
|||
}
|
||||
|
||||
// Align icons inside buttons with text
|
||||
i.material-icons {
|
||||
vertical-align: middle;
|
||||
.material-icons {
|
||||
position: relative;
|
||||
top: .25em;
|
||||
margin-top: -1em;
|
||||
margin-bottom: -1em;
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
// Size variations
|
||||
|
|
Loading…
Reference in New Issue
Block a user