-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathstyles.css
More file actions
49 lines (42 loc) · 824 Bytes
/
styles.css
File metadata and controls
49 lines (42 loc) · 824 Bytes
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
.D2__Loading {
font-style: italic;
}
.Preview__Error--Title {
color: #be0b41 !important;
}
.Preview__Error {
display: flex;
flex-direction: column;
white-space: pre;
white-space: pre-wrap;
}
.Preview__Recompile {
position: absolute;
top: 4px;
left: 4px;
height: 24px;
padding: 6px;
background-color: white !important;
color: #2e3346;
display: flex;
gap: 4px;
box-shadow: none !important;
border: 1px solid #dee1eb;
filter: drop-shadow(1px 1px 4px rgba(31, 36, 58, 0.08));
}
.Preview__Recompile:hover {
filter: drop-shadow(2px 2px 16px rgba(31, 36, 58, 0.12));
cursor: pointer;
}
.Preview__Recompile > .svg-icon {
height: 12px !important;
width: 12px !important;
}
.block-language-d2 {
position: relative;
}
@media print {
.Preview__Recompile {
display: none;
}
}