-
Notifications
You must be signed in to change notification settings - Fork 13
/
pm.9d4b061c2fb181e49c3b.css
58 lines (55 loc) · 1.17 KB
/
pm.9d4b061c2fb181e49c3b.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
.paginated-list .ant-table-body {
overflow: auto;
width: 100%;
height: 100%;
}
.paginated-list .ant-table td {
white-space: nowrap;
}
div.prediction-markets tr.selected-row a {
color: white;
}
div.prediction-markets div.header-selector {
padding: 1rem;
}
div.prediction-markets div.header-selector .filter-status {
color: darkgray;
float: right;
font-size: 14px;
line-height: 2rem;
}
div.prediction-markets span.search-input {
width: 220px;
}
div.prediction-markets div.ant-table-selection {
display: none;
}
div.prediction-markets span.supsub {
position: absolute;
}
div.prediction-markets span.supsub .subscript {
color: red;
display: block;
position: relative;
left: 2px;
top: 1rem;
}
div.prediction-markets span.supsub .superscript {
color: green;
display: block;
position: relative;
left: 2px;
top: 3px;
}
div.prediction-markets--create-prediction-market .ant-form-item {
padding-bottom: 0px;
margin-bottom: 0px;
}
div.prediction-markets--add-prediction-offer .ant-form-item {
padding-bottom: 0px;
margin-bottom: 0px;
}
div.prediction-markets--resolve-prediction-market-asset .ant-form-item {
padding-bottom: 0px;
margin-bottom: 0px;
}