@npm_leadtech/legal-lib-components 5.18.4 → 5.18.7

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.
@@ -9,6 +9,12 @@ export const RatafiaSubscriptionCardStyled = styled.div `
9
9
  padding: 1rem;
10
10
  border-radius: var(--global-border-radius);
11
11
 
12
+ hr {
13
+ border: none;
14
+ border-top: 1px solid var(--neutral-neutral-4);
15
+ width: 100%;
16
+ }
17
+
12
18
  &.primary {
13
19
  background-color: var(--neutral-neutral-6);
14
20
 
@@ -35,6 +41,10 @@ export const RatafiaSubscriptionCardStyled = styled.div `
35
41
  background-color: var(--secondary-main-light-3);
36
42
  }
37
43
  }
44
+
45
+ .ratafia-card__button {
46
+ color: var(--others-black);
47
+ }
38
48
  }
39
49
 
40
50
  .ratafia-card {
@@ -64,12 +74,6 @@ export const RatafiaSubscriptionCardStyled = styled.div `
64
74
  font-size: 0.875rem;
65
75
  }
66
76
 
67
- hr {
68
- border: none;
69
- border-top: 1px solid var(--neutral-neutral-4);
70
- width: 100%;
71
- }
72
-
73
77
  &__body {
74
78
  display: flex;
75
79
  flex-flow: column;
@@ -10,6 +10,12 @@ export const RatafiaSubscriptionCardStyled = styled.div`
10
10
  padding: 1rem;
11
11
  border-radius: var(--global-border-radius);
12
12
 
13
+ hr {
14
+ border: none;
15
+ border-top: 1px solid var(--neutral-neutral-4);
16
+ width: 100%;
17
+ }
18
+
13
19
  &.primary {
14
20
  background-color: var(--neutral-neutral-6);
15
21
 
@@ -36,6 +42,10 @@ export const RatafiaSubscriptionCardStyled = styled.div`
36
42
  background-color: var(--secondary-main-light-3);
37
43
  }
38
44
  }
45
+
46
+ .ratafia-card__button {
47
+ color: var(--others-black);
48
+ }
39
49
  }
40
50
 
41
51
  .ratafia-card {
@@ -65,12 +75,6 @@ export const RatafiaSubscriptionCardStyled = styled.div`
65
75
  font-size: 0.875rem;
66
76
  }
67
77
 
68
- hr {
69
- border: none;
70
- border-top: 1px solid var(--neutral-neutral-4);
71
- width: 100%;
72
- }
73
-
74
78
  &__body {
75
79
  display: flex;
76
80
  flex-flow: column;
@@ -17,6 +17,7 @@ export const LayoutRatafiaStyled = styled.div `
17
17
  justify-content: space-between;
18
18
  padding: 1.5rem 1.5rem 0 1.5rem;
19
19
  width: 100%;
20
+ height: calc(100vh - 8.375rem);
20
21
  border-radius: 16px 16px 0 0;
21
22
  background: var(--others-white);
22
23
  box-shadow: var(--box-shadow-small);
@@ -24,6 +25,7 @@ export const LayoutRatafiaStyled = styled.div `
24
25
  @media ${device['portrait-tablets']} {
25
26
  padding: 2.5rem 2.5rem 1.5rem 2.5rem;
26
27
  }
28
+
27
29
  @media ${device['portrait-tablets']} {
28
30
  width: 800px;
29
31
  }
@@ -40,26 +42,31 @@ export const LayoutRatafiaStyled = styled.div `
40
42
  align-items: flex-start;
41
43
  flex: 1 0 0;
42
44
  align-self: stretch;
43
-
44
45
  gap: 1.5rem;
45
46
  margin-bottom: 1rem;
47
+
46
48
  @media ${device['portrait-tablets']} {
47
49
  margin-bottom: 2.5rem;
48
50
  }
49
51
  }
52
+
50
53
  &__cta {
51
54
  display: none;
55
+
52
56
  @media ${device['portrait-tablets']} {
53
57
  display: block;
54
58
  }
55
59
  }
60
+
56
61
  &__footer-desktop {
57
62
  width: 100%;
58
63
  display: none;
64
+
59
65
  @media ${device['portrait-tablets']} {
60
66
  display: block;
61
67
  }
62
68
  }
69
+
63
70
  &__footer-mobile {
64
71
  display: flex;
65
72
  flex-direction: column;
@@ -67,20 +74,14 @@ export const LayoutRatafiaStyled = styled.div `
67
74
  bottom: 0;
68
75
  left: 0;
69
76
  right: 0;
70
-
71
77
  gap: 1rem;
72
78
  padding: 1.5rem;
73
-
74
79
  width: 100vw;
75
80
  background: var(--others-white);
81
+
76
82
  @media ${device['portrait-tablets']} {
77
83
  display: none;
78
84
  }
79
85
  }
80
- .e-button.--primary-1 {
81
- height: auto;
82
- padding: 0.6875rem 1rem;
83
- line-height: 22px;
84
- }
85
86
  }
86
87
  `;
@@ -18,6 +18,7 @@ export const LayoutRatafiaStyled = styled.div`
18
18
  justify-content: space-between;
19
19
  padding: 1.5rem 1.5rem 0 1.5rem;
20
20
  width: 100%;
21
+ height: calc(100vh - 8.375rem);
21
22
  border-radius: 16px 16px 0 0;
22
23
  background: var(--others-white);
23
24
  box-shadow: var(--box-shadow-small);
@@ -25,6 +26,7 @@ export const LayoutRatafiaStyled = styled.div`
25
26
  @media ${device['portrait-tablets']} {
26
27
  padding: 2.5rem 2.5rem 1.5rem 2.5rem;
27
28
  }
29
+
28
30
  @media ${device['portrait-tablets']} {
29
31
  width: 800px;
30
32
  }
@@ -41,26 +43,31 @@ export const LayoutRatafiaStyled = styled.div`
41
43
  align-items: flex-start;
42
44
  flex: 1 0 0;
43
45
  align-self: stretch;
44
-
45
46
  gap: 1.5rem;
46
47
  margin-bottom: 1rem;
48
+
47
49
  @media ${device['portrait-tablets']} {
48
50
  margin-bottom: 2.5rem;
49
51
  }
50
52
  }
53
+
51
54
  &__cta {
52
55
  display: none;
56
+
53
57
  @media ${device['portrait-tablets']} {
54
58
  display: block;
55
59
  }
56
60
  }
61
+
57
62
  &__footer-desktop {
58
63
  width: 100%;
59
64
  display: none;
65
+
60
66
  @media ${device['portrait-tablets']} {
61
67
  display: block;
62
68
  }
63
69
  }
70
+
64
71
  &__footer-mobile {
65
72
  display: flex;
66
73
  flex-direction: column;
@@ -68,20 +75,14 @@ export const LayoutRatafiaStyled = styled.div`
68
75
  bottom: 0;
69
76
  left: 0;
70
77
  right: 0;
71
-
72
78
  gap: 1rem;
73
79
  padding: 1.5rem;
74
-
75
80
  width: 100vw;
76
81
  background: var(--others-white);
82
+
77
83
  @media ${device['portrait-tablets']} {
78
84
  display: none;
79
85
  }
80
86
  }
81
- .e-button.--primary-1 {
82
- height: auto;
83
- padding: 0.6875rem 1rem;
84
- line-height: 22px;
85
- }
86
87
  }
87
88
  `
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "5.18.4",
3
+ "version": "5.18.7",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",