blob: f2a9f9962de9678ac962fe207f7717cdf87770d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
.component-preview {
border: 1px solid grey;
margin: 1rem 2rem;
}
.component-properties {
margin: 1rem 2rem;
}
.component-properties textarea {
width: 100%;
height: 10em;
}
.component-properties textarea.html {
font-family: FiraCode, monospace;
}
.component-properties .suggestion {
font-size: 80%;
margin-left: 1rem;
margin-right: 1rem;
margin-bottom: 0.5em;
}
|