Lines Matching +full:priority +full:- +full:0
1 // Priority tags
2 $priority-high: $accent-04--01;
3 $priority-high--light: $accent-04--02;
4 $priority-medium: $accent-03--01;
5 $priority-medium--light: $accent-03--03;
6 $priority-low: $accent-01--01;
7 $priority-low--light: $accent-01--03;
8 $prioriy-resolved: $base-02--02;
9 $priority-resolve--light: $base-02--04;
12 #event-log {
22 .event-log__timezone,
23 .event-log__timezone button {
25 text-transform: uppercase;
26 color: $primary-accent;
27 font-size: 0.9em;
28 font-weight: 700;
29 border: 0;
33 @include mediaQuery(x-large) {
34 @include fastTransition-all;
40 #event-filter {
41 .filter-label {
42 color: $text-02;
43 text-transform: uppercase;
44 font-weight: 700;
45 font-size: 0.75em;
46 margin-bottom: 3px;
48 .event__severity-filter {
49 margin-right: 2em;
50 margin-bottom: 1em;
54 &:not(:first-of-type) {
55 border-left-width: 1px;
59 .event__date-filter {
60 margin-right: 1.5em;
61 color: $text-02;
67 .event__status-filter {
75 text-align: left;
80 .event-filter__content {
82 flex-wrap: wrap;
83 align-items: flex-start;
84 margin-top: 1em;
87 flex: 0 0 auto;
91 margin-bottom: 0;
95 .event__date-filter-content {
97 align-items: flex-start;
100 .event__date-filter-divider {
101 margin: .25rem .5rem 0 .5rem;
104 .event-log__filters {
106 padding-bottom: 0.5em;
107 padding-top: 0.5em;
109 @media (min-width: 1333px) {
111 display: inline-block;
115 border: 1px solid $border-color-02;
116 margin-top: 0.5em;
117 text-align: center;
121 .accord-trigger {
127 .event-log__events {
131 .header__actions-bar {
132 .event-log__col-check {
133 text-align: left;
134 max-width: 30px;
135 .control-check {
136 margin-left: -6px;
140 color: $primary-light;
142 fill: $primary-light;
148 margin-left: 0;
149 left: 0;
152 .inline__confirm-message {
153 margin-top: 5px;
154 margin-bottom: -10px;
156 .inline__confirm-buttons .btn-primary {
158 min-height: 25px;
159 margin-top: 0.5em;
161 margin-top: 0;
164 .event-log__col-check {
165 max-width: 60px;
166 text-align: center;
168 .col-logged-events {
170 display: inline-block;
171 font-weight: 700;
172 margin-right: 0.3em;
177 .event-log__single-event {
178 border: 1px solid $border-color-01;
180 margin: 0.5em 0 0.5em 0;
183 @include fastTransition-all;
185 background-color: $background-02;
186 @include slowTransition-all;
189 .event-log__event-info {
197 color: $primary-light;
198 font-size: 0.8em;
199 text-transform: uppercase;
201 font-weight: 700;
202 line-height: inherit;
203 min-width: 103px;
204 text-align: center;
205 &.high-priority {
206 background: $priority-high--light;
207 border: 2px solid $priority-high;
208 color: $priority-high;
210 &.medium-priority {
211 background: $priority-medium--light;
212 border: 2px solid $priority-medium;
213 color: $priority-medium;
215 &.low-priority {
216 background: $priority-low--light;
217 border: 2px solid $priority-low;
218 color: $priority-low;
220 &.event-resolved {
221 background: $priority-low--light;
222 border: 2px solid $priority-low;
223 color: $priority-low;
229 font-size: 0.7em;
230 text-transform: uppercase;
231 font-weight: 700;
232 min-width: 103px;
233 &.high-priority {
234 color: $priority-high;
236 &.medium-priority {
237 color: $priority-medium;
239 &.low-priority {
240 color: $priority-low;
242 &.event-resolved {
243 color: $priority-low;
250 font-size: 0.9em;
251 color: $text-02;
252 margin-right: 1em;
256 text-align: left;
258 font-size: 0.9em;
259 color: $text-02;
260 max-width: 18em;
267 .event__metadata-row {
268 max-height: 0;
270 transition: 0.5s linear max-height;
272 max-height: 1000px;
274 max-height: 1000px;
277 max-height: 1000px;
285 overflow-y: scroll;
286 border: 1px solid $border-color-01;
287 padding: 0.5em 0.5em 0;
288 background: $primary-light;
290 margin-bottom: 1.5em;
291 &::-webkit-scrollbar {
292 -webkit-appearance: none;
295 &::-webkit-scrollbar-thumb {
296 border-radius: 4px;
297 background-color: rgba(0, 0, 0, 0.5);
305 .event__related-label {
306 font-weight: 700;
307 margin-right: 1.2em;
308 padding-top: 0.3em;
311 .event__related-item {
312 margin-right: 1em;
313 padding-top: 0.3em;
314 display: inline-block;
319 margin-left: -1em;
320 margin-top: 0.5em;
323 margin-top: -5px;
328 color: $primary-dark;
330 fill: $primary-dark;
336 margin-bottom: 0;
337 line-height: 1.7;
338 font-weight: 400;
339 word-break: break-word;
342 .remote-logging-server {
345 padding: 0;
347 margin: 0;
352 .remote-logging-server__details {
353 margin-right: 0.4em;
356 .remote-logging-server__modal {
358 margin-bottom: 30px;
359 max-width: 70%;
360 + .form__validation-message {
362 margin-top: -30px;
365 .btn--close {
366 padding: 0;
371 .modal-header {
375 //end event-log__events