File size: 879 Bytes
7214b0b
 
 
 
 
 
 
 
19a8bac
 
 
 
 
 
3033d56
7214b0b
 
 
 
 
19a8bac
 
 
 
47e06df
 
7214b0b
 
dc1d5c3
 
7214b0b
 
dc1d5c3
 
7214b0b
 
 
 
 
19a8bac
7214b0b
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
body {
    padding: 0;
    margin: 0;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1rem;
    line-height: 1.4;
}

.container {
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    padding: 12px 16px 12px 16px;
}

.highlighted-text {
    color: black;
    background-color: white;
}

.highlighted-text {
    background-color: #fefefe;
    border: 1px solid #31333f33;
    border-radius: 5px;
    padding: 5px;
    max-height: 350px;
    overflow-y: auto;
    cursor: pointer;

    .token.prefix ~ .token:not(.prefix) {
        color: #2563eb;
    }

    .token.active {
        outline: 1px solid #444;
    }
}

.status-bar {
    min-height: 1.4em;
    padding-bottom: 12px;

    .token {
        border: 1px solid #aaa;
        border-radius: 2px;
        background: #f5f5f5;
        padding: 1px;
        margin: 1px;
        margin-right: 2px;
    }
}