@npm_leadtech/legal-lib-components 5.42.8 → 5.42.10

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.
@@ -1847,6 +1847,7 @@ h2.react-datepicker__current-month {
1847
1847
  }
1848
1848
  .e-radio.icons .e-radio__inner .radio-item-container .e-radio-label .e-radio-label__label {
1849
1849
  font-size: 14px;
1850
+ cursor: pointer;
1850
1851
  }
1851
1852
  .e-radio.icons .e-radio__inner .radio-item-container.active .e-radio-label {
1852
1853
  background: var(--neutral-neutral-5);
@@ -1894,7 +1895,11 @@ h2.react-datepicker__current-month {
1894
1895
  }
1895
1896
  .e-radio.tabs .e-radio__inner .radio-item-container .e-radio-label .e-radio-label__label {
1896
1897
  cursor: pointer;
1898
+ display: inline-block;
1897
1899
  font-size: 14px;
1900
+ min-width: 80px;
1901
+ padding: 10px;
1902
+ text-align: center;
1898
1903
  }
1899
1904
  .e-radio.tabs .e-radio__inner :first-child {
1900
1905
  border-radius: 4px 0 0 4px;
@@ -94,7 +94,11 @@
94
94
  }
95
95
  .e-radio-label__label {
96
96
  cursor: pointer;
97
+ display: inline-block;
97
98
  font-size: 14px;
99
+ min-width: 80px;
100
+ padding: 10px;
101
+ text-align: center;
98
102
  }
99
103
  }
100
104
  }
@@ -147,6 +151,7 @@
147
151
 
148
152
  .e-radio-label__label {
149
153
  font-size: 14px;
154
+ cursor: pointer;
150
155
  }
151
156
  }
152
157
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "5.42.8",
3
+ "version": "5.42.10",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",