aboutsummaryrefslogtreecommitdiffstats
path: root/src/Editor.module.css
blob: 5c0f6260f09d840ee9aefbc5673564f33fa344ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.runButton {
  margin: 10px 0;
}

.error {
  color: var(--red)
}

.examples {
  margin-bottom: 20px;
}

:global(.ace_gutter) {
  z-index: 0;
}

:global(#react-select-3-listbox) {
  color: var(--dark-grey);
}