Skip to content

Commit 9afd8d5

Browse files
authored
Merge pull request #4613 from topcoder-platform/tco21
TCO21
2 parents d2d1da8 + 0836ae7 commit 9afd8d5

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

src/shared/components/Contentful/Tabs/themes/underline.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ $text-color-pannel: #4a4a4a;
4848

4949
&:hover,
5050
&.selected {
51-
border-bottom: 5px solid #229174;
51+
border-bottom: 5px solid #43d7b0;
52+
border-radius: 3px;
5253
}
5354

5455
p {

src/shared/components/Countdown/themes/TCO21.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ $container-background-yello: #fce217;
5656
.time-label {
5757
color: #2a2a2a;
5858
font-size: 14px;
59+
font-weight: 500;
5960
letter-spacing: 0.5px;
6061
line-height: 18px;
6162
text-align: center;

src/shared/containers/Contentful/MenuLoader/index.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ class MenuLoaderContainer extends React.Component {
116116
setOpenMore={this.handleChangeOpenMore}
117117
loggedIn={!_.isEmpty(auth.profile)}
118118
profileHandle={auth.profile ? auth.profile.handle : ''}
119+
logoLink={fields.logoLink}
119120
/>
120121
</div>
121122
);

0 commit comments

Comments
 (0)