@acorex/styles 16.18.37 → 16.18.38

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/scss/forms.scss +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/styles",
3
- "version": "16.18.37",
3
+ "version": "16.18.38",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/scss/forms.scss CHANGED
@@ -212,6 +212,7 @@
212
212
  display: block;
213
213
  font-weight: 500;
214
214
  padding: 0.5rem 0;
215
+ font-size: 0.875rem;
215
216
  }
216
217
  &.form-group {
217
218
  display: inline-flex;