@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.
@@ -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
  }
@@ -89,6 +89,10 @@ export const FreeDocModalContentStyled = styled.div `
89
89
  @media ${device['landscape-tablets']} {
90
90
  display: none;
91
91
  }
92
+
93
+ @media (max-width: 395px) {
94
+ left: 285px;
95
+ }
92
96
  }
93
97
 
94
98
  .left-container {
@@ -90,6 +90,10 @@ export const FreeDocModalContentStyled = styled.div`
90
90
  @media ${device['landscape-tablets']} {
91
91
  display: none;
92
92
  }
93
+
94
+ @media (max-width: 395px) {
95
+ left: 285px;
96
+ }
93
97
  }
94
98
 
95
99
  .left-container {
@@ -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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "7.50.0",
3
+ "version": "7.50.1",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",