@npm_leadtech/legal-lib-components 5.58.5 → 5.58.6
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/molecules/RatafiaResultCardList/RatafiaResultCardList.styled.js +2 -2
- package/dist/src/components/molecules/RatafiaResultCardList/RatafiaResultCardList.styled.ts +2 -2
- package/dist/src/components/organisms/RatafiaLoadingResultContent/RatafiaLoadingResultContent.styled.js +2 -2
- package/dist/src/components/organisms/RatafiaLoadingResultContent/RatafiaLoadingResultContent.styled.ts +2 -2
- package/package.json +1 -1
|
@@ -16,9 +16,9 @@ export const RatafiaResultCardListStyled = styled.div `
|
|
|
16
16
|
border-bottom: 8px solid var(--neutral-neutral-6);
|
|
17
17
|
background: var(--neutral-neutral-6);
|
|
18
18
|
|
|
19
|
-
height: calc(100vh -
|
|
19
|
+
height: calc(100vh - 27.5rem);
|
|
20
20
|
@media ${device['portrait-tablets']} {
|
|
21
|
-
height: calc(100vh -
|
|
21
|
+
height: calc(100vh - 35.5rem);
|
|
22
22
|
}
|
|
23
23
|
overflow-y: auto;
|
|
24
24
|
`;
|
|
@@ -17,9 +17,9 @@ export const RatafiaResultCardListStyled = styled.div`
|
|
|
17
17
|
border-bottom: 8px solid var(--neutral-neutral-6);
|
|
18
18
|
background: var(--neutral-neutral-6);
|
|
19
19
|
|
|
20
|
-
height: calc(100vh -
|
|
20
|
+
height: calc(100vh - 27.5rem);
|
|
21
21
|
@media ${device['portrait-tablets']} {
|
|
22
|
-
height: calc(100vh -
|
|
22
|
+
height: calc(100vh - 35.5rem);
|
|
23
23
|
}
|
|
24
24
|
overflow-y: auto;
|
|
25
25
|
`
|
|
@@ -27,9 +27,9 @@ export const RatafiaLoadingResultContentStyled = styled.div `
|
|
|
27
27
|
border-bottom: 4px solid var(--neutral-neutral-6);
|
|
28
28
|
background: var(--neutral-neutral-6);
|
|
29
29
|
|
|
30
|
-
height: calc(100vh -
|
|
30
|
+
height: calc(100vh - 27.5rem);
|
|
31
31
|
@media ${device['portrait-tablets']} {
|
|
32
|
-
height: calc(100vh -
|
|
32
|
+
height: calc(100vh - 35.5rem);
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
&__animation {
|
|
@@ -28,9 +28,9 @@ export const RatafiaLoadingResultContentStyled = styled.div`
|
|
|
28
28
|
border-bottom: 4px solid var(--neutral-neutral-6);
|
|
29
29
|
background: var(--neutral-neutral-6);
|
|
30
30
|
|
|
31
|
-
height: calc(100vh -
|
|
31
|
+
height: calc(100vh - 27.5rem);
|
|
32
32
|
@media ${device['portrait-tablets']} {
|
|
33
|
-
height: calc(100vh -
|
|
33
|
+
height: calc(100vh - 35.5rem);
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
&__animation {
|