quotationDetail.css
803 Bytes
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
.quotationDetailBox {
padding: 1rem;
background-color: #fff;
}
.customer {
margin-top: 2rem;
}
.customer :global .adm-input-element {
border: 1px solid #dededf;
height: 3.125rem;
margin: 0.5rem 0;
border-radius: 5px;
}
.customer .sizeBox {
display: flex;
align-items: center;
}
.customer .sizeBox .sizeItem {
display: flex;
align-items: center;
justify-content: space-between;
}
.sizeBox {
display: flex;
align-items: center;
justify-content: space-between;
}
.sizeBox .customer {
width: 32%;
}
.tabs-wrapper {
display: flex;
align-items: center;
}
.tab-content {
width: 3rem;
}
.quotationTab :global .adm-selector-item {
display: flex;
align-items: center;
height: 100%;
}
.svgBox {
display: flex;
align-items: center;
justify-content: space-around;
}