Skip to content

Commit b12b274

Browse files
authored
Update style.scss
1 parent 5fa69c4 commit b12b274

File tree

1 file changed

+3
-13
lines changed
  • src/shared/components/TopcoderHeader/Auth

1 file changed

+3
-13
lines changed

src/shared/components/TopcoderHeader/Auth/style.scss

+3-13
Original file line numberDiff line numberDiff line change
@@ -19,28 +19,18 @@
1919
text-align: center;
2020
}
2121
}
22-
23-
.tc-btn-default {
24-
border: 1px solid #0074E8;
25-
color: #0074E8;
26-
27-
&:hover {
28-
background: #0074E8;
29-
color: $tc-white;
30-
}
31-
}
3222

3323
:global {
3424
.tc-btn-primary {
3525
color: $tc-white;
3626
}
3727

3828
.tc-btn-default {
39-
border: 1px solid $tc-dark-blue;
40-
color: $tc-dark-blue;
29+
border: 1px solid #0074e8;
30+
color: #0074e8;
4131

4232
&:hover {
43-
background: $tc-dark-blue;
33+
background: #0074e8;
4434
color: $tc-white;
4535
}
4636
}

0 commit comments

Comments
 (0)