git ssb

16+

Dominic / patchbay



Tree: 1c2926f12ff8e365e1d469f23180b50d50b9c749

Files: 1c2926f12ff8e365e1d469f23180b50d50b9c749 / app / page / query.mcss

889 bytesRaw
1Query {
2 width: 100%
3
4 display: grid
5 grid-template-columns: 28rem auto
6 grid-gap: 1rem
7
8 overflow: hidden
9
10 section.query {
11 display: grid
12 align-content: start
13 justify-items: end
14 grid-gap: 1rem
15
16 textarea {
17 justify-self: stretch
18
19 color: #fff
20 font-family: "ubunutu mono", monospace
21
22 background: rgb(40 , 0, 40)
23 padding: 1rem
24 border: none
25
26 min-height: 40rem
27 }
28
29 button {
30
31 }
32 }
33
34 section.output {
35 position: relative
36
37 div.Scroller {
38 position: absolute
39 top: 0
40 bottom: 0
41
42 section { margin: 0 }
43
44 section.content {
45 pre {
46 font-family: "ubunutu mono", monospace
47 word-wrap: break-word
48 white-space: pre-wrap
49
50 span {
51 color: hsl(0, 50%, 50%)
52 /* font-weight: 600 */
53 }
54 }
55 }
56 }
57 }
58}
59

Built with git-ssb-web