summaryrefslogtreecommitdiff
path: root/ui/styles/swatches.css
blob: 7d06f59cf12b60771c02bb0f04524adaea2cb813 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.component-preview {
  border: 1px solid grey;
  margin: 1rem 2rem;
}

.component-properties {
  margin: 1rem 2rem;
}

.component-properties textarea {
  width: 100%;
  height: 10em;
  font-family: FiraCode, monospace;
}

.component-properties .suggestion {
  font-size: 80%;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 0.5em;
}