@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.
- package/dist/src/components/atoms/DropdownInput/DropdownInput.styled.js +5 -1
- package/dist/src/components/atoms/DropdownInput/DropdownInput.styled.ts +5 -1
- package/dist/src/components/molecules/DesktopSearchBar/DesktopSearchBar.styled.js +0 -1
- package/dist/src/components/molecules/DesktopSearchBar/DesktopSearchBar.styled.ts +0 -1
- package/package.json +1 -1
|
@@ -134,7 +134,7 @@ export const DropdownInputStyled = styled.div `
|
|
|
134
134
|
border-top: none;
|
|
135
135
|
padding: 1rem 2rem;
|
|
136
136
|
|
|
137
|
-
@media ${device['
|
|
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['
|
|
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
|
`
|