@npm_leadtech/legal-lib-components 7.63.0 → 7.63.2

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.
@@ -33,7 +33,7 @@ export const AccordionItemStyled = styled.div `
33
33
  letter-spacing: -0.3px;
34
34
 
35
35
  &.--success {
36
- background: #eff7f5;
36
+ background: var(--primary-main-light-6);
37
37
  }
38
38
 
39
39
  &.--locked {
@@ -34,7 +34,7 @@ export const AccordionItemStyled = styled.div`
34
34
  letter-spacing: -0.3px;
35
35
 
36
36
  &.--success {
37
- background: #eff7f5;
37
+ background: var(--primary-main-light-6);
38
38
  }
39
39
 
40
40
  &.--locked {
@@ -78,12 +78,6 @@ export const BoxFormStyled = styled.div `
78
78
  display: flex;
79
79
  justify-content: space-between;
80
80
  padding: 1.5rem 0 1rem 0;
81
- flex-wrap: wrap;
82
- gap: 1rem;
83
-
84
- .e-button {
85
- flex: 1;
86
- }
87
81
 
88
82
  @media ${device['portrait-tablets']} {
89
83
  .e-button {
@@ -97,7 +91,8 @@ export const BoxFormStyled = styled.div `
97
91
  }
98
92
 
99
93
  .box--form__footer__text {
100
- margin-right: 1rem;
94
+ margin-right: 5px;
95
+ width: 60%;
101
96
 
102
97
  @media ${device['portrait-tablets']} {
103
98
  white-space: nowrap;
@@ -79,12 +79,6 @@ export const BoxFormStyled = styled.div`
79
79
  display: flex;
80
80
  justify-content: space-between;
81
81
  padding: 1.5rem 0 1rem 0;
82
- flex-wrap: wrap;
83
- gap: 1rem;
84
-
85
- .e-button {
86
- flex: 1;
87
- }
88
82
 
89
83
  @media ${device['portrait-tablets']} {
90
84
  .e-button {
@@ -98,7 +92,8 @@ export const BoxFormStyled = styled.div`
98
92
  }
99
93
 
100
94
  .box--form__footer__text {
101
- margin-right: 1rem;
95
+ margin-right: 5px;
96
+ width: 60%;
102
97
 
103
98
  @media ${device['portrait-tablets']} {
104
99
  white-space: nowrap;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "7.63.0",
3
+ "version": "7.63.2",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",