-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcustom-ch.css
53 lines (44 loc) · 1.05 KB
/
custom-ch.css
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
body {
--ch-scrollycoding-sticker-width: 600px;
--ch-scrollycoding-code-min-height: 62vh;
}
.ch-scrollycoding {
gap: 0;
}
.ch-scrollycoding-step-content {
border-radius: 0;
padding: 24px;
border: 0;
border-left: 4px solid transparent;
box-shadow: inset 0 1px #e3e8ee;
margin: 0 0 0 -0.5rem;
}
.ch-scrollycoding-step-content[data-selected] {
border-color: var(--sail-color-blue-400);
background-color: var(--sail-color-gray-50);
}
.ch-scrollycoding-step-content:first-child,
.ch-scrollycoding-step-content:last-child {
background-color: unset !important;
border-color: transparent !important;
box-shadow: none;
}
.ch-code-multiline-mark {
background: #1a2652 !important;
}
.ch-code-multiline-mark-border {
background: none !important;
}
.ch-scrollycoding-sticker {
flex-flow: column-reverse;
gap: 0 !important;
background: var(--sail-color-blue-800);
border-radius: 4px;
}
.ch-scrollycoding-preview {
box-shadow: inset 0 -1px var(--sail-color-line-divider-dark);
border-radius: 0;
}
.ch-frame-buttons {
display: none;
}