@npm_leadtech/legal-lib-components 7.23.1 → 7.23.3

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.
@@ -134,7 +134,7 @@ export const DropdownInputStyled = styled.div `
134
134
  border-top: none;
135
135
  padding: 1rem 2rem;
136
136
 
137
- @media ${device['laptop']} {
137
+ @media ${device['landscape-tablets']} {
138
138
  opacity: 1;
139
139
  left: 0;
140
140
  top: 100%;
@@ -155,5 +155,9 @@ export const DropdownInputStyled = styled.div `
155
155
  background: var(--primary-main-light-5);
156
156
  }
157
157
  }
158
+
159
+ .dropdown_input__link--all {
160
+ font-weight: 700;
161
+ }
158
162
  }
159
163
  `;
@@ -135,7 +135,7 @@ export const DropdownInputStyled = styled.div`
135
135
  border-top: none;
136
136
  padding: 1rem 2rem;
137
137
 
138
- @media ${device['laptop']} {
138
+ @media ${device['landscape-tablets']} {
139
139
  opacity: 1;
140
140
  left: 0;
141
141
  top: 100%;
@@ -156,5 +156,9 @@ export const DropdownInputStyled = styled.div`
156
156
  background: var(--primary-main-light-5);
157
157
  }
158
158
  }
159
+
160
+ .dropdown_input__link--all {
161
+ font-weight: 700;
162
+ }
159
163
  }
160
164
  `
@@ -15,7 +15,6 @@ export const DesktopSearchBarStyled = styled.div `
15
15
 
16
16
  .modal_searchbar__content {
17
17
  background-color: var(--others-white);
18
- padding: 1.5rem;
19
18
  border-radius: 8px;
20
19
  width: 100%;
21
20
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
@@ -16,7 +16,6 @@ export const DesktopSearchBarStyled = styled.div`
16
16
 
17
17
  .modal_searchbar__content {
18
18
  background-color: var(--others-white);
19
- padding: 1.5rem;
20
19
  border-radius: 8px;
21
20
  width: 100%;
22
21
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "7.23.1",
3
+ "version": "7.23.3",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",