@cooperco/cooper-component-library 0.1.49 → 0.1.50

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.
@@ -189,10 +189,34 @@ ol {
189
189
 
190
190
  @layer utilities {
191
191
  .clip-mobile-hero {
192
- clip-path: ellipse(100% 100% at 50% 0%);
192
+ clip-path: ellipse(150% 100% at 50% 0%);
193
193
  }
194
194
 
195
195
  .no-clip {
196
196
  clip-path: none;
197
197
  }
198
198
  }
199
+
200
+ @media (min-width: 768px) and (max-width: 1015px) {
201
+ .clip-hero {
202
+ clip-path: ellipse(69% 115% at 99% 6%);
203
+ }
204
+ }
205
+
206
+ @media (min-width: 1016px) and (max-width: 1199px) {
207
+ .clip-hero {
208
+ clip-path: ellipse(79% 115% at 99% 16%);
209
+ }
210
+ }
211
+
212
+ @media (min-width: 1200px) and (max-width: 1439px) {
213
+ .clip-hero {
214
+ clip-path: ellipse(89% 115% at 99% 16%);
215
+ }
216
+ }
217
+
218
+ @media (min-width: 1440px) {
219
+ .clip-hero {
220
+ clip-path: ellipse(89% 125% at 99% 26%);
221
+ }
222
+ }