@npm_leadtech/legal-lib-components 5.81.0 → 5.82.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.
@@ -1839,6 +1839,9 @@ h2.react-datepicker__current-month {
1839
1839
  padding: 16px 15px;
1840
1840
  }
1841
1841
  }
1842
+ .e-radio.tabs .e-radio.tabs {
1843
+ margin-top: 1rem;
1844
+ }
1842
1845
  .e-radio.tabs .e-radio__inner {
1843
1846
  display: flex;
1844
1847
  }
@@ -29,6 +29,9 @@
29
29
  }
30
30
 
31
31
  @mixin tabsStyles {
32
+ .e-radio.tabs {
33
+ margin-top: 1rem;
34
+ }
32
35
  .e-radio__inner {
33
36
  display: flex;
34
37
  .radio-item-container {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "5.81.0",
3
+ "version": "5.82.0",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",