Skip to content

Commit a7d3915

Browse files
authored
Merge pull request #3413 from topcoder-platform/feature-contentful
#3404 final tweaks
2 parents 8ea86eb + 6c106cc commit a7d3915

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/shared/components/Contentful/ArticleCard/themes/video.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
.contentWrapper {
1919
padding: 0 20px;
2020
height: 100%;
21-
background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), transparent 34%);
21+
background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9), transparent 40%);
2222
flex: 1;
2323
border-radius: 10px;
2424
}

src/shared/components/buttons/themed/tc.scss

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
@include roboto-bold;
55

66
font-weight: 700 !important;
7+
text-decoration: none !important;
78
}
89

910
@mixin primary-green {
@@ -101,6 +102,7 @@
101102
@include roboto-bold;
102103

103104
font-weight: 700 !important;
105+
text-decoration: none !important;
104106
}
105107

106108
@mixin secondary-gray {

0 commit comments

Comments
 (0)