@npm_leadtech/legal-lib-components 7.0.5 → 7.0.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.
package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.styled.js
CHANGED
|
@@ -110,12 +110,16 @@ export const MidBannerRatafiaSectionStyled = styled.section `
|
|
|
110
110
|
|
|
111
111
|
.mid-banner-ratafia-section__wrapper.--is-about {
|
|
112
112
|
padding: 2rem 2rem 0 2rem;
|
|
113
|
+
|
|
114
|
+
@media ${device.desktop} {
|
|
115
|
+
padding: 2rem 5rem 0 4rem;
|
|
116
|
+
}
|
|
113
117
|
}
|
|
114
118
|
|
|
115
119
|
.mid-banner-ratafia-section__wrapper__sample.--is-about {
|
|
116
120
|
display: none;
|
|
117
121
|
|
|
118
|
-
@media ${device
|
|
122
|
+
@media ${device.laptop} {
|
|
119
123
|
display: flex;
|
|
120
124
|
}
|
|
121
125
|
|
|
@@ -123,7 +127,9 @@ export const MidBannerRatafiaSectionStyled = styled.section `
|
|
|
123
127
|
&__image {
|
|
124
128
|
img {
|
|
125
129
|
max-width: 25rem;
|
|
126
|
-
|
|
130
|
+
box-shadow:
|
|
131
|
+
0 -0.125rem 0.375rem 0 rgba(2, 55, 74, 0.25),
|
|
132
|
+
0 0.125rem 0.375rem -0.125rem rgba(2, 55, 74, 0);
|
|
127
133
|
|
|
128
134
|
@media ${device.desktop} {
|
|
129
135
|
max-height: 30rem;
|
package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.styled.ts
CHANGED
|
@@ -111,12 +111,16 @@ export const MidBannerRatafiaSectionStyled = styled.section`
|
|
|
111
111
|
|
|
112
112
|
.mid-banner-ratafia-section__wrapper.--is-about {
|
|
113
113
|
padding: 2rem 2rem 0 2rem;
|
|
114
|
+
|
|
115
|
+
@media ${device.desktop} {
|
|
116
|
+
padding: 2rem 5rem 0 4rem;
|
|
117
|
+
}
|
|
114
118
|
}
|
|
115
119
|
|
|
116
120
|
.mid-banner-ratafia-section__wrapper__sample.--is-about {
|
|
117
121
|
display: none;
|
|
118
122
|
|
|
119
|
-
@media ${device
|
|
123
|
+
@media ${device.laptop} {
|
|
120
124
|
display: flex;
|
|
121
125
|
}
|
|
122
126
|
|
|
@@ -124,7 +128,9 @@ export const MidBannerRatafiaSectionStyled = styled.section`
|
|
|
124
128
|
&__image {
|
|
125
129
|
img {
|
|
126
130
|
max-width: 25rem;
|
|
127
|
-
|
|
131
|
+
box-shadow:
|
|
132
|
+
0 -0.125rem 0.375rem 0 rgba(2, 55, 74, 0.25),
|
|
133
|
+
0 0.125rem 0.375rem -0.125rem rgba(2, 55, 74, 0);
|
|
128
134
|
|
|
129
135
|
@media ${device.desktop} {
|
|
130
136
|
max-height: 30rem;
|