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

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

.examples {
  margin-bottom: 20px;
}

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

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