Skip to content

Commit 5fa69c4

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

File tree

1 file changed

+10
-9
lines changed
  • src/shared/components/TopcoderHeader/Auth

1 file changed

+10
-9
lines changed

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

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@
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+
}
2232

2333
:global {
2434
.tc-btn-primary {
@@ -35,13 +45,4 @@
3545
}
3646
}
3747
}
38-
.tc-btn-default {
39-
border: 1px solid #0074E8;
40-
color: #0074E8;
41-
42-
&:hover {
43-
background: #0074E8;
44-
color: $tc-white;
45-
}
46-
}
4748
}

0 commit comments

Comments
 (0)