-
-
Notifications
You must be signed in to change notification settings - Fork 118
Expand file tree
/
Copy pathbind.css
More file actions
28 lines (26 loc) · 540 Bytes
/
bind.css
File metadata and controls
28 lines (26 loc) · 540 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
.vp-bd-grid-box {
display: grid;
grid-template-rows: 30px;
grid-row-gap: 5px;
}
.vp-bd-grid-box label {
font-weight: bold;
}
.vp-bd-grid-box select,
.vp-bd-grid-box input {
width: 160px;
}
.vp-bd-type-box {
display: grid;
grid-template-rows: 30px;
grid-row-gap: 5px;
}
.vp-bd-df-refresh {
display: inline-block;
cursor: pointer;
margin-left: 5px;
/* LAB: img to background-image */
background: center / contain no-repeat url(../../img/refresh.svg);
width: 18px;
height: 19px;
}