aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/MainOverlayTextBox.scss
blob: 697d68c8c80ebe4c8beb403ab8b0f3c94feee016 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@import "globalCssVariables";
.mainOverlayTextBox-textInput {
    background-color: rgba(248, 6, 6, 0.001);
    width: 200px;
    height: 200px;
    position:absolute;
    overflow: visible;
    top: 0;
    left: 0;
    z-index: $mainTextInput-zindex;
    .formattedTextBox-cont {
        background-color: rgba(248, 6, 6, 0.001);
        width: 100%;
        height: 100%;
        position:absolute;
        top: 0;
        left: 0;
    }
}