summaryrefslogtreecommitdiff
path: root/res/client/css/partials/devtools.scss
blob: 0f923718e4426d2bbf75b0be610298e5280d3c6d (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
25
26
27
28
29
30
31
32
#devtools {
    position: absolute;
    bottom: 0;
    border-top: 10px solid gray;
    padding-left: 10px;
    height: 20%;
    width: 100%;
    line-height: 20px;
}

#devtools span {
    font-family: monospace;
}

.devtools__btn {

    &:hover {
        cursor: pointer;
        color: gold;
    }
}

.debug-view__multi-step-cmd-delim {
    color: red;
    margin-left: 4px;
    margin-right: 2px;
}

.debug-view__import__input_file_name {
    font-family: monospace;
    margin-left: 20px;
}