File tree 35 files changed +8558
-6652
lines changed
Contentful/BlogPost/themes
ReviewOpportunityDetailsPage
SubmissionManagement/ScreeningDetails
tco/scoreboard/ScoreboardTable
35 files changed +8558
-6652
lines changed Original file line number Diff line number Diff line change 102
102
"supertest" : " ^3.1.0" ,
103
103
"tc-accounts" : " git+https://github.com/appirio-tech/accounts-app.git#dev" ,
104
104
"topcoder-react-lib" : " ^0.6.1" ,
105
- "topcoder-react-ui-kit" : " ^0.5.5 " ,
105
+ "topcoder-react-ui-kit" : " ^0.5.6 " ,
106
106
"topcoder-react-utils" : " ^0.7.8" ,
107
107
"turndown" : " ^4.0.2" ,
108
108
"url-parse" : " ^1.4.1" ,
Original file line number Diff line number Diff line change 29
29
margin : 10px 0 ;
30
30
31
31
a {
32
- color : $tc-dark-blue ;
32
+ color : $tc-dark-blue-110 ;
33
33
}
34
34
}
Original file line number Diff line number Diff line change 32
32
margin : 0 24px ;
33
33
34
34
a {
35
- color : $tc-dark-blue ;
35
+ color : $tc-dark-blue-110 ;
36
36
}
37
37
}
38
38
Original file line number Diff line number Diff line change 58
58
.content {
59
59
flex : 1 ;
60
60
padding : 15px ;
61
- color : $tc-black ;
62
61
62
+ @include tc-typography ;
63
63
@include roboto-regular ;
64
64
65
- a { color : $tc-dark-blue ; }
66
-
67
- a :active ,
68
- a :focus ,
69
- a :visited ,
70
- a :hover {
71
- color : $tc-dark-blue ;
72
- }
73
-
74
65
h1 ,
75
66
h2 ,
76
67
h3 ,
Original file line number Diff line number Diff line change 10
10
& :hover { border : 1px solid $tc-gray-40 ; }
11
11
12
12
& .focused ,
13
- & .focused :hover { border : 1px solid $tc-dark-blue ; }
13
+ & .focused :hover { border : 1px solid $tc-dark-blue-110 ; }
14
14
}
15
-
Original file line number Diff line number Diff line change 7
7
overflow : hidden ;
8
8
9
9
a {
10
- color : $tc-dark-blue ;
10
+ color : $tc-dark-blue-110 ;
11
11
text-decoration : underline ;
12
12
}
13
13
Original file line number Diff line number Diff line change 44
44
.focused {
45
45
border : 1px solid $tc-dark-blue ;
46
46
47
- & :hover { border : 1px solid $tc-dark-blue ; }
47
+ & :hover { border : 1px solid $tc-dark-blue-110 ; }
48
48
}
49
49
50
50
.note {
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ $table-bg-hover: #f5f5f5;
115
115
font-weight : 500 ;
116
116
117
117
& :hover {
118
- color : $tc-dark-blue ;
118
+ color : $tc-dark-blue-110 ;
119
119
cursor : pointer ;
120
120
}
121
121
}
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ $podium-border-color: #ededf2;
67
67
font-weight : 500 ;
68
68
69
69
& :hover {
70
- color : $tc-dark-blue ;
70
+ color : $tc-dark-blue-110 ;
71
71
cursor : pointer ;
72
72
}
73
73
}
Original file line number Diff line number Diff line change 128
128
129
129
.link-url ,
130
130
.link-url :visited {
131
- color : $tc-dark-blue ;
131
+ color : $tc-dark-blue-110 ;
132
132
font-size : 12px ;
133
133
line-height : 14px ;
134
134
word-wrap : break-word ;
Original file line number Diff line number Diff line change 82
82
a ,
83
83
a :hover ,
84
84
a :visited {
85
- color : $tc-dark-blue ;
85
+ color : $tc-dark-blue-110 ;
86
86
87
87
& :hover {
88
88
text-decoration : underline ;
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ $tc-link-visited: #0c4e98;
23
23
24
24
@mixin linkStyle {
25
25
a {
26
- color : $tc-dark-blue ;
26
+ color : $tc-dark-blue-110 ;
27
27
word-wrap : break-word ;
28
28
}
29
29
Original file line number Diff line number Diff line change 14
14
padding : 4 * $base-unit ;
15
15
16
16
a {
17
- color : $tc-dark-blue ;
17
+ color : $tc-dark-blue-110 ;
18
18
margin : 0 2px ;
19
19
20
20
& :visited {
21
- color : $tc-dark-blue ;
21
+ color : $tc-dark-blue-110 ;
22
22
}
23
23
}
24
24
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ $red-color: $tc-red;
48
48
line-height : $status-space-20 ;
49
49
font-weight : 400 ;
50
50
font-size : 13px ;
51
- color : $tc-dark-blue ;
51
+ color : $tc-dark-blue-110 ;
52
52
text-decoration : underline ;
53
53
padding : 0 ;
54
54
border : none ;
Original file line number Diff line number Diff line change 7
7
text-transform : uppercase ;
8
8
9
9
a :hover {
10
- color : $tc-dark-blue ;
10
+ color : $tc-dark-blue-110 ;
11
11
}
12
12
}
13
13
Original file line number Diff line number Diff line change 80
80
a ,
81
81
a :hover ,
82
82
a :visited {
83
- color : $tc-dark-blue ;
83
+ color : $tc-dark-blue-110 ;
84
84
85
85
& :hover {
86
86
text-decoration : underline ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ $tc-link-visited: #0c4e98;
4
4
5
5
@mixin linkStyle {
6
6
a {
7
- color : $tc-dark-blue ;
7
+ color : $tc-dark-blue-110 ;
8
8
word-wrap : break-word ;
9
9
}
10
10
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ $tc-link-visited: #0c4e98;
23
23
24
24
@mixin linkStyle {
25
25
a {
26
- color : $tc-dark-blue ;
26
+ color : $tc-dark-blue-110 ;
27
27
word-wrap : break-word ;
28
28
}
29
29
@@ -32,7 +32,7 @@ $tc-link-visited: #0c4e98;
32
32
}
33
33
34
34
a :hover {
35
- color : $tc-dark-blue ;
35
+ color : $tc-dark-blue-110 ;
36
36
text-decoration : underline ;
37
37
}
38
38
Original file line number Diff line number Diff line change 141
141
}
142
142
143
143
.handle {
144
- color : $tc-dark-blue ;
144
+ color : $tc-dark-blue-110 ;
145
145
}
146
146
}
147
147
}
Original file line number Diff line number Diff line change 146
146
147
147
.info {
148
148
.handle {
149
- color : $tc-dark-blue ;
149
+ color : $tc-dark-blue-110 ;
150
150
display : block ;
151
151
font-size : 36px ;
152
152
margin-bottom : 8px ;
Original file line number Diff line number Diff line change 6
6
}
7
7
8
8
.link :hover {
9
- color : $tc-dark-blue ;
9
+ color : $tc-dark-blue-110 ;
10
10
}
11
11
12
12
.number {
Original file line number Diff line number Diff line change 6
6
}
7
7
8
8
.link :hover {
9
- color : $tc-dark-blue ;
9
+ color : $tc-dark-blue-110 ;
10
10
}
11
11
12
12
.number {
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ $challenge-radius-4: $corner-radius * 2;
41
41
}
42
42
43
43
a :hover {
44
- color : $tc-dark-blue ;
44
+ color : $tc-dark-blue-110 ;
45
45
}
46
46
47
47
.left-panel {
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ $type-radius-4: $corner-radius * 2;
38
38
}
39
39
40
40
& :hover {
41
- color : $tc-dark-blue ;
41
+ color : $tc-dark-blue-110 ;
42
42
text-decoration : none ;
43
43
}
44
44
Original file line number Diff line number Diff line change @@ -446,7 +446,7 @@ $panel-radius-4: $corner-radius * 2;
446
446
447
447
& :hover ,
448
448
& :visited {
449
- color : $tc-dark-blue ;
449
+ color : $tc-dark-blue-110 ;
450
450
}
451
451
}
452
452
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ $challenge-space-90: $base-unit * 18;
40
40
}
41
41
42
42
a :hover {
43
- color : $tc-dark-blue ;
43
+ color : $tc-dark-blue-110 ;
44
44
}
45
45
46
46
.left-panel {
@@ -229,7 +229,7 @@ $challenge-space-90: $base-unit * 18;
229
229
230
230
& :hover {
231
231
background : $tc-dark-blue-10 ;
232
- color : $tc-dark-blue ;
232
+ color : $tc-dark-blue-110 ;
233
233
}
234
234
}
235
235
Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ $srm-radius-4: $corner-radius * 2;
259
259
260
260
& :hover {
261
261
background : $tc-dark-blue-10 ;
262
- color : $tc-dark-blue ;
262
+ color : $tc-dark-blue-110 ;
263
263
}
264
264
}
265
265
Original file line number Diff line number Diff line change 41
41
float : right ;
42
42
font-weight : 400 ;
43
43
font-size : 11px ;
44
- color : $tc-dark-blue ;
44
+ color : $tc-dark-blue-110 ;
45
45
line-height : $base-unit * 4 ;
46
46
cursor : pointer ;
47
47
63
63
padding : 2px 0 ;
64
64
}
65
65
}
66
-
Original file line number Diff line number Diff line change 29
29
a :focus ,
30
30
a :hover ,
31
31
a :visited {
32
- color : $tc-dark-blue ;
32
+ color : $tc-dark-blue-110 ;
33
33
text-decoration : underline ;
34
34
}
35
35
}
Original file line number Diff line number Diff line change 29
29
margin : 10px 0 ;
30
30
31
31
a {
32
- color : $tc-dark-blue ;
32
+ color : $tc-dark-blue-110 ;
33
33
}
34
34
}
Original file line number Diff line number Diff line change 63
63
64
64
a ,
65
65
a :visited {
66
- color : $tc-dark-blue ;
66
+ color : $tc-dark-blue-110 ;
67
67
}
68
68
}
69
69
Original file line number Diff line number Diff line change 7
7
padding : 10px 20px ;
8
8
9
9
a {
10
- color : $tc-dark-blue ;
10
+ color : $tc-dark-blue-110 ;
11
11
12
12
& :visited {
13
13
color : $tc-purple ;
Original file line number Diff line number Diff line change 30
30
}
31
31
32
32
.link {
33
- color : $tc-dark-blue ;
33
+ color : $tc-dark-blue-110 ;
34
34
35
35
& :visited {
36
36
color : royalblue ;
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ $table-bg-hover: #f5f5f5;
101
101
color : $tc-light-blue ;
102
102
103
103
& :hover {
104
- color : $tc-dark-blue ;
104
+ color : $tc-dark-blue-110 ;
105
105
}
106
106
}
107
107
You can’t perform that action at this time.
0 commit comments