@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.
@@ -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 {