@npm_leadtech/legal-lib-components 7.51.0 → 7.52.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/css/styles.css
CHANGED
|
@@ -2118,10 +2118,9 @@ h2.react-datepicker__current-month {
|
|
|
2118
2118
|
display: flex;
|
|
2119
2119
|
align-content: center;
|
|
2120
2120
|
color: var(--error-main);
|
|
2121
|
-
position: absolute;
|
|
2122
|
-
bottom: -1.5rem;
|
|
2123
2121
|
align-items: center;
|
|
2124
2122
|
height: fit-content;
|
|
2123
|
+
margin-top: 0.5rem;
|
|
2125
2124
|
}
|
|
2126
2125
|
.e-text--is-invalid .e-text__error-icon {
|
|
2127
2126
|
display: flex;
|
|
@@ -2202,6 +2201,8 @@ h2.react-datepicker__current-month {
|
|
|
2202
2201
|
position: absolute;
|
|
2203
2202
|
right: 0px;
|
|
2204
2203
|
bottom: 6px;
|
|
2204
|
+
top: 2.5rem;
|
|
2205
|
+
height: fit-content;
|
|
2205
2206
|
background: none;
|
|
2206
2207
|
border: none;
|
|
2207
2208
|
}
|
|
@@ -112,10 +112,9 @@
|
|
|
112
112
|
display: flex;
|
|
113
113
|
align-content: center;
|
|
114
114
|
color: var(--error-main);
|
|
115
|
-
position: absolute;
|
|
116
|
-
bottom: -1.5rem;
|
|
117
115
|
align-items: center;
|
|
118
116
|
height: fit-content;
|
|
117
|
+
margin-top: 0.5rem;
|
|
119
118
|
|
|
120
119
|
&-icon {
|
|
121
120
|
display: flex;
|
|
@@ -205,6 +204,8 @@
|
|
|
205
204
|
position: absolute;
|
|
206
205
|
right: 0px;
|
|
207
206
|
bottom: 6px;
|
|
207
|
+
top: 2.5rem;
|
|
208
|
+
height: fit-content;
|
|
208
209
|
background: none;
|
|
209
210
|
border: none;
|
|
210
211
|
}
|