-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
83 lines (66 loc) · 862 Bytes
/
styles.css
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
.container {
max-width: 960px;
}
.q-left-pane{
margin-right: 30px;
flex-basis: 60%;
}
.qlp-qid{
flex-grow: 1;
}
.qlp-def{
margin-right: 30px;
}
.qlp-name{
flex-basis: 20%;
align-self: center;
}
td a svg{
margin-bottom: 3px;
}
.drag {
margin-bottom: -8px;
}
.h-txt{
font-size: 1rem;
font-weight: 500;
line-height: 1.2;
}
.q-desc{
flex-grow: 1;
}
.q-desc input{
height: 400px;
}
.grey-row{
background-color: #dee2e6;
}
.env-col{
width:65%;
}
.hide{
display: none;
}
.proc-order-ul {
display: flex;
margin: 0;
padding: 0;
}
.arrow-btn{
margin-right: 3px;
list-style-type: none;
height: 32px;
}
.q-n{
margin-left: 4px;
margin-top: 4px;
font-weight: 700;
list-style-type: none;
}
.flx-wrp {
display: flex;
flex-wrap: wrap;
}
.modal-content{
overflow-y: scroll !important;
}