forked from XRPLF/xrpl-dev-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_use-cases.scss
75 lines (68 loc) · 1.29 KB
/
_use-cases.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
/* Use Cases ---------------------------------------------------------------- */
.related-tasks-links a {
color: $gray-600;
text-decoration: none;
}
.related-tasks-links a:hover {
color: $black;
}
.use-case-external-link {
border: 1px solid $gray-300;
}
.content .use-case-external-link a {
text-decoration: none;
color: $black;
}
.use-case-step-num {
margin-top: 64px;
margin-bottom: 24px;
color: #eae7e6;
font-size: 5.16em;
font-weight: 400;
font-family: 'Space Mono', sans-serif;
}
.use-case-step-length {
float: right;
color: #888;
font-size: 1rem;
}
.use-case-steps h2 {
margin-top: 10px;
margin-bottom: 10px;
font-size: 1.728em;
line-height: 32px;
font-weight: 700;
}
.use-case-steps h2 a {
text-decoration: none;
}
.use-case-steps h2:first-of-type:before {
display: none;
}
.use-case h1 {
font-size: 2.4em;
padding-bottom: 10px;
}
.use-case-steps h2:before {
margin-top: -30px;
height: 0;
}
.use-case-steps h2:first-of-type {
margin-top: -30px;
}
.related-tasks-links ul {
list-style-type: none;
padding-left: 0;
}
.related-tasks-links ul li {
margin: 0px;
padding-top: 2px;
}
.related-tasks-links a:hover::after {
padding-left: .5em;
}
.related-tasks-links a::after {
content: " ➝";
padding-left: 0;
transition: all .2s ease-in-out;
}