-
Notifications
You must be signed in to change notification settings - Fork 90
Expand file tree
/
Copy pathstyles.css
More file actions
44 lines (44 loc) · 928 Bytes
/
styles.css
File metadata and controls
44 lines (44 loc) · 928 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
.admin-setting-cohort-selector .cohort-search-input {
max-width: 400px;
}
.admin-setting-cohort-selector .cohort-results {
max-width: 400px;
max-height: 200px;
overflow-y: auto;
border: 1px solid #ced4da;
border-radius: 0.25rem;
z-index: 1000;
background: #fff;
}
.admin-setting-cohort-selector .cohort-tag {
display: inline-flex;
align-items: center;
font-size: 0.875rem;
padding: 0.25rem 0.5rem;
}
.admin-setting-cohort-selector .cohort-tag .cohort-remove {
color: inherit;
text-decoration: none;
font-weight: bold;
}
#xapierrorlog .reply-event {
cursor: pointer;
}
#xapierrorlog .reply-event:hover {
opacity: 0.7;
}
#xapierrorlog .disabled {
cursor: not-allowed;
}
#xapierrorlog .fa-repeat {
color: lightskyblue;
}
#xapierrorlog .fa-spin {
color: blue;
}
#xapierrorlog .fa-check {
color: green;
}
#xapierrorlog .fa-remove {
color: red;
}