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