@npm_leadtech/legal-lib-components 5.3.11 → 5.3.12

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.
@@ -3,34 +3,33 @@ import styled from 'styled-components';
3
3
  export const AsSeeInSectionStyled = styled.section `
4
4
  flex-shrink: 0;
5
5
  background-color: get-color(secondary, main-light-5);
6
+
6
7
  @media ${device.laptop} {
7
8
  margin-top: 12rem;
8
9
  }
9
10
 
10
- .as-seen-in-section-box {
11
- .as-seen-in-section {
12
- display: flex;
13
- flex-direction: column;
14
- box-shadow: 0px 2px 6px 0px rgba(2, 55, 74, 0.25);
15
- background: get-color(others, white);
16
- transform: translateY(-5rem);
17
- padding: 1.5rem 0;
11
+ .as-seen-in-section {
12
+ display: flex;
13
+ flex-direction: column;
14
+ box-shadow: 0px 2px 6px 0px rgba(2, 55, 74, 0.25);
15
+ background: get-color(others, white);
16
+ transform: translateY(-5rem);
17
+ padding: 1.5rem 0;
18
18
 
19
- @media ${device.laptop} {
20
- transform: translateY(-50%);
21
- }
19
+ @media ${device.laptop} {
20
+ transform: translateY(-50%);
21
+ }
22
22
 
23
- &__title {
24
- color: var(--neutral-neutral-2);
25
- text-align: center;
26
- font-size: 32px;
27
- font-family: var(--font-serif);
28
- font-style: normal;
29
- font-weight: 400;
30
- line-height: 42px;
31
- letter-spacing: -0.3px;
32
- margin: 1rem 0;
33
- }
23
+ &__title {
24
+ color: var(--neutral-neutral-2);
25
+ text-align: center;
26
+ font-size: 32px;
27
+ font-family: var(--font-serif);
28
+ font-style: normal;
29
+ font-weight: 400;
30
+ line-height: 42px;
31
+ letter-spacing: -0.3px;
32
+ margin: 1rem 0;
34
33
  }
35
34
  }
36
35
 
@@ -4,34 +4,33 @@ import styled from 'styled-components'
4
4
  export const AsSeeInSectionStyled = styled.section`
5
5
  flex-shrink: 0;
6
6
  background-color: get-color(secondary, main-light-5);
7
+
7
8
  @media ${device.laptop} {
8
9
  margin-top: 12rem;
9
10
  }
10
11
 
11
- .as-seen-in-section-box {
12
- .as-seen-in-section {
13
- display: flex;
14
- flex-direction: column;
15
- box-shadow: 0px 2px 6px 0px rgba(2, 55, 74, 0.25);
16
- background: get-color(others, white);
17
- transform: translateY(-5rem);
18
- padding: 1.5rem 0;
12
+ .as-seen-in-section {
13
+ display: flex;
14
+ flex-direction: column;
15
+ box-shadow: 0px 2px 6px 0px rgba(2, 55, 74, 0.25);
16
+ background: get-color(others, white);
17
+ transform: translateY(-5rem);
18
+ padding: 1.5rem 0;
19
19
 
20
- @media ${device.laptop} {
21
- transform: translateY(-50%);
22
- }
20
+ @media ${device.laptop} {
21
+ transform: translateY(-50%);
22
+ }
23
23
 
24
- &__title {
25
- color: var(--neutral-neutral-2);
26
- text-align: center;
27
- font-size: 32px;
28
- font-family: var(--font-serif);
29
- font-style: normal;
30
- font-weight: 400;
31
- line-height: 42px;
32
- letter-spacing: -0.3px;
33
- margin: 1rem 0;
34
- }
24
+ &__title {
25
+ color: var(--neutral-neutral-2);
26
+ text-align: center;
27
+ font-size: 32px;
28
+ font-family: var(--font-serif);
29
+ font-style: normal;
30
+ font-weight: 400;
31
+ line-height: 42px;
32
+ letter-spacing: -0.3px;
33
+ margin: 1rem 0;
35
34
  }
36
35
  }
37
36
 
@@ -7,7 +7,7 @@ export const ExpertsSectionStyled = styled.div `
7
7
  background-color: var(--neutral-neutral-6);
8
8
  margin-bottom: 4rem;
9
9
 
10
- &.experts-section {
10
+ .experts-section {
11
11
  &__title {
12
12
  font-family: var(--font-serif);
13
13
  font-size: 32px;
@@ -8,7 +8,7 @@ export const ExpertsSectionStyled = styled.div`
8
8
  background-color: var(--neutral-neutral-6);
9
9
  margin-bottom: 4rem;
10
10
 
11
- &.experts-section {
11
+ .experts-section {
12
12
  &__title {
13
13
  font-family: var(--font-serif);
14
14
  font-size: 32px;
@@ -23,21 +23,21 @@ export const PeopleSayAboutUsSectionStyled = styled.section `
23
23
  letter-spacing: -0.3px;
24
24
  text-align: center;
25
25
  }
26
+ }
26
27
 
27
- .richt-text-strapi {
28
- text-align: left;
29
- margin-top: 2rem;
28
+ .richt-text-strapi {
29
+ text-align: left;
30
+ margin-top: 2rem;
30
31
 
31
- > p,
32
- > blockquote {
33
- margin-top: 1.5rem;
34
- }
32
+ > p,
33
+ > blockquote {
34
+ margin-top: 1.5rem;
35
+ }
35
36
 
36
- blockquote {
37
- padding: 1rem;
38
- background: var(--neutral-neutral-6);
39
- border-radius: 4px;
40
- }
37
+ blockquote {
38
+ padding: 1rem;
39
+ background: var(--neutral-neutral-6);
40
+ border-radius: 4px;
41
41
  }
42
42
  }
43
43
  `;
@@ -24,21 +24,21 @@ export const PeopleSayAboutUsSectionStyled = styled.section`
24
24
  letter-spacing: -0.3px;
25
25
  text-align: center;
26
26
  }
27
+ }
27
28
 
28
- .richt-text-strapi {
29
- text-align: left;
30
- margin-top: 2rem;
29
+ .richt-text-strapi {
30
+ text-align: left;
31
+ margin-top: 2rem;
31
32
 
32
- > p,
33
- > blockquote {
34
- margin-top: 1.5rem;
35
- }
33
+ > p,
34
+ > blockquote {
35
+ margin-top: 1.5rem;
36
+ }
36
37
 
37
- blockquote {
38
- padding: 1rem;
39
- background: var(--neutral-neutral-6);
40
- border-radius: 4px;
41
- }
38
+ blockquote {
39
+ padding: 1rem;
40
+ background: var(--neutral-neutral-6);
41
+ border-radius: 4px;
42
42
  }
43
43
  }
44
44
  `
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "5.3.11",
3
+ "version": "5.3.12",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",