-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
51 lines (43 loc) · 1.08 KB
/
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
.path-mod-pulse .fcontainer .emailvars span {
color: #000;
background: #ffbf46;
padding: 3px 7px;
margin-bottom: 5px;
margin-right: 3px;
display: inline-block;
border-radius: 3px;
}
.path-mod-pulse .emailvars {
position: relative;
font-size: smaller;
}
@media (max-width: 767px) {
.path-mod-pulse .fcontainer .emailvars {
width: 100%;
}
}
.section .pulse.modtype_pulse .contentwithoutlink,
.section .pulse.modtype_pulse .activityinstance {
display: block;
}
#page-mod-pulse-approve #participants .approvebtn {
margin-left: 10px;
}
#page-mod-pulse-mod #fgroup_id_completionrequireapproval .form-check.fitem {
margin-right: 15px;
}
#page-mod-pulse-mod #fgroup_id_completionrequireapproval .pulse-completion-roles {
margin-left: 10px;
}
.pulse.modtype_pulse .pulse-completion-btn .badge {
display: table;
margin-top: 10px;
margin-left: 30px;
}
.section .pulse.modtype_pulse .pulse-completion-btn {
text-align: right;
margin: 15px 0;
}
.pulse.modtype_pulse .pulse-completion-btn .badge {
margin-bottom: 15px;
}