Skip to content

Commit 0a42349

Browse files
Merge pull request #6737 from topcoder-platform/PROD-3199
PROD-3199 -> dev
2 parents cf79f2b + 139c198 commit 0a42349

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/shared/components/Contentful/Article/themes/default.scss

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -569,24 +569,6 @@
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 {

0 commit comments

Comments
 (0)