@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.
- package/dist/src/components/molecules/AccordionItem/AccordionItem.styled.js +1 -1
- package/dist/src/components/molecules/AccordionItem/AccordionItem.styled.ts +1 -1
- package/dist/src/components/molecules/BoxForm/BoxForm.styled.js +2 -7
- package/dist/src/components/molecules/BoxForm/BoxForm.styled.ts +2 -7
- package/package.json +1 -1
|
@@ -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:
|
|
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:
|
|
95
|
+
margin-right: 5px;
|
|
96
|
+
width: 60%;
|
|
102
97
|
|
|
103
98
|
@media ${device['portrait-tablets']} {
|
|
104
99
|
white-space: nowrap;
|