-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_misc.scss
More file actions
112 lines (96 loc) · 2.06 KB
/
Copy path_misc.scss
File metadata and controls
112 lines (96 loc) · 2.06 KB
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
.mxwc-dv-footer-remove-border > .mx-dataview-controls {
border-top: 0;
}
.mxwc-jump-to-popup {
min-width: 800px;
.mx-image {
max-width: 32px;
}
.mxwc-img-activity-placeholder {
opacity: 0.3;
}
}
.mxwc-jump-to-activity-selector select {
width: 100%;
text-overflow: ellipsis;
white-space: nowrap;
}
.mxwc-lv-attachments {
.mx-listview-empty {
display: none;
}
}
.mxwc-lv-assignees {
&.mx-listview > ul {
margin: 0;
}
.mx-listview-empty {
display: none;
}
.mx-button.mx-listview-loadMore {
text-align: left;
width: auto;
margin: 8px 0 0 0;
}
}
.mxwc-outcome-header .mx-text {
display: block;
padding-top: $grid-padding-top;
padding-bottom: $grid-padding-bottom;
}
.mxwc-custom-text-filter-container {
button {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-right: none;
}
.mx-textbox {
margin-bottom: 0;
width: 100%;
input[type=text] {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
}
}
.mxwc-admin-icon.mx-link {
color: $font-color-default;
display: inline;
margin-left: $spacing-small;
&:hover, &:active, &:focus {
text-decoration: none;
cursor: default;
}
}
.mxwc-admin-badge.mx-link {
color: $font-color-default;
padding: 4px 8px 4px 8px;
display: inline-block;
margin-left: $spacing-small;
font-weight: bold;
&.align-pageheader {
vertical-align: middle;
margin-bottom: $spacing-small;
}
&:hover, &:active, &:focus {
text-decoration: none;
cursor: default;
}
}
.mxwc-indicator-danger.mx-link {
color: $brand-danger;
}
.mxwc-beta-badge {
position: absolute;
right: $spacing-large;
top: $spacing-large;
border-radius: 16px;
min-width: 18px;
min-height: 18px;
padding: 4px 8px 4px 8px;
color: white;
white-space: nowrap;
display: block;
width: fit-content;
background: $brand-primary;
}