Skip to content

Commit a4115d9

Browse files
authored
Merge pull request #59 from topcoder-platform/develop
1.8.2
2 parents a433777 + 6a91015 commit a4115d9

File tree

7 files changed

+106
-3
lines changed

7 files changed

+106
-3
lines changed

design/custom.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

design/custom.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

design/images/arrow-right.svg

Lines changed: 21 additions & 0 deletions
Loading

design/images/topcoder-pride-logo.svg

Lines changed: 25 additions & 0 deletions
Loading

src/scss/base/_guess.scss

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,40 @@
2424
margin-top: 24px;
2525
}
2626
}
27+
.SignUpBlock {
28+
margin-top: 25px;
2729

30+
.SpArrowRight {
31+
display: unset !important;
32+
&::before {
33+
content: '';
34+
background-image: url('/themes/topcoder/design/images/arrow-right.svg');
35+
background-size: cover;
36+
margin: 2px 0px 2px 7px;
37+
height: 14px;
38+
line-height: 18px;
39+
width: 16px;
40+
position: absolute;
41+
}
42+
}
43+
44+
.Button.SignUp {
45+
color: #137D60;
46+
line-height: 18px;
47+
border: 0px;
48+
padding: 0px 3px !important;
49+
font-size: 15px !important;
50+
font-family: Roboto;
51+
color: #137D60 !important;
52+
53+
a {
54+
letter-spacing: 1px;
55+
line-height: 18px;
56+
57+
&:focus, &:visited, &:hover {
58+
color: #137D60 !important;
59+
}
60+
}
61+
}
62+
}
2863
}

src/scss/base/_header.scss

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,28 @@
5252
margin-left: 10px;
5353
border: none;
5454
}
55+
56+
.SignUp{
57+
font-size: 14px;
58+
font-weight: 700;
59+
height: 40px;
60+
line-height: 40px;
61+
margin-left: 8px;
62+
position: relative;
63+
text-decoration: none;
64+
text-transform: uppercase;
65+
transition: 0.5s;
66+
white-space: nowrap;
67+
background: #fff;
68+
border-radius: 20px;
69+
color: #229174;
70+
padding: 0 15px;
71+
&:hover {
72+
background: rgba(255, 255, 255, 0.8);
73+
box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
74+
color: #229174;
75+
}
76+
}
5577
}
5678
.Search {
5779
img {

views/partials/header.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</span>
1919
<nav class="Header-desktopNav hide-mobile">
2020
<a class="Topcoder-logo" href="{home_link format=" %url"}">
21-
<img src="/themes/topcoder/design/images/topcoder-logo.svg" />
21+
{logo}
2222
</a>
2323
<span class="Header-separator"></span>
2424
<a class="Header-primary-item" href="https://www.topcoder.com">BUSINESS</a>

0 commit comments

Comments
 (0)