@pinuts/bsr-uikit-relaunch 0.2.89 → 0.2.90

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.
@@ -265,12 +265,15 @@ fieldset.formInput {
265
265
 
266
266
  label {
267
267
  padding-left: 0 !important;
268
+ display: inline-flex;
269
+ align-items: center;
268
270
  }
269
271
  input[type="radio"] + label.label {
270
272
  padding-left: 0 !important;
271
273
  font-family: "TradeGothicNext", "TradeGothicNextSR", sans-serif;
272
274
  font-weight: 700 !important;
273
275
  font-size: to-rem(14px);
276
+ margin-bottom: 0;
274
277
  }
275
278
 
276
279
  &::before {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinuts/bsr-uikit-relaunch",
3
- "version": "0.2.89",
3
+ "version": "0.2.90",
4
4
  "private": false,
5
5
  "description": "BSR UI-KIT Relaunch",
6
6
  "main": "dist/index.js",