File tree Expand file tree Collapse file tree 2 files changed +10
-12
lines changed
src/app/riders/rider-profile/rider-timeline/time-line Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ $line-dash-width: 0.35rem;
12
12
13
13
& __timeline {
14
14
15
- & -viewbox {
15
+ & -viewbox {
16
16
position : relative ;
17
17
height : 100% ;
18
18
min-width : 60px ;
19
19
20
- svg {
20
+ svg {
21
21
position : absolute ;
22
22
left : 0 ;
23
23
top : 0 ;
@@ -26,16 +26,16 @@ $line-dash-width: 0.35rem;
26
26
27
27
stroke : $line-color ;
28
28
29
- line {
29
+ line {
30
30
stroke-width : $line-width ;
31
31
vector-effect : non- scaling- stroke;
32
32
}
33
33
34
- .info {
34
+ .info {
35
35
stroke-dasharray : $line-dash-width $line-dash-width ;
36
36
}
37
37
38
- circle {
38
+ circle {
39
39
fill : $color-primary ;
40
40
vector-effect : non- scaling- stroke;
41
41
}
@@ -62,7 +62,6 @@ $line-dash-width: 0.35rem;
62
62
}
63
63
64
64
65
-
66
65
& __card {
67
66
display : flex ;
68
67
flex-direction : column ;
@@ -75,14 +74,13 @@ $line-dash-width: 0.35rem;
75
74
position : absolute ;
76
75
top : 1rem ;
77
76
right : 1rem ;
78
- background-color : $color-primary ;
79
77
border-radius : 50% ;
80
78
width : 2rem ;
81
79
height : 2rem ;
82
80
display : flex ;
83
81
justify-content : center ;
84
82
align-items : center ;
85
- color : $color-white ;
83
+ color : $color-primary ;
86
84
87
85
@include respond (medium ) {
88
86
top : 0 ;
Original file line number Diff line number Diff line change @@ -24,16 +24,16 @@ export class TimeLineComponent implements OnInit {
24
24
return "" ;
25
25
26
26
case "start" :
27
- return "play_arrow " ;
27
+ return "tour " ;
28
28
29
29
case "finish" :
30
- return "stop " ;
30
+ return "sports_score " ;
31
31
32
32
case "win" :
33
- return "flare " ;
33
+ return "sentiment_very_satisfied " ;
34
34
35
35
case "lose" :
36
- return "flash_on " ;
36
+ return "sentiment_very_dissatisfied " ;
37
37
}
38
38
}
39
39
}
You can’t perform that action at this time.
0 commit comments