File tree Expand file tree Collapse file tree 2 files changed +1
-19
lines changed
src/shared/components/Contentful/Article/themes Expand file tree Collapse file tree 2 files changed +1
-19
lines changed Original file line number Diff line number Diff line change @@ -356,7 +356,7 @@ workflows:
356356 filters :
357357 branches :
358358 only :
359- - feature-timeline-wall
359+ - PROD-3199
360360 # This is alternate dev env for parallel testing
361361 - " build-qa " :
362362 context : org-global
Original file line number Diff line number Diff line change 569569 position : absolute ;
570570 width : 0 ;
571571 height : 0 ;
572-
573- /* stylelint-disable */
574- > clippath {
575- transform : translate (445px , 0 ) scaleX (-1 );
576-
577- @media screen and (max-width : 425px ) and (min-width : 375px ) {
578- transform : translate (380px , 0 ) scaleX (-1 );
579- }
580-
581- @media screen and (max-width : 375px ) and (min-width : 320px ) {
582- transform : translate (330px , 0 ) scaleX (-1 );
583- }
584-
585- @media screen and (max-width : 320px ) {
586- transform : translate (275px , 0 ) scaleX (-1 );
587- }
588- }
589- /* stylelint-enable */
590572 }
591573
592574 .bannerClippedImageHolder {
You can’t perform that action at this time.
0 commit comments