@npm_leadtech/legal-lib-components 7.0.3 → 7.0.5
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
|
@@ -108,12 +108,26 @@ export const MidBannerRatafiaSectionStyled = styled.section `
|
|
|
108
108
|
}
|
|
109
109
|
}
|
|
110
110
|
|
|
111
|
+
.mid-banner-ratafia-section__wrapper.--is-about {
|
|
112
|
+
padding: 2rem 2rem 0 2rem;
|
|
113
|
+
}
|
|
114
|
+
|
|
111
115
|
.mid-banner-ratafia-section__wrapper__sample.--is-about {
|
|
116
|
+
display: none;
|
|
117
|
+
|
|
118
|
+
@media ${device['landscape-tablets']} {
|
|
119
|
+
display: flex;
|
|
120
|
+
}
|
|
121
|
+
|
|
112
122
|
.mid-banner-ratafia-sample {
|
|
113
123
|
&__image {
|
|
114
124
|
img {
|
|
115
125
|
max-width: 25rem;
|
|
116
|
-
max-height:
|
|
126
|
+
max-height: 20rem;
|
|
127
|
+
|
|
128
|
+
@media ${device.desktop} {
|
|
129
|
+
max-height: 30rem;
|
|
130
|
+
}
|
|
117
131
|
}
|
|
118
132
|
}
|
|
119
133
|
}
|
package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.styled.ts
CHANGED
|
@@ -109,12 +109,26 @@ export const MidBannerRatafiaSectionStyled = styled.section`
|
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
111
|
|
|
112
|
+
.mid-banner-ratafia-section__wrapper.--is-about {
|
|
113
|
+
padding: 2rem 2rem 0 2rem;
|
|
114
|
+
}
|
|
115
|
+
|
|
112
116
|
.mid-banner-ratafia-section__wrapper__sample.--is-about {
|
|
117
|
+
display: none;
|
|
118
|
+
|
|
119
|
+
@media ${device['landscape-tablets']} {
|
|
120
|
+
display: flex;
|
|
121
|
+
}
|
|
122
|
+
|
|
113
123
|
.mid-banner-ratafia-sample {
|
|
114
124
|
&__image {
|
|
115
125
|
img {
|
|
116
126
|
max-width: 25rem;
|
|
117
|
-
max-height:
|
|
127
|
+
max-height: 20rem;
|
|
128
|
+
|
|
129
|
+
@media ${device.desktop} {
|
|
130
|
+
max-height: 30rem;
|
|
131
|
+
}
|
|
118
132
|
}
|
|
119
133
|
}
|
|
120
134
|
}
|