We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fa69c4 commit b12b274Copy full SHA for b12b274
src/shared/components/TopcoderHeader/Auth/style.scss
@@ -19,28 +19,18 @@
19
text-align: center;
20
}
21
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
32
33
:global {
34
.tc-btn-primary {
35
color: $tc-white;
36
37
38
.tc-btn-default {
39
- border: 1px solid $tc-dark-blue;
40
- color: $tc-dark-blue;
+ border: 1px solid #0074e8;
+ color: #0074e8;
41
42
&:hover {
43
- background: $tc-dark-blue;
+ background: #0074e8;
44
45
46
0 commit comments