aboutsummaryrefslogtreecommitdiffstats
path: root/graphgraph-fe/src/validation_modal.css
blob: 883bb5cb61bec0b856312b01702745acb4c1b422 (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
.modal-content
{
    height: 100%;
    width: 100%;
}

.modal-validator
{
    position: 'fixed';
    width: 1024;
    height: 768;
    z-index: 1040;
    top: '5%';
    left: '5%';
    border: '1px solid #e5e5e5';
    background-color: 'white';
    box-shadow: '0 5px 15px rgba(0,0,0,.5)';
    padding: 0;
}

.modal-backdrop
{
    position: 'fixed';
    z-index: 1040;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: '#000';
    opacity: 0.5;
}