aboutsummaryrefslogtreecommitdiffstats
path: root/graphgraph-fe/src/ValidationModal.css
blob: 56b4567720249b6cd4b7f2980097d38c18f2d616 (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;
    zIndex: 1040;
    top: '5%';
    left: '5%';
    border: '1px solid #e5e5e5';
    backgroundColor: 'white';
    boxShadow: '0 5px 15px rgba(0,0,0,.5)';
    padding: 0;
}  

.modal-backdrop 
{
    position: 'fixed';
    zIndex: 1040;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    backgroundColor: '#000';
    opacity: 0.5;
}