Skip to content

Commit 6a91015

Browse files
authored
Merge pull request #58 from topcoder-platform/issues-622
Issues-622, Issues-625: Added SignUp link
2 parents d351944 + 1916257 commit 6a91015

File tree

5 files changed

+80
-2
lines changed

5 files changed

+80
-2
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

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 {

0 commit comments

Comments
 (0)