@npm_leadtech/legal-lib-components 7.63.1 → 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,13 +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
- text-wrap: nowrap;
87
- }
88
81
 
89
82
  @media ${device['portrait-tablets']} {
90
83
  .e-button {
@@ -98,7 +91,8 @@ export const BoxFormStyled = styled.div `
98
91
  }
99
92
 
100
93
  .box--form__footer__text {
101
- margin-right: 1rem;
94
+ margin-right: 5px;
95
+ width: 60%;
102
96
 
103
97
  @media ${device['portrait-tablets']} {
104
98
  white-space: nowrap;
@@ -79,13 +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
- text-wrap: nowrap;
88
- }
89
82
 
90
83
  @media ${device['portrait-tablets']} {
91
84
  .e-button {
@@ -99,7 +92,8 @@ export const BoxFormStyled = styled.div`
99
92
  }
100
93
 
101
94
  .box--form__footer__text {
102
- margin-right: 1rem;
95
+ margin-right: 5px;
96
+ width: 60%;
103
97
 
104
98
  @media ${device['portrait-tablets']} {
105
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.1",
3
+ "version": "7.63.2",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",