-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy path_linkedTrain.scss
81 lines (69 loc) · 1.56 KB
/
_linkedTrain.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
.stdcm-linked-train-search-container {
align-self: flex-end;
&.anterior-linked-train {
margin-bottom: 18px;
}
&.posterior-linked-train {
margin-top: 18px;
}
.stdcm-card__header {
button {
font-size: 0.875rem;
color: var(--primary60);
font-weight: 500;
}
}
.linked-train {
.stdcm-linked-train-button {
text-align: center;
width: 402px;
height: 40px;
background-color: var(--grey10);
color: var(--primary50);
border-radius: 6px;
margin: 21px 0 13px 15px;
&.white {
background-color: var(--white);
}
.stdcm-linked-train-loading {
color: var(--primary90);
align-self: center;
}
}
.stdcm-linked-train-results {
padding: 10px 17px 0;
border-top: 1px solid var(--grey20);
margin-top: 21px;
.linked-train-result-infos {
width: 100%;
margin-bottom: 7px;
&:not(:first-child) {
padding-top: 12px;
border-top: 1px solid var(--grey20);
}
.train-name {
font-size: 1rem;
padding-top: 4px;
margin-bottom: 4px;
}
.opDetails {
font-size: 0.875rem;
line-height: 20px;
margin-bottom: 4px;
&:not(:last-child) {
margin-right: 8px;
}
&.grey50 {
color: var(--grey50);
}
&.grey80 {
color: var(--grey80);
}
&.info60 {
color: var(--info60);
}
}
}
}
}
}