@npm_leadtech/legal-lib-components 7.7.2 → 7.8.0
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.
|
@@ -5,7 +5,7 @@ export const PopularDocsItemStyled = styled.a `
|
|
|
5
5
|
flex-direction: row;
|
|
6
6
|
align-items: center;
|
|
7
7
|
padding: 1.5rem 1rem 1.5rem 1.5rem;
|
|
8
|
-
gap:
|
|
8
|
+
gap: 2rem;
|
|
9
9
|
height: 6rem;
|
|
10
10
|
background: var(--others-white);
|
|
11
11
|
box-shadow: var(--box-shadow-container);
|
|
@@ -25,6 +25,10 @@ export const PopularDocsItemStyled = styled.a `
|
|
|
25
25
|
margin-left: 0.5rem;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
+
@media ${device.mobile} {
|
|
29
|
+
gap: 1rem;
|
|
30
|
+
}
|
|
31
|
+
|
|
28
32
|
.category-icon svg {
|
|
29
33
|
fill: var(--primary-main-dark-1);
|
|
30
34
|
}
|
|
@@ -39,16 +43,17 @@ export const PopularDocsItemStyled = styled.a `
|
|
|
39
43
|
text-align: left;
|
|
40
44
|
width: 100%;
|
|
41
45
|
|
|
42
|
-
strong {
|
|
43
|
-
font-size: 0.9rem;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
46
|
.description {
|
|
47
47
|
color: var(--neutral-neutral-2);
|
|
48
48
|
font-size: 12px;
|
|
49
49
|
line-height: 1.33;
|
|
50
50
|
margin-top: 0.3rem;
|
|
51
51
|
}
|
|
52
|
+
media ${device.mobile} {
|
|
53
|
+
strong {
|
|
54
|
+
font-size: 0.9rem;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
52
57
|
}
|
|
53
58
|
|
|
54
59
|
.icon-left svg {
|
|
@@ -6,7 +6,7 @@ export const PopularDocsItemStyled = styled.a`
|
|
|
6
6
|
flex-direction: row;
|
|
7
7
|
align-items: center;
|
|
8
8
|
padding: 1.5rem 1rem 1.5rem 1.5rem;
|
|
9
|
-
gap:
|
|
9
|
+
gap: 2rem;
|
|
10
10
|
height: 6rem;
|
|
11
11
|
background: var(--others-white);
|
|
12
12
|
box-shadow: var(--box-shadow-container);
|
|
@@ -26,6 +26,10 @@ export const PopularDocsItemStyled = styled.a`
|
|
|
26
26
|
margin-left: 0.5rem;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
+
@media ${device.mobile} {
|
|
30
|
+
gap: 1rem;
|
|
31
|
+
}
|
|
32
|
+
|
|
29
33
|
.category-icon svg {
|
|
30
34
|
fill: var(--primary-main-dark-1);
|
|
31
35
|
}
|
|
@@ -40,16 +44,17 @@ export const PopularDocsItemStyled = styled.a`
|
|
|
40
44
|
text-align: left;
|
|
41
45
|
width: 100%;
|
|
42
46
|
|
|
43
|
-
strong {
|
|
44
|
-
font-size: 0.9rem;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
47
|
.description {
|
|
48
48
|
color: var(--neutral-neutral-2);
|
|
49
49
|
font-size: 12px;
|
|
50
50
|
line-height: 1.33;
|
|
51
51
|
margin-top: 0.3rem;
|
|
52
52
|
}
|
|
53
|
+
media ${device.mobile} {
|
|
54
|
+
strong {
|
|
55
|
+
font-size: 0.9rem;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
53
58
|
}
|
|
54
59
|
|
|
55
60
|
.icon-left svg {
|