@npm_leadtech/legal-lib-components 5.79.4 → 5.79.5
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/ExpertCard/ExpertCard.styled.js +1 -1
- package/dist/src/components/atoms/ExpertCard/ExpertCard.styled.ts +1 -1
- package/dist/src/components/molecules/ExpertCardList/ExpertCardList.styled.js +2 -3
- package/dist/src/components/molecules/ExpertCardList/ExpertCardList.styled.ts +2 -3
- package/dist/src/components/sections/ExpertsSection/ExpertsSection.styled.js +5 -5
- package/dist/src/components/sections/ExpertsSection/ExpertsSection.styled.ts +5 -5
- package/package.json +1 -1
|
@@ -9,7 +9,7 @@ export const ExpertCardStyled = styled.div `
|
|
|
9
9
|
&__box {
|
|
10
10
|
background-color: white;
|
|
11
11
|
border-radius: 1rem;
|
|
12
|
-
box-shadow: var(--box-shadow-container);
|
|
12
|
+
//box-shadow: var(--box-shadow-container);
|
|
13
13
|
display: flex;
|
|
14
14
|
flex-direction: row;
|
|
15
15
|
align-items: center;
|
|
@@ -10,7 +10,7 @@ export const ExpertCardStyled = styled.div`
|
|
|
10
10
|
&__box {
|
|
11
11
|
background-color: white;
|
|
12
12
|
border-radius: 1rem;
|
|
13
|
-
box-shadow: var(--box-shadow-container);
|
|
13
|
+
//box-shadow: var(--box-shadow-container);
|
|
14
14
|
display: flex;
|
|
15
15
|
flex-direction: row;
|
|
16
16
|
align-items: center;
|
|
@@ -3,12 +3,11 @@ import styled from 'styled-components';
|
|
|
3
3
|
export const ExpertCardListStyled = styled.div `
|
|
4
4
|
display: flex;
|
|
5
5
|
flex-flow: column;
|
|
6
|
-
gap:
|
|
6
|
+
gap: 2rem;
|
|
7
7
|
justify-content: center;
|
|
8
|
-
margin: 2rem 0
|
|
8
|
+
margin: 2rem 0 0 0;
|
|
9
9
|
|
|
10
10
|
@media ${device['landscape-tablets']} {
|
|
11
11
|
flex-flow: row wrap;
|
|
12
|
-
gap: 2rem;
|
|
13
12
|
}
|
|
14
13
|
`;
|
|
@@ -4,12 +4,11 @@ import styled from 'styled-components'
|
|
|
4
4
|
export const ExpertCardListStyled = styled.div`
|
|
5
5
|
display: flex;
|
|
6
6
|
flex-flow: column;
|
|
7
|
-
gap:
|
|
7
|
+
gap: 2rem;
|
|
8
8
|
justify-content: center;
|
|
9
|
-
margin: 2rem 0
|
|
9
|
+
margin: 2rem 0 0 0;
|
|
10
10
|
|
|
11
11
|
@media ${device['landscape-tablets']} {
|
|
12
12
|
flex-flow: row wrap;
|
|
13
|
-
gap: 2rem;
|
|
14
13
|
}
|
|
15
14
|
`
|
|
@@ -4,18 +4,18 @@ export const ExpertsSectionStyled = styled.div `
|
|
|
4
4
|
display: flex;
|
|
5
5
|
justify-content: center;
|
|
6
6
|
flex-direction: column;
|
|
7
|
-
background-color: var(--
|
|
8
|
-
padding: 2rem 1.5rem;
|
|
7
|
+
background-color: var(--primary-main-light-6);
|
|
8
|
+
padding: 0 1.5rem 2rem 1.5rem;
|
|
9
9
|
|
|
10
10
|
@media ${device['landscape-tablets']} {
|
|
11
|
-
padding: 3rem 1.5rem;
|
|
11
|
+
padding: 0 1.5rem 3rem 1.5rem;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
.experts-section {
|
|
15
15
|
&__title {
|
|
16
|
-
font-family: var(--font-
|
|
16
|
+
font-family: var(--font-sans);
|
|
17
17
|
font-size: 32px;
|
|
18
|
-
font-weight:
|
|
18
|
+
font-weight: 700;
|
|
19
19
|
line-height: 42px;
|
|
20
20
|
letter-spacing: -0.3px;
|
|
21
21
|
text-align: center;
|
|
@@ -5,18 +5,18 @@ export const ExpertsSectionStyled = styled.div`
|
|
|
5
5
|
display: flex;
|
|
6
6
|
justify-content: center;
|
|
7
7
|
flex-direction: column;
|
|
8
|
-
background-color: var(--
|
|
9
|
-
padding: 2rem 1.5rem;
|
|
8
|
+
background-color: var(--primary-main-light-6);
|
|
9
|
+
padding: 0 1.5rem 2rem 1.5rem;
|
|
10
10
|
|
|
11
11
|
@media ${device['landscape-tablets']} {
|
|
12
|
-
padding: 3rem 1.5rem;
|
|
12
|
+
padding: 0 1.5rem 3rem 1.5rem;
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
.experts-section {
|
|
16
16
|
&__title {
|
|
17
|
-
font-family: var(--font-
|
|
17
|
+
font-family: var(--font-sans);
|
|
18
18
|
font-size: 32px;
|
|
19
|
-
font-weight:
|
|
19
|
+
font-weight: 700;
|
|
20
20
|
line-height: 42px;
|
|
21
21
|
letter-spacing: -0.3px;
|
|
22
22
|
text-align: center;
|