File size: 779 Bytes
b9e7b9b
a4b9560
b9e7b9b
 
a4b9560
b9e7b9b
a4b9560
 
 
8d0d788
f7b880e
b9e7b9b
a4b9560
 
4ec15bc
 
 
 
 
a4b9560
 
 
4ec15bc
a4b9560
 
 
b8e1b6c
b9e7b9b
a4b9560
f7b880e
 
a4b9560
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
@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';
@import './components/_card.css';
@import './components/_form.css'; 

.demo-wide,
.demo-full-width {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 150px;
  color: var(--muted-color);
  font-size: 12px;
  border: 2px 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;
}