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:
356
356
filters :
357
357
branches :
358
358
only :
359
- - feature-timeline-wall
359
+ - PROD-3199
360
360
# This is alternate dev env for parallel testing
361
361
- " build-qa " :
362
362
context : org-global
Original file line number Diff line number Diff line change 569
569
position : absolute ;
570
570
width : 0 ;
571
571
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 */
590
572
}
591
573
592
574
.bannerClippedImageHolder {
You can’t perform that action at this time.
0 commit comments