aboutsummaryrefslogtreecommitdiff
path: root/src/fields/FieldLoader.scss
blob: 123488c7d75314410592e10e872bd86869438137 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.fieldLoader {
    z-index: 10000;
    width: 200px;
    height: 50;
    background: white;
    position: absolute;
    left: calc(50% - 99px);
    top: calc(50% + 99px);
    display: flex;
    align-items: center;
    padding: 20px;
}