This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +60
-32
lines changed Expand file tree Collapse file tree 7 files changed +60
-32
lines changed Original file line number Diff line number Diff line change 1
1
.history-graph-directive ( ng-show ="graphState.show == 'history'" )
2
2
.history-graph-container
3
3
4
- br
5
-
6
4
.history-graph
7
5
8
6
.info-port
Original file line number Diff line number Diff line change 1
1
div.paginator
2
2
tc-section( state ="state" )
3
- button.tc-btn ( ng-show ="pageParams.totalCount > pageParams.currentCount" , ng-click ="loadMore()" ) Load More
3
+ button.tc-btn.tc-btn-s ( ng-show ="pageParams.totalCount > pageParams.currentCount" , ng-click ="loadMore()" ) Load More
4
4
Original file line number Diff line number Diff line change 5
5
)
6
6
7
7
div( class ="name" )
8
- img( ng-if ="track == 'DATA_SCIENCE'" , src ="/images/ico-track-data-outline .svg" )
9
- img( ng-if ="track == 'DEVELOP'" , src ="/images/ico-track-develop-outline .svg" )
10
- img( ng-if ="track == 'DESIGN'" , src ="/images/ico-track-design-outline .svg" )
11
- img( ng-if ="track == 'COPILOT'" , src ="/images/ico-track-co_pilot-outline .svg" )
8
+ img( ng-if ="track == 'DATA_SCIENCE'" , src ="/images/ico-track-data.svg" )
9
+ img( ng-if ="track == 'DEVELOP'" , src ="/images/ico-track-develop.svg" )
10
+ img( ng-if ="track == 'DESIGN'" , src ="/images/ico-track-design.svg" )
11
+ img( ng-if ="track == 'COPILOT'" , src ="/images/ico-track-copilot .svg" )
12
12
span {{track | track | uppercase}}
13
13
14
14
.subtrack (
Original file line number Diff line number Diff line change @@ -68,12 +68,13 @@ challenge-tile .challenge.tile-view {
68
68
align-items : center ;
69
69
min-height : 36px ;
70
70
padding : 0 20px ;
71
- @include source -sans-regular ;
72
- font-size : 13 px ;
73
- line-height : 18 px ;
71
+ @include merriweather -sans-regular ;
72
+ font-size : 12 px ;
73
+ line-height : 17 px ;
74
74
background-color : $gray-lighter ;
75
75
76
76
span {
77
+ padding : 0 ;
77
78
@include ellipsis ;
78
79
span :first-child {
79
80
color : $accent-gray ;
Original file line number Diff line number Diff line change 32
32
}
33
33
34
34
rect {
35
- fill : #f6f6f6 ;
35
+ fill : $white ;
36
+ stroke : $gray-lighter ;
37
+ stroke-width : 2.3px ;
36
38
}
37
39
38
40
.line {
42
44
}
43
45
44
46
.grid.x .tick {
45
- stroke : white ;
46
- opacity : 0.7 ;
47
+ stroke : $gray-light ;
48
+ stroke-width : 2px ;
49
+ stroke-dasharray : 6 , 8 ;
47
50
}
48
51
49
52
.grid.y .tick {
50
- stroke : #d7d7d7 ;
51
- stroke-dasharray : 5 , 5 ;
52
- opacity : 0.3 ;
53
+ stroke : none ;
54
+ opacity : 0 ;
55
+ stroke-width : 1 px ;
53
56
}
54
57
55
58
.y.axis .tick text {
58
61
text-align : left ;
59
62
}
60
63
64
+ circle {
65
+ r : 5.5px ;
66
+ stroke : $white ;
67
+ stroke-width : 1.5px ;
68
+ }
69
+
70
+ circle :: hover {
71
+ r : 7.5px ;
72
+ stroke-width : 2px ;
73
+ }
74
+
61
75
62
76
}
63
77
.info-port {
114
128
}
115
129
116
130
@media (min-width : 768px ) {
131
+
132
+ .stats > .graphs {
133
+ margin-top : -40px !important ;
134
+ }
135
+
117
136
.history-graph-container {
118
137
width : 950px ;
119
138
margin-left : auto ;
137
156
display : none ;
138
157
}
139
158
140
- rect {
141
- fill : #f6f6f6 ;
142
- }
143
-
144
159
.line {
145
160
fill : none ;
146
161
stroke : #c5c5c5 ;
Original file line number Diff line number Diff line change 22
22
line-height : 24px ;
23
23
@include sofia-pro-medium ;
24
24
text-transform : uppercase ;
25
- margin : auto 30 px ;
25
+ margin : auto 45 px ;
26
26
& .selected {
27
27
color : $gray-darkest ;
28
28
padding-bottom : 14px ;
29
29
border-bottom : solid 2px $primary ;
30
30
}
31
31
}
32
32
}
33
+ a :hover {
34
+ color : $accent-gray-dark ;
35
+ }
33
36
}
34
37
}
35
38
.tab-view {}
36
39
}
40
+
41
+ .page-header + tc-tab-set {
42
+ .tab-panel .tab-set {
43
+ border-top : none ;
44
+ }
45
+ }
46
+
47
+
Original file line number Diff line number Diff line change 101
101
margin-bottom : 10px ;
102
102
background-color : #fff ;
103
103
padding : 30px auto ;
104
-
104
+ & + .develop {
105
+ // move the cards up to compensate for size. Refactor of the component will make this obsolete!
106
+ margin-top : -40px ;
107
+ }
105
108
}
106
109
107
110
.bottom {
163
166
justify-content : center ;
164
167
}
165
168
h2 .detailed {
166
- margin : 50 px auto 25 px auto ;
169
+ margin : 30 px auto 0 ;
167
170
text-align : center ;
168
- font-family : ' Lucida Grande ' ;
171
+ @include sofia-pro-medium ;
169
172
font-size : 18px ;
170
173
line-height : 21px ;
171
174
font-weight : bold ;
281
284
margin-top : -3px ;
282
285
width : 90% ;
283
286
border : 0 ;
284
- border-top : 1px solid #d1d3d4 ;
287
+ border-top : 1px solid $gray-lighter ;
285
288
margin-left : auto ;
286
289
margin-right : auto ;
287
290
}
376
379
justify-content : center ;
377
380
}
378
381
h2 .detailed {
379
- margin : 50 px auto 25 px auto ;
382
+ margin : 30 px auto 0 ;
380
383
@include sofia-pro-regular ;
381
- font-size : 28 px ;
382
- line-height : 34 px ;
384
+ font-size : 24 px ;
385
+ line-height : 30 px ;
383
386
}
384
387
ul .vertical-stats {
385
- margin-top : 50 px ;
388
+ margin-top : 30 px ;
386
389
width : 95% ;
387
390
align-content : space-between ;
388
391
height : 300px ;
398
401
font-size : 15px ;
399
402
line-height : 18px ;
400
403
padding : 14px ;
401
- border-bottom : 1px solid #f6f6f6 ;
404
+ border-bottom : 1px solid $gray-lighter ;
402
405
.right {
403
- color : #00aeff ;
406
+ color : $primary ;
404
407
}
405
408
& .first {
406
- border-top : 1px solid #f6f6f6 ;
409
+ border-top : 1px solid $gray-lighter ;
407
410
}
408
411
}
409
412
}
You can’t perform that action at this time.
0 commit comments