File size: 724 Bytes
b9e7b9b
d15ea6f
b9e7b9b
 
d15ea6f
b9e7b9b
d15ea6f
 
 
b9e7b9b
d15ea6f
 
 
 
 
 
 
 
 
 
 
b8e1b6c
b9e7b9b
d15ea6f
 
 
e7e3a96
 
 
 
 
 
 
 
d15ea6f
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
@import './_variables.css';
@import './_reset.css';
@import './_base.css';
@import './_layout.css';
@import './_print.css';
@import './components/_code.css';
@import './components/_button.css';
@import './components/_table.css';
@import './components/_tag.css';

.demo-wide,
.demo-full-width {
  display: grid;
  place-items: center;
  min-height: 150px;
  color: var(--muted-color);
  font-size: 12px;
  border: 1px dashed var(--border-color);
  border-radius: 8px;
  background: var(--surface-bg);
  margin-bottom: var(--block-spacing-y);
}

.mermaid {
    background: none!important;
    margin-bottom: var(--block-spacing-y) !important;
}

.footer {
  display: none;
}

.content-grid {
  margin-bottom: 60px!important;
}