@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.
- package/dist/index.js +1 -1
- package/dist/styles/_form.scss +3 -0
- package/package.json +1 -1
package/dist/styles/_form.scss
CHANGED
|
@@ -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 {
|