@social-mail/social-mail-client 1.8.235 → 1.8.236
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/package.json
CHANGED
|
@@ -160,15 +160,6 @@ export default styled.css `
|
|
|
160
160
|
${allChildMaxHeight}
|
|
161
161
|
${allChildMinHeight}
|
|
162
162
|
|
|
163
|
-
@media (min-width: 900px) {
|
|
164
|
-
${desktopChildWidth}
|
|
165
|
-
${desktopChildMaxWidth}
|
|
166
|
-
${desktopChildMinWidth}
|
|
167
|
-
${desktopChildHeight}
|
|
168
|
-
${desktopChildMaxHeight}
|
|
169
|
-
${desktopChildMinHeight}
|
|
170
|
-
}
|
|
171
|
-
|
|
172
163
|
@media (min-width: 700px) {
|
|
173
164
|
|
|
174
165
|
${tabletChildWidth}
|
|
@@ -180,4 +171,14 @@ export default styled.css `
|
|
|
180
171
|
|
|
181
172
|
}
|
|
182
173
|
|
|
174
|
+
@media (min-width: 900px) {
|
|
175
|
+
${desktopChildWidth}
|
|
176
|
+
${desktopChildMaxWidth}
|
|
177
|
+
${desktopChildMinWidth}
|
|
178
|
+
${desktopChildHeight}
|
|
179
|
+
${desktopChildMaxHeight}
|
|
180
|
+
${desktopChildMinHeight}
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
|
|
183
184
|
`;
|
|
@@ -62,6 +62,14 @@ export default styled.css `
|
|
|
62
62
|
|
|
63
63
|
${transformOrigin}
|
|
64
64
|
|
|
65
|
+
|
|
66
|
+
@media (min-width: 700px) {
|
|
67
|
+
|
|
68
|
+
${tabletTransform}
|
|
69
|
+
|
|
70
|
+
${tabletTransformOrigin}
|
|
71
|
+
}
|
|
72
|
+
|
|
65
73
|
@media (min-width: 900px) {
|
|
66
74
|
|
|
67
75
|
${desktopTransform}
|
|
@@ -70,10 +78,4 @@ export default styled.css `
|
|
|
70
78
|
|
|
71
79
|
}
|
|
72
80
|
|
|
73
|
-
@media (min-width: 700px) {
|
|
74
|
-
|
|
75
|
-
${tabletTransform}
|
|
76
|
-
|
|
77
|
-
${tabletTransformOrigin}
|
|
78
|
-
}
|
|
79
81
|
`;
|