acsi-core 0.1.98 → 0.2.0

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.css CHANGED
@@ -434,8 +434,7 @@
434
434
 
435
435
  ._3ql5D label {
436
436
  font-weight: 400 !important;
437
- color: #212126 !important;
438
- margin-top: 2px; }
437
+ color: #212126 !important; }
439
438
 
440
439
  ._3ql5D ._3fPQC {
441
440
  display: flex;
package/dist/index.js CHANGED
@@ -425,7 +425,10 @@ var CoreInput$1 = function CoreInput(props) {
425
425
  disabled: disabled
426
426
  }), React__default.createElement(reactstrap.Label, {
427
427
  htmlFor: "core-checkbox-" + name,
428
- check: true
428
+ check: true,
429
+ cssModule: {
430
+ marginTop: '0px'
431
+ }
429
432
  }, label)));
430
433
  };
431
434