Change the padding of icon-only buttons
So that they have the same height as buttons with text
This commit is contained in:
parent
18ca9dfc5f
commit
dc1615393b
1 changed files with 6 additions and 2 deletions
|
@ -93,8 +93,12 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.icon-only .icon {
|
&.icon-only {
|
||||||
margin-right: 0;
|
padding: 9px 16px;
|
||||||
|
|
||||||
|
.icon {
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue