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