@apolitical/component-library 7.0.3-ac.6 → 7.0.3-ac.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/style.css +1 -1
- package/styles/base/buttons/_buttons.scss +3 -1
|
@@ -290,6 +290,7 @@
|
|
|
290
290
|
|
|
291
291
|
&.icon {
|
|
292
292
|
display: inline-flex;
|
|
293
|
+
align-items: center;
|
|
293
294
|
flex-flow: row;
|
|
294
295
|
place-content: center;
|
|
295
296
|
|
|
@@ -298,7 +299,8 @@
|
|
|
298
299
|
background: currentcolor;
|
|
299
300
|
width: px-to-rem(get-map($button-medium, 'icon-width'));
|
|
300
301
|
height: px-to-rem(get-map($button-medium, 'icon-width'));
|
|
301
|
-
display: block;
|
|
302
|
+
display: inline-block;
|
|
303
|
+
vertical-align: middle;
|
|
302
304
|
}
|
|
303
305
|
|
|
304
306
|
&.left {
|