@acorex/styles 16.18.36 → 16.18.37

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 +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/styles",
3
- "version": "16.18.36",
3
+ "version": "16.18.37",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/scss/forms.scss CHANGED
@@ -210,7 +210,6 @@
210
210
  }
211
211
  &.form-group-label {
212
212
  display: block;
213
- font-size: 0.875rem;
214
213
  font-weight: 500;
215
214
  padding: 0.5rem 0;
216
215
  }