-
Notifications
You must be signed in to change notification settings - Fork 57
/
Copy pathmission.scss
87 lines (72 loc) · 1.39 KB
/
mission.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
82
83
84
85
86
87
.mission-page {
display: flex;
flex-direction: column;
align-items: center;
&__details {
display: flex;
flex-direction: column;
margin-top: 43px;
text-align: left;
.details-action {
margin-top: 32px;
margin-left: auto;
padding: 16px 32px 16px 40px;
font-size: 18px;
border-radius: 100px;
&__icon {
margin-left: 8px;
}
&__loader {
visibility: hidden;
&--visible {
width: 200px;
height: 58px;
visibility: visible;
}
}
}
.details-go-back {
margin-bottom: 21px;
color: var(--pix-primary-500);
text-decoration: underline;
}
ul {
margin-left: 30px;
list-style-type: disc;
}
.details-list {
&__title {
margin-bottom: 16px;
font-weight: 800;
font-size: 18px;
&--big {
font-size: 28px;
}
}
&__item {
display: flex;
gap: 16px;
align-items: center;
margin-bottom: 8px;
p {
line-height: 28px;
}
.icon {
color: var(--pix-primary-500);
}
}
}
}
&__body {
display: flex;
gap: 25px;
width: 960px;
margin-top: 20px;
padding-left: 60px;
}
}
.pix-button.pix1d-button.details-action {
.loader__not-visible-text {
height: 20px;
}
}