Newer
Older
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
@import '../../css/vars.scss';
.panel-left {
::ng-deep.mat-drawer-inner-container {
display: flex;
flex-direction: column;
}
}
.document-container {
flex: 1;
padding-left: 50px;
padding-right: 50px;
color: white;
margin-top: 0px;
width: 100%;
overflow: hidden;
background-color: $primary;
.content {
overflow-y: auto;
overflow-x: hidden;
position: relative;
height: 100%;
min-height: 200px;
width: 100%;
border-radius: 0px;
box-shadow: none;
border: solid 1px white;
justify-content: center;
display: flex;
align-items: center;
text-align: center;
font-weight: bold;
flex-direction: column;
}
}
.upload-icon {
font-size: 180px;
opacity: 0.4;
margin-bottom: 30px;
}
.indexing-form-container {
height: 100%;
overflow: auto;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
}
.actions-indexing-form {
display: flex;
align-items: center;
justify-content: center;
padding: 10px;
box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.07);
padding-left: 40px;
padding-right: 40px;
}
.emptyModel {
display: flex;
flex-direction: column;
height: 100%;
align-items: center;
justify-content: center;
text-align: center;
padding-left: 20px;
padding-right: 20px;
font-size: 25px;
opacity: 0.3;
font-weight: bold;