aboutsummaryrefslogtreecommitdiff
path: root/src/fields/FieldLoader.scss
blob: 9a23c3e4f7bd5e669d15dfeabb8ae8dd997fe430 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.fieldLoader {
    z-index: 10000;
    width: 200px;
    height: 30;
    background: lightblue;
    position: absolute;
    left: calc(50% - 99px);
    top: calc(50% + 110px);
    display: flex;
    align-items: center;
    padding: 20px;
    margin: auto;
    display: 'block';
    box-shadow: darkslategrey 0.2vw 0.2vw 0.8vw;
}