ethosstyles 0.1.9 → 0.1.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (39) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/compiled/lib/fontawesome/scss/fa-brands.css +14 -0
  3. data/app/assets/compiled/lib/fontawesome/scss/fa-brands.css.map +7 -0
  4. data/app/assets/compiled/lib/fontawesome/scss/fa-regular.css +15 -0
  5. data/app/assets/compiled/lib/fontawesome/scss/fa-regular.css.map +7 -0
  6. data/app/assets/compiled/lib/fontawesome/scss/fa-solid.css +16 -0
  7. data/app/assets/compiled/lib/fontawesome/scss/fa-solid.css.map +7 -0
  8. data/app/assets/compiled/lib/webfonts/fa-brands-400.eot +0 -0
  9. data/app/assets/compiled/lib/webfonts/fa-brands-400.svg +1017 -0
  10. data/app/assets/compiled/lib/webfonts/fa-brands-400.ttf +0 -0
  11. data/app/assets/compiled/lib/webfonts/fa-brands-400.woff +0 -0
  12. data/app/assets/compiled/lib/webfonts/fa-brands-400.woff2 +0 -0
  13. data/app/assets/compiled/lib/webfonts/fa-regular-400.eot +0 -0
  14. data/app/assets/compiled/lib/webfonts/fa-regular-400.svg +366 -0
  15. data/app/assets/compiled/lib/webfonts/fa-regular-400.ttf +0 -0
  16. data/app/assets/compiled/lib/webfonts/fa-regular-400.woff +0 -0
  17. data/app/assets/compiled/lib/webfonts/fa-regular-400.woff2 +0 -0
  18. data/app/assets/compiled/lib/webfonts/fa-solid-900.eot +0 -0
  19. data/app/assets/compiled/lib/webfonts/fa-solid-900.svg +1644 -0
  20. data/app/assets/compiled/lib/webfonts/fa-solid-900.ttf +0 -0
  21. data/app/assets/compiled/lib/webfonts/fa-solid-900.woff +0 -0
  22. data/app/assets/compiled/lib/webfonts/fa-solid-900.woff2 +0 -0
  23. data/app/assets/compiled/main.css +1562 -0
  24. data/app/assets/compiled/main.css.map +7 -0
  25. data/app/assets/loader.svg +12 -0
  26. data/app/assets/stylesheets/_ethosstyles.scss +0 -2
  27. data/app/assets/stylesheets/components/_icons.scss +2 -2
  28. data/lib/ethosstyles/engine.rb +7 -1
  29. data/lib/ethosstyles/version.rb +1 -1
  30. data/lib/ethosstyles.rb +2 -23
  31. metadata +32 -44
  32. data/.gitignore +0 -9
  33. data/Dockerfile +0 -7
  34. data/Gemfile +0 -4
  35. data/Makefile +0 -15
  36. data/README.md +0 -32
  37. data/Rakefile +0 -9
  38. data/ethosstyles.gemspec +0 -28
  39. data/lib/ethosstyles/generator.rb +0 -80
@@ -0,0 +1,1562 @@
1
+ @charset "UTF-8";
2
+ /*!
3
+ * Font Awesome Free 5.0.10 by @fontawesome - https://fontawesome.com
4
+ * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
5
+ */
6
+ @font-face {
7
+ font-family: 'Font Awesome 5 Free Regular';
8
+ font-style: normal;
9
+ font-weight: 400;
10
+ src: url("lib/webfonts/fa-regular-400.eot");
11
+ src: url("lib/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("lib/webfonts/fa-regular-400.woff2") format("woff2"), url("lib/webfonts/fa-regular-400.woff") format("woff"), url("lib/webfonts/fa-regular-400.ttf") format("truetype"), url("lib/webfonts/fa-regular-400.svg#fontawesome") format("svg"); }
12
+ .far {
13
+ font-family: 'Font Awesome 5 Free Regular';
14
+ font-weight: 400; }
15
+
16
+ /*!
17
+ * Font Awesome Free 5.0.10 by @fontawesome - https://fontawesome.com
18
+ * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
19
+ */
20
+ @font-face {
21
+ font-family: 'Font Awesome 5 Free';
22
+ font-style: normal;
23
+ font-weight: 900;
24
+ src: url("lib/webfonts/fa-solid-900.eot");
25
+ src: url("lib/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("lib/webfonts/fa-solid-900.woff2") format("woff2"), url("lib/webfonts/fa-solid-900.woff") format("woff"), url("lib/webfonts/fa-solid-900.ttf") format("truetype"), url("lib/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }
26
+ .fa,
27
+ .fas {
28
+ font-family: 'Font Awesome 5 Free';
29
+ font-weight: 900; }
30
+
31
+ /*!
32
+ * Font Awesome Free 5.0.10 by @fontawesome - https://fontawesome.com
33
+ * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
34
+ */
35
+ @font-face {
36
+ font-family: 'Font Awesome 5 Brands';
37
+ font-style: normal;
38
+ font-weight: normal;
39
+ src: url("lib/webfonts/fa-brands-400.eot");
40
+ src: url("lib/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("lib/webfonts/fa-brands-400.woff2") format("woff2"), url("lib/webfonts/fa-brands-400.woff") format("woff"), url("lib/webfonts/fa-brands-400.ttf") format("truetype"), url("lib/webfonts/fa-brands-400.svg#fontawesome") format("svg"); }
41
+ .fab {
42
+ font-family: 'Font Awesome 5 Brands'; }
43
+
44
+ @keyframes spin {
45
+ 0% {
46
+ transform: rotate(0deg); }
47
+ 100% {
48
+ transform: rotate(360deg); } }
49
+ .rf-u-textleft {
50
+ text-align: left; }
51
+
52
+ .rf-u-textright {
53
+ text-align: right; }
54
+
55
+ .rf-u-textcenter {
56
+ text-align: center !important; }
57
+
58
+ .rf-u-unbold {
59
+ font-weight: normal !important; }
60
+
61
+ .rf-u-caps {
62
+ text-transform: uppercase; }
63
+
64
+ .rf-u-truncate {
65
+ max-width: 100%;
66
+ white-space: nowrap;
67
+ overflow: hidden;
68
+ text-overflow: ellipsis; }
69
+
70
+ .rf-u-text-minor {
71
+ color: #c0c0c0;
72
+ font-size: inherit;
73
+ font-style: italic;
74
+ font-weight: normal; }
75
+
76
+ .rf-u-pullleft {
77
+ float: left; }
78
+
79
+ .rf-u-pullright {
80
+ float: right; }
81
+
82
+ .rf-u-block {
83
+ display: block !important; }
84
+
85
+ .rf-u-inline {
86
+ display: inline-block !important; }
87
+
88
+ .rf-u-clearfix:before, .rf-u-clearfix:after {
89
+ content: " ";
90
+ display: table; }
91
+ .rf-u-clearfix:after {
92
+ clear: both; }
93
+
94
+ .rf-u-color--slate {
95
+ color: #777777 !important; }
96
+
97
+ .rf-u-success {
98
+ color: #04ac00 !important; }
99
+
100
+ .rf-u-fail {
101
+ color: #d9534f !important; }
102
+
103
+ .rf-hide {
104
+ display: none !important; }
105
+
106
+ .rf-show {
107
+ display: block !important; }
108
+
109
+ .rf-u-p-0,
110
+ .rf-u-p0 {
111
+ padding: 0; }
112
+
113
+ .rf-u-p {
114
+ padding: 10px; }
115
+
116
+ .rf-u-p-l,
117
+ .rf-u-pl {
118
+ padding-left: 10px; }
119
+
120
+ .rf-u-p-r,
121
+ .rf-u-pr {
122
+ padding-right: 10px; }
123
+
124
+ .rf-u-pb {
125
+ padding-bottom: 10px; }
126
+
127
+ .rf-u-p-y,
128
+ .rf-u-py {
129
+ padding-top: 10px;
130
+ padding-bottom: 10px; }
131
+
132
+ .rf-u-p-x,
133
+ .rf-u-px {
134
+ padding-left: 10px;
135
+ padding-right: 10px; }
136
+
137
+ .rf-u-m {
138
+ margin: 10px; }
139
+
140
+ .rf-u-m-b,
141
+ .rf-u-mb {
142
+ margin-bottom: 10px; }
143
+
144
+ .rf-u-m-y,
145
+ .rf-u-my {
146
+ margin-bottom: 10px;
147
+ margin-top: 10px; }
148
+
149
+ .rf-u-m-t,
150
+ .rf-u-mt {
151
+ margin-top: 10px; }
152
+
153
+ .rf-u-mb0 {
154
+ margin-bottom: 0; }
155
+
156
+ .rf-pre {
157
+ margin-bottom: 0; }
158
+
159
+ .rf-form-control {
160
+ padding-top: 7px; }
161
+
162
+ body {
163
+ color: #191919;
164
+ font-family: acumin-pro, sans-serif;
165
+ font-size: 14px;
166
+ line-height: 18px; }
167
+
168
+ h1 {
169
+ color: #191919;
170
+ font-size: 30px;
171
+ font-weight: 500;
172
+ line-height: 36px;
173
+ padding-bottom: 15px;
174
+ margin-top: 20px; }
175
+
176
+ h2 {
177
+ margin: 0;
178
+ padding: 0;
179
+ color: #191919;
180
+ font-size: 18px;
181
+ font-weight: 700;
182
+ line-height: 22px;
183
+ padding-bottom: 6px; }
184
+
185
+ h3,
186
+ .rf-list-group__title {
187
+ margin: 0;
188
+ padding: 0;
189
+ color: #191919;
190
+ font-size: 14px;
191
+ font-weight: bold;
192
+ line-height: 18px;
193
+ padding-bottom: 6px; }
194
+
195
+ h4 {
196
+ margin: 0;
197
+ padding: 0;
198
+ color: #191919;
199
+ font-size: 16px;
200
+ font-weight: normal;
201
+ line-height: 18px;
202
+ padding-bottom: 8px; }
203
+
204
+ h5,
205
+ .rf-table__th,
206
+ .rf-list-group--table .rf-list-item__th {
207
+ margin: 0;
208
+ padding: 0;
209
+ color: #777777;
210
+ font-size: 9px;
211
+ font-weight: semibold;
212
+ letter-spacing: 0.78px;
213
+ line-height: 12px;
214
+ padding-bottom: 6px;
215
+ text-align: left;
216
+ text-transform: uppercase; }
217
+
218
+ a {
219
+ color: #0057ff; }
220
+
221
+ a:hover {
222
+ color: #0057ff; }
223
+
224
+ p, .rf-list-item__info,
225
+ .rf-blurb {
226
+ color: #777777;
227
+ font-size: 14px;
228
+ line-height: 18px; }
229
+
230
+ .rf-p--lead,
231
+ .rf-ul--lead {
232
+ font-size: 16px;
233
+ line-height: 22px; }
234
+
235
+ .rf-p--light {
236
+ color: #ffffff; }
237
+ .rf-p--light a {
238
+ color: #ffffff; }
239
+ .rf-p--light a:hover, .rf-p--light a:focus, .rf-p--light a:active {
240
+ color: #ffffff; }
241
+
242
+ small,
243
+ .rf-small {
244
+ font-size: 11px; }
245
+
246
+ .rf-ul--plain {
247
+ list-style-type: none;
248
+ padding-left: 6px;
249
+ text-indent: -6px; }
250
+
251
+ .rf-ul--plain li {
252
+ margin-left: 6px;
253
+ position: relative; }
254
+
255
+ .rf-ul--plain li:before {
256
+ color: #777777;
257
+ content: '•';
258
+ display: inline-block;
259
+ width: 6px; }
260
+
261
+ .rf-container {
262
+ margin: auto;
263
+ max-width: 1100px;
264
+ padding: 40px;
265
+ width: 100%; }
266
+
267
+ .rf-blurb {
268
+ background-color: #f3f3f3;
269
+ border-radius: 3px;
270
+ padding: 14px;
271
+ position: relative;
272
+ width: 100%; }
273
+ .rf-blurb:before {
274
+ background-color: #ffffff;
275
+ border-radius: 10px;
276
+ content: '';
277
+ display: block;
278
+ font-family: 'Glyphicons Halflings';
279
+ font-size: 18px;
280
+ height: 18px;
281
+ left: -11px;
282
+ position: absolute;
283
+ top: 16px;
284
+ width: 18px; }
285
+
286
+ .rf-blurb--error {
287
+ border-left: 4px solid #d9534f; }
288
+ .rf-blurb--error:before {
289
+ color: #d9534f;
290
+ content: "\e101"; }
291
+
292
+ .rf-btn,
293
+ .rf-btn[type="button"] {
294
+ -webkit-appearance: initial;
295
+ border: 1px solid transparent;
296
+ border-radius: 3px;
297
+ cursor: pointer;
298
+ display: inline-block;
299
+ font-weight: bold;
300
+ height: auto;
301
+ line-height: 1.1em;
302
+ padding: 8px 14.4px;
303
+ position: relative;
304
+ text-align: center;
305
+ text-decoration: none !important;
306
+ touch-action: manipulation;
307
+ vertical-align: middle;
308
+ white-space: nowrap;
309
+ user-select: none; }
310
+ .rf-btn:hover, .rf-btn:focus, .rf-btn:active,
311
+ .rf-btn[type="button"]:hover,
312
+ .rf-btn[type="button"]:focus,
313
+ .rf-btn[type="button"]:active {
314
+ outline: none;
315
+ text-decoration: none !important; }
316
+
317
+ .rf-btn + .rf-btn {
318
+ margin-left: 8px; }
319
+
320
+ .rf-btn--primary {
321
+ background-color: #0057ff;
322
+ border-color: #0057ff;
323
+ color: #ffffff; }
324
+ .rf-btn--primary:hover, .rf-btn--primary:focus, .rf-btn--primary:active {
325
+ background-color: #002c82;
326
+ border-color: #002c82;
327
+ color: #ffffff; }
328
+
329
+ .rf-btn--secondary,
330
+ .rf-btn--dropdown {
331
+ background-color: #ffffff;
332
+ border-color: #dadada;
333
+ color: #191919; }
334
+ .rf-btn--secondary:hover, .rf-btn--secondary:focus, .rf-btn--secondary:active,
335
+ .rf-btn--dropdown:hover,
336
+ .rf-btn--dropdown:focus,
337
+ .rf-btn--dropdown:active {
338
+ background-color: #ffffff;
339
+ border-color: #777777;
340
+ color: #191919; }
341
+
342
+ .rf-btn--link {
343
+ background-color: transparent;
344
+ border: 1px solid transparent;
345
+ color: #0057ff; }
346
+ .rf-btn--link:hover, .rf-btn--link:focus, .rf-btn--link:active {
347
+ background-color: transparent;
348
+ border: 1px solid transparent;
349
+ color: #002c82; }
350
+
351
+ .rf-btn--dropdown {
352
+ font-weight: 400; }
353
+ .rf-btn--dropdown:after {
354
+ content: "\f0d7";
355
+ display: inline-block;
356
+ font-family: "FontAwesome";
357
+ font-size: .8em;
358
+ line-height: 1em;
359
+ margin-left: 7px; }
360
+
361
+ .rf-btn--warning {
362
+ background-color: #ebc30a;
363
+ border-color: #ebc30a;
364
+ color: #ffffff; }
365
+ .rf-btn--warning:hover, .rf-btn--warning:focus, .rf-btn--warning:active {
366
+ background-color: #e7b707;
367
+ border-color: #e7b707;
368
+ color: #ffffff; }
369
+ .rf-btn--warning:before {
370
+ color: #ffffff;
371
+ content: "\f071";
372
+ display: inline-block;
373
+ font-family: "FontAwesome";
374
+ font-size: 1em;
375
+ line-height: .6em;
376
+ margin-right: 4px; }
377
+
378
+ .rf-btn--error {
379
+ background-color: #d9534f;
380
+ border: 1px solid #d9534f;
381
+ color: #ffffff; }
382
+ .rf-btn--error:hover, .rf-btn--error:focus, .rf-btn--error:active {
383
+ background-color: #CC3030;
384
+ border-color: #CC3030;
385
+ color: #ffffff; }
386
+
387
+ .rf-btn--large {
388
+ font-size: 18px;
389
+ height: 50px;
390
+ min-width: 90px;
391
+ padding: 13.6px 24.48px; }
392
+
393
+ .rf-btn--small {
394
+ font-size: 11px;
395
+ min-width: 50px;
396
+ padding: 4px 7.2px; }
397
+
398
+ .rf-btn--disabled,
399
+ .rf-btn[disabled] {
400
+ cursor: not-allowed;
401
+ opacity: .2;
402
+ pointer-events: none; }
403
+
404
+ .rf-btn--tohide[aria-expanded='true'] {
405
+ display: none; }
406
+
407
+ .rf-btn--multiline {
408
+ padding: 6.4px 14.4px; }
409
+ .rf-btn--multiline.rf-btn--small {
410
+ padding: 2.4px 7.2px; }
411
+ .rf-btn--multiline.rf-btn--large {
412
+ padding: 6.4px 20.16px; }
413
+ .rf-btn--multiline.rf-btn--large .rf-btn__text {
414
+ font-size: 13px;
415
+ line-height: 1.2em; }
416
+ .rf-btn--multiline .rf-btn__text {
417
+ display: block;
418
+ font-weight: 400;
419
+ margin: auto; }
420
+
421
+ .rf-btn--errorhover:hover, .rf-btn--errorhover:focus, .rf-btn--errorhover:active {
422
+ background-color: #d9534f;
423
+ border: 1px solid #d9534f;
424
+ color: #ffffff; }
425
+
426
+ .rf-btn--light {
427
+ background-color: rgba(255, 255, 255, 0.3);
428
+ border: 1px solid #ffffff;
429
+ color: #ffffff; }
430
+ .rf-btn--light:hover, .rf-btn--light:focus, .rf-btn--light:active {
431
+ background-color: transparent;
432
+ border-color: #ffffff;
433
+ color: #ffffff; }
434
+
435
+ .rf-btn__helpertext {
436
+ font-size: 12px;
437
+ height: 20px;
438
+ margin-bottom: 0;
439
+ width: 100%; }
440
+
441
+ .rf-btn__wrapper {
442
+ display: block; }
443
+
444
+ .rf-btn__wrapper + .rf-btn__wrapper {
445
+ margin-left: 8px; }
446
+
447
+ .rf-btn-group > .rf-btn {
448
+ border-radius: 0;
449
+ display: block;
450
+ float: left;
451
+ margin-left: -2px;
452
+ width: auto; }
453
+ .rf-btn-group > .rf-btn:first-of-type {
454
+ border-radius: 3px 0 0 3px; }
455
+ .rf-btn-group > .rf-btn:last-of-type {
456
+ border-radius: 0 3px 3px 0; }
457
+ .rf-btn-group .rf-btn--secondary:hover, .rf-btn-group .rf-btn--secondary:focus, .rf-btn-group .rf-btn--secondary:active {
458
+ background-color: #f3f3f3;
459
+ border-color: #dadada; }
460
+
461
+ .rf-btn-set {
462
+ display: flex;
463
+ width: 100%; }
464
+ .rf-btn-set .rf-btn {
465
+ flex-grow: 1;
466
+ padding-left: 4px;
467
+ padding-right: 4px; }
468
+
469
+ .rf-check {
470
+ clear: both;
471
+ display: inline-block;
472
+ font-size: 14px;
473
+ line-height: 14px;
474
+ margin-bottom: 0;
475
+ min-height: auto;
476
+ padding-top: 0;
477
+ vertical-align: middle; }
478
+
479
+ .rf-check__container {
480
+ cursor: pointer;
481
+ margin-bottom: 0;
482
+ margin-left: 22px;
483
+ padding-left: 0;
484
+ position: relative; }
485
+
486
+ .rf-check__input {
487
+ display: none; }
488
+
489
+ .rf-check__label {
490
+ display: inline-block;
491
+ font-size: 14px;
492
+ line-height: 14px;
493
+ text-indent: -22px; }
494
+
495
+ .rf-check__label:before {
496
+ border: 1px solid #c0c0c0;
497
+ border-radius: 3px;
498
+ color: #0057ff;
499
+ display: inline-block;
500
+ font-family: FontAwesome;
501
+ font-size: 9px;
502
+ height: 14px;
503
+ line-height: 1.4em;
504
+ margin-right: 8px;
505
+ margin-top: -2px;
506
+ text-align: center;
507
+ text-indent: 0;
508
+ width: 14px;
509
+ vertical-align: middle; }
510
+
511
+ .rf-check__input + .rf-check__label:before {
512
+ content: " "; }
513
+
514
+ .rf-check__input:checked + .rf-check__label:before {
515
+ content: "\f00c"; }
516
+
517
+ .rf-check--disabled {
518
+ cursor: default;
519
+ opacity: .4; }
520
+
521
+ .rf-check--nolabel {
522
+ width: 14px; }
523
+
524
+ .rf-preview, .rf-form-control {
525
+ background-color: #ffffff;
526
+ border: solid 1px #c0c0c0;
527
+ border-radius: 3px;
528
+ cursor: pointer;
529
+ display: block;
530
+ font-size: 13px;
531
+ line-height: 16px;
532
+ outline: 0;
533
+ width: 100%; }
534
+ .rf-preview:hover, .rf-form-control:hover, .rf-preview:focus, .rf-form-control:focus, .rf-preview:active, .rf-form-control:active {
535
+ box-shadow: none;
536
+ outline: 0; }
537
+
538
+ .rf-textarea {
539
+ min-height: 50px; }
540
+
541
+ .rf-preview {
542
+ border-color: transparent;
543
+ height: auto;
544
+ padding-top: 8px;
545
+ padding-bottom: 8px; }
546
+
547
+ .rf-form-control {
548
+ color: #191919;
549
+ height: 34px;
550
+ padding: 8px 12px;
551
+ transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
552
+ .rf-form-control:hover, .rf-form-control:focus, .rf-form-control:active {
553
+ border-color: #0057ff; }
554
+
555
+ .rf-form-group {
556
+ display: block;
557
+ margin-bottom: 6px; }
558
+
559
+ .rf-form-group:last-child {
560
+ margin-bottom: 0; }
561
+
562
+ .rf-form-group--inline {
563
+ align-items: center;
564
+ display: flex;
565
+ justify-content: space-between; }
566
+ .rf-form-group--inline .rf-label {
567
+ margin-bottom: 0;
568
+ margin-left: 10px;
569
+ margin-right: 4px; }
570
+
571
+ .rf-label--inline {
572
+ margin-bottom: 0; }
573
+
574
+ .rf-editable-text {
575
+ width: 100%; }
576
+
577
+ .rf-row {
578
+ align-items: center;
579
+ display: flex; }
580
+
581
+ .rf-row--space-between {
582
+ justify-content: space-between; }
583
+
584
+ .rf-col {
585
+ float: left; }
586
+
587
+ .rf-col--grid {
588
+ padding: 20px; }
589
+
590
+ .rf-col--1 {
591
+ width: 8.333333%; }
592
+
593
+ .rf-col--2 {
594
+ width: 16.666667%; }
595
+
596
+ .rf-col--3 {
597
+ width: 25%; }
598
+
599
+ .rf-col--4 {
600
+ width: 33.333333%; }
601
+
602
+ .rf-col--5 {
603
+ width: 41.666667%; }
604
+
605
+ .rf-col--6 {
606
+ width: 50%; }
607
+
608
+ .rf-col--7 {
609
+ width: 58.333333%; }
610
+
611
+ .rf-col--8 {
612
+ width: 66.666667%; }
613
+
614
+ .rf-col--9 {
615
+ width: 75%; }
616
+
617
+ .rf-col--10 {
618
+ width: 83.333333%; }
619
+
620
+ .rf-col--11 {
621
+ width: 91.666667%; }
622
+
623
+ .rf-col--12 {
624
+ width: 100%; }
625
+
626
+ .rf-col--actions {
627
+ align-items: center;
628
+ display: flex;
629
+ justify-content: flex-end; }
630
+ .rf-col--actions .rf-btn {
631
+ float: left;
632
+ min-width: 50px;
633
+ padding-left: 0;
634
+ padding-right: 0;
635
+ width: 48%; }
636
+ .rf-col--actions .rf-btn:first-child {
637
+ margin-right: 4%; }
638
+
639
+ .rf-col--action .rf-btn {
640
+ padding-left: 0;
641
+ padding-right: 0;
642
+ width: 100%; }
643
+
644
+ body {
645
+ background-color: #d9d9d9; }
646
+
647
+ .rf-icon {
648
+ position: relative;
649
+ top: 1px;
650
+ display: inline-block;
651
+ font-family: "Font Awesome 5 Free";
652
+ font-size: 1em;
653
+ font-style: normal;
654
+ font-weight: 900;
655
+ line-height: 1em;
656
+ -webkit-font-smoothing: antialiased;
657
+ -moz-osx-font-smoothing: grayscale; }
658
+
659
+ .rf-icon--no:after {
660
+ color: #d9534f;
661
+ content: "\f00d";
662
+ font-family: "Font Awesome 5 Free"; }
663
+
664
+ .rf-icon--ok:after {
665
+ content: "\f00c";
666
+ color: #04ac00;
667
+ font-family: "Font Awesome 5 Free"; }
668
+
669
+ .rf-icon--grip:after {
670
+ color: #c0c0c0;
671
+ content: "\f142 \202F \f142";
672
+ cursor: -webkit-grab;
673
+ font-family: "Font Awesome 5 Free"; }
674
+ .rf-icon--grip:after:active {
675
+ cursor: -webkit-grabbing; }
676
+
677
+ .rf-icon--refresh:after {
678
+ content: "\f021";
679
+ font-family: "Font Awesome 5 Free"; }
680
+
681
+ .rf-icon--rollback {
682
+ transform: scale(-1, 1); }
683
+ .rf-icon--rollback:after {
684
+ color: #d9534f;
685
+ content: "\f01e";
686
+ font-family: "Font Awesome 5 Free"; }
687
+
688
+ .rf-icon--pencil:after {
689
+ content: "\270f";
690
+ font-family: "Glyphicons Halflings"; }
691
+
692
+ .rf-icon--eye-open:after {
693
+ content: "\f06e";
694
+ font-family: "Font Awesome 5 Free"; }
695
+
696
+ .rf-icon--eye-closed:after {
697
+ content: "\f070";
698
+ font-family: "Font Awesome 5 Free"; }
699
+
700
+ .rf-icon--download:after {
701
+ content: "\f019";
702
+ font-family: "Font Awesome 5 Free"; }
703
+
704
+ .rf-icon--upload:after {
705
+ content: "\f093";
706
+ font-family: "Font Awesome 5 Free"; }
707
+
708
+ .rf-icon--trash:after {
709
+ content: "\f2ed";
710
+ font-family: "Font Awesome 5 Free"; }
711
+
712
+ .rf-icon--dashboard:after {
713
+ content: "\f3fd";
714
+ font-family: "Font Awesome 5 Free"; }
715
+
716
+ .rf-icon--repeat:after {
717
+ content: "\f2f9";
718
+ font-family: "Font Awesome 5 Free"; }
719
+
720
+ .rf-icon--question:after {
721
+ color: #0057ff;
722
+ content: "\f059";
723
+ font-family: "Font Awesome 5 Free"; }
724
+
725
+ .rf-icon--github:after {
726
+ font-weight: 900;
727
+ content: "\f09b";
728
+ font-family: "Font Awesome 5 Brands"; }
729
+
730
+ .rf-icon--caret--right:after {
731
+ content: "\f0da";
732
+ font-family: "Font Awesome 5 Free"; }
733
+
734
+ .rf-icon--caret--left:after {
735
+ content: "\f0d9";
736
+ font-family: "Font Awesome 5 Free"; }
737
+
738
+ .rf-icon--caret--up:after {
739
+ content: "\f0d8";
740
+ font-family: "Font Awesome 5 Free"; }
741
+
742
+ .rf-icon--caret--down:after {
743
+ content: "\f0d7";
744
+ font-family: "Font Awesome 5 Free"; }
745
+
746
+ .rf-icon--external:after {
747
+ content: "\f360";
748
+ font-family: "Font Awesome 5 Free"; }
749
+
750
+ .rf-icon--minus:after {
751
+ content: "\f068";
752
+ font-family: "Font Awesome 5 Free"; }
753
+
754
+ .rf-icon--plus:after {
755
+ content: "\f067";
756
+ font-family: "Font Awesome 5 Free"; }
757
+
758
+ .rf-icon--info:after,
759
+ .rf-modal--info .rf-modal__header .rf-icon:after {
760
+ color: #0057ff;
761
+ content: "\f05a";
762
+ font-family: "Font Awesome 5 Free"; }
763
+
764
+ .rf-icon--warning:after,
765
+ .rf-modal--warning .rf-modal__header .rf-icon:after {
766
+ color: #ebc30a;
767
+ content: "\f071";
768
+ font-family: "Font Awesome 5 Free"; }
769
+
770
+ .rf-icon--error:after,
771
+ .rf-modal--error .rf-modal__header .rf-icon:after {
772
+ color: #d9534f;
773
+ content: "\f06a";
774
+ font-family: "Font Awesome 5 Free"; }
775
+
776
+ .rf-icon--failure:after {
777
+ color: #d9534f;
778
+ content: "\f057";
779
+ font-family: "Font Awesome 5 Free"; }
780
+
781
+ .rf-icon--success:after {
782
+ color: #04ac00;
783
+ content: "\f058";
784
+ font-family: "Font Awesome 5 Free"; }
785
+
786
+ .rf-icon--pending:after {
787
+ color: #c0c0c0;
788
+ content: "\f057";
789
+ font-family: "Font Awesome 5 Free"; }
790
+
791
+ .rf-icon--ongoing:after {
792
+ color: #0057ff;
793
+ content: "\f111";
794
+ font-family: "Font Awesome 5 Free Regular"; }
795
+
796
+ .rf-icon--irrelevant:after {
797
+ color: #c0c0c0;
798
+ content: "\f068";
799
+ font-family: "Font Awesome 5 Free"; }
800
+
801
+ .rf-icon--loading {
802
+ background-image: url("/assets/loader.svg");
803
+ background-size: 100% 100%;
804
+ height: 30px;
805
+ width: 30px; }
806
+ .rf-icon--loading.rf-icon--xlarge {
807
+ height: 50px;
808
+ width: 50px; }
809
+ .rf-icon--loading.rf-icon--large {
810
+ height: 38px;
811
+ width: 38px; }
812
+ .rf-icon--loading.rf-icon--small {
813
+ height: 20px;
814
+ width: 20px; }
815
+ .rf-icon--loading.rf-icon--xsmall {
816
+ height: 14px;
817
+ width: 14px; }
818
+
819
+ .rf-icon--onleft {
820
+ margin-right: 6px; }
821
+
822
+ .rf-icon--onright {
823
+ margin-left: 6px; }
824
+
825
+ .rf-icon--xlarge {
826
+ font-size: 3.8em; }
827
+
828
+ .rf-icon--large {
829
+ font-size: 2em; }
830
+
831
+ .rf-icon--small {
832
+ font-size: .8em; }
833
+
834
+ .rf-icon--xsmall {
835
+ font-size: .6em; }
836
+
837
+ .rf-infolink {
838
+ color: #777777;
839
+ cursor: pointer;
840
+ font-size: 12px;
841
+ text-decoration: underline; }
842
+ .rf-infolink:after {
843
+ display: inline-block;
844
+ font-family: 'Glyphicons Halflings';
845
+ font-size: 9px;
846
+ margin-left: 4px; }
847
+ .rf-infolink:hover {
848
+ color: #191919; }
849
+
850
+ .rf-infolink + .rf-infolink {
851
+ margin-left: 14px; }
852
+
853
+ .rf-infolink--external:after {
854
+ content: '\e164'; }
855
+
856
+ .rf-infolink--external:before {
857
+ content: 'Open '; }
858
+
859
+ .rf-infolink--trigger[aria-expanded='false']:before {
860
+ content: 'Expand'; }
861
+
862
+ .rf-infolink--trigger[aria-expanded='true']:before {
863
+ content: 'Hide'; }
864
+
865
+ .rf-infolink--trigger[aria-expanded='false']:after {
866
+ content: '\002b'; }
867
+
868
+ .rf-infolink--trigger[aria-expanded='true']:after {
869
+ content: '\2212'; }
870
+
871
+ .rf-list-group {
872
+ clear: both;
873
+ list-style-type: none;
874
+ margin: 0;
875
+ padding: 0; }
876
+
877
+ .rf-list-group__item {
878
+ border: solid 1px #e8e8e8;
879
+ padding: 14px;
880
+ margin-top: -1px; }
881
+
882
+ .rf-list-group__item:first-child {
883
+ border-top-left-radius: 3px;
884
+ border-top-right-radius: 3px; }
885
+
886
+ .rf-list-group__item:last-child {
887
+ border-bottom-right-radius: 3px;
888
+ border-bottom-left-radius: 3px; }
889
+
890
+ .rf-list-group__title {
891
+ max-width: 100%;
892
+ white-space: nowrap;
893
+ overflow: hidden;
894
+ text-overflow: ellipsis;
895
+ color: #191919;
896
+ font-size: 14px;
897
+ line-height: 18px;
898
+ position: relative; }
899
+
900
+ .rf-list-group__title--wrap {
901
+ max-width: 100%;
902
+ white-space: normal;
903
+ overflow: hidden; }
904
+
905
+ .rf-list-group__title--notbold {
906
+ font-weight: normal; }
907
+
908
+ .rf-list-group__titlelink {
909
+ color: #191919; }
910
+ .rf-list-group__titlelink:hover, .rf-list-group__titlelink:focus, .rf-list-group__titlelink:active {
911
+ color: #000000;
912
+ text-decoration: none; }
913
+
914
+ .rf-list-group__info {
915
+ color: #777777;
916
+ display: flex;
917
+ font-size: 13px;
918
+ overflow: hidden; }
919
+
920
+ .rf-list-group__info--full {
921
+ width: 100%; }
922
+
923
+ .rf-list-group__item--danger,
924
+ .rf-list-group__item--failure,
925
+ .rf-list-group__item--aborted {
926
+ border-left: 6px solid #d9534f; }
927
+
928
+ .rf-list-group__item--pending {
929
+ border-left: 6px solid #ffea00; }
930
+
931
+ .rf-list-group__item--started,
932
+ .rf-list-group__item--ongoing {
933
+ border-left: 6px solid #0057ff; }
934
+
935
+ .rf-list-group__item--success {
936
+ border-left: 6px solid #04ac00; }
937
+
938
+ .rf-list-group__item--irrelevant {
939
+ border-left: 6px solid #c0c0c0;
940
+ opacity: 0.3; }
941
+
942
+ .rf-list-group--lines .rf-list-group__item {
943
+ border-color: #f3f3f3;
944
+ border-left-width: 0;
945
+ border-radius: 0;
946
+ border-right-width: 0; }
947
+ .rf-list-group--lines .rf-list-group__item:first-child {
948
+ border-top-width: 0; }
949
+ .rf-list-group--lines .rf-list-group__item:last-child {
950
+ border-bottom-width: 0; }
951
+
952
+ .rf-list-group__item--condensed {
953
+ padding: 7px; }
954
+ .rf-list-group__item--condensed .rf-list-group__item__trigger {
955
+ padding: 7px; }
956
+
957
+ .rf-list-group__item--hastrigger {
958
+ padding: 0; }
959
+
960
+ .rf-list-group__item__trigger {
961
+ color: #191919;
962
+ display: block;
963
+ padding: 14px;
964
+ position: relative;
965
+ width: 100%; }
966
+ .rf-list-group__item__trigger[aria-expanded='false']:after, .rf-list-group__item__trigger[aria-expanded='true']:after {
967
+ color: inherit;
968
+ font-family: 'octicons';
969
+ font-size: 14px;
970
+ vertical-align: middle;
971
+ display: block;
972
+ position: absolute;
973
+ right: 7px;
974
+ top: 7px; }
975
+ .rf-list-group__item__trigger[aria-expanded='false']:after:hover, .rf-list-group__item__trigger[aria-expanded='false']:after:focus, .rf-list-group__item__trigger[aria-expanded='false']:after:active, .rf-list-group__item__trigger[aria-expanded='true']:after:hover, .rf-list-group__item__trigger[aria-expanded='true']:after:focus, .rf-list-group__item__trigger[aria-expanded='true']:after:active {
976
+ color: inherit; }
977
+ .rf-list-group__item__trigger[aria-expanded='false']:after {
978
+ content: '\f05a'; }
979
+ .rf-list-group__item__trigger[aria-expanded='true']:after {
980
+ content: '\f05b'; }
981
+ .rf-list-group__item__trigger:hover, .rf-list-group__item__trigger:focus, .rf-list-group__item__trigger:active {
982
+ background-color: #f3f3f3;
983
+ color: #191919;
984
+ text-decoration: none; }
985
+ .rf-list-group__item__trigger[aria-expanded='true'] {
986
+ background-color: #f3f3f3;
987
+ border-bottom: #e8e8e8; }
988
+
989
+ .rf-list-group {
990
+ clear: both;
991
+ list-style-type: none;
992
+ margin: 0;
993
+ padding: 0; }
994
+
995
+ .rf-list-group--partial .rf-list-item {
996
+ border-radius: 0; }
997
+ .rf-list-group--partial > .rf-list-item:first-child {
998
+ border-top-left-radius: 3px;
999
+ border-top-right-radius: 3px; }
1000
+ .rf-list-group--partial .rf-list-item--to-expand {
1001
+ border-width: 0;
1002
+ cursor: pointer;
1003
+ display: block;
1004
+ height: 0;
1005
+ padding: 0;
1006
+ text-align: center; }
1007
+ .rf-list-group--partial .rf-list-item--to-expand > .rf-btn--secondary {
1008
+ margin-top: -8px; }
1009
+ .rf-list-group--partial .rf-list-item--to-expand[aria-expanded='true'] {
1010
+ display: none; }
1011
+ .rf-list-group--partial + .rf-list-group--partial {
1012
+ margin-top: -1px; }
1013
+ .rf-list-group--partial + .rf-list-group--partial > .rf-list-item:first-child {
1014
+ border-top-left-radius: 0;
1015
+ border-top-right-radius: 0; }
1016
+ .rf-list-group--partial + .rf-list-group--partial > .rf-list-item:last-child {
1017
+ border-bottom-left-radius: 3px;
1018
+ border-bottom-right-radius: 3px; }
1019
+
1020
+ .rf-list-group--borderless {
1021
+ margin-top: 1px; }
1022
+ .rf-list-group--borderless > .rf-list-item:first-child {
1023
+ border-radius: 0;
1024
+ border-top-width: 0; }
1025
+ .rf-list-group--borderless > .rf-list-item {
1026
+ border-right-width: 0;
1027
+ border-left: 0; }
1028
+ .rf-list-group--borderless > .rf-list-item:last-child {
1029
+ border-radius: 0;
1030
+ border-bottom-width: 0; }
1031
+ .rf-list-group--borderless > .rf-list-item:nth-last-child(2) {
1032
+ border-radius: 0;
1033
+ border-bottom-width: 0; }
1034
+ .rf-list-group--borderless.rf-list-group--partial + .rf-list-group--partial > .rf-list-item:first-child {
1035
+ border-top-width: 1px; }
1036
+ .rf-list-group--borderless.rf-list-group--partial + .rf-list-group--partial > .rf-list-item:last-child {
1037
+ border-bottom-left-radius: 0;
1038
+ border-bottom-right-radius: 0;
1039
+ border-bottom-width: 0; }
1040
+
1041
+ .rf-list-group--table {
1042
+ display: table; }
1043
+ .rf-list-group--table .rf-list-item--tr {
1044
+ display: table-row; }
1045
+ .rf-list-group--table .rf-list-item--tr:nth-child(2) .rf-list-item__td {
1046
+ border-top: solid 1px #e8e8e8; }
1047
+ .rf-list-group--table .rf-list-item--tr--header + .rf-list-item--tr > .rf-list-item__td:first-of-type {
1048
+ border-radius: 3px 0 0 0; }
1049
+ .rf-list-group--table .rf-list-item--tr--header + .rf-list-item--tr > .rf-list-item__td:last-of-type {
1050
+ border-radius: 0 3px 0 0; }
1051
+ .rf-list-group--table .rf-list-item__th {
1052
+ display: table-cell;
1053
+ padding: 14px;
1054
+ padding-bottom: 4px;
1055
+ vertical-align: bottom; }
1056
+ .rf-list-group--table .rf-list-item__th:first-child {
1057
+ padding-left: 0; }
1058
+ .rf-list-group--table .rf-list-item__td {
1059
+ display: table-cell;
1060
+ padding: 14px; }
1061
+
1062
+ .rf-list-item {
1063
+ border: solid 1px #e8e8e8;
1064
+ padding: 14px;
1065
+ margin-top: -1px;
1066
+ display: flex;
1067
+ flex-flow: row wrap;
1068
+ align-items: baseline; }
1069
+ .rf-list-item:first-child {
1070
+ border-top-left-radius: 3px;
1071
+ border-top-right-radius: 3px; }
1072
+ .rf-list-item:last-child {
1073
+ border-bottom-right-radius: 3px;
1074
+ border-bottom-left-radius: 3px; }
1075
+
1076
+ .rf-list-item__title {
1077
+ line-height: 1em;
1078
+ position: relative;
1079
+ padding: 0;
1080
+ margin: 0;
1081
+ display: inline-block; }
1082
+ .rf-list-item__title > * {
1083
+ display: inline-block;
1084
+ padding: 0;
1085
+ margin: 0; }
1086
+
1087
+ .rf-list-item__row {
1088
+ display: block;
1089
+ width: 100%; }
1090
+
1091
+ .rf-list-item__row + .rf-list-item__row {
1092
+ padding-top: 4px; }
1093
+
1094
+ .rf-list-item__row--flex {
1095
+ display: flex; }
1096
+
1097
+ .rf-list-item__title__link {
1098
+ color: #191919;
1099
+ text-decoration: underline;
1100
+ display: inline; }
1101
+ .rf-list-item__title__link:hover, .rf-list-item__title__link:focus, .rf-list-item__title__link:active {
1102
+ color: #000000;
1103
+ text-decoration: none; }
1104
+
1105
+ .rf-list-item__info {
1106
+ margin: 0;
1107
+ padding: 0;
1108
+ display: flex;
1109
+ align-items: baseline; }
1110
+
1111
+ .rf-list-item__info > * + * {
1112
+ margin-left: 10px; }
1113
+
1114
+ .rf-list-item__title + .rf-list-item__info {
1115
+ padding-left: 10px; }
1116
+
1117
+ .rf-list-item--has-trigger {
1118
+ padding: 0;
1119
+ display: block; }
1120
+ .rf-list-item--has-trigger .rf-list-item__row {
1121
+ padding: 14px; }
1122
+ .rf-list-item--has-trigger .rf-list-item__row:first-of-type {
1123
+ align-items: baseline;
1124
+ padding-right: 30px; }
1125
+ .rf-list-item--has-trigger .rf-list-item__row--trigger {
1126
+ color: inherit;
1127
+ position: relative;
1128
+ width: 100%;
1129
+ display: flex; }
1130
+ .rf-list-item--has-trigger .rf-list-item__row--trigger[aria-expanded='false']:after, .rf-list-item--has-trigger .rf-list-item__row--trigger[aria-expanded='true']:after {
1131
+ color: inherit;
1132
+ font-family: 'octicons';
1133
+ font-size: 14px;
1134
+ vertical-align: middle;
1135
+ height: 14px;
1136
+ width: 6px;
1137
+ display: block;
1138
+ position: absolute;
1139
+ right: 14px;
1140
+ top: 14px; }
1141
+ .rf-list-item--has-trigger .rf-list-item__row--trigger[aria-expanded='false']:after:hover, .rf-list-item--has-trigger .rf-list-item__row--trigger[aria-expanded='false']:after:focus, .rf-list-item--has-trigger .rf-list-item__row--trigger[aria-expanded='false']:after:active, .rf-list-item--has-trigger .rf-list-item__row--trigger[aria-expanded='true']:after:hover, .rf-list-item--has-trigger .rf-list-item__row--trigger[aria-expanded='true']:after:focus, .rf-list-item--has-trigger .rf-list-item__row--trigger[aria-expanded='true']:after:active {
1142
+ color: inherit; }
1143
+ .rf-list-item--has-trigger .rf-list-item__row--trigger[aria-expanded='false']:after {
1144
+ content: '\f05a'; }
1145
+ .rf-list-item--has-trigger .rf-list-item__row--trigger[aria-expanded='true']:after {
1146
+ content: '\f05b'; }
1147
+ .rf-list-item--has-trigger .rf-list-item__row--trigger:hover, .rf-list-item--has-trigger .rf-list-item__row--trigger:focus, .rf-list-item--has-trigger .rf-list-item__row--trigger:active {
1148
+ background-color: #f9f9f9;
1149
+ text-decoration: none !important; }
1150
+
1151
+ .rf-list-item--condensed {
1152
+ padding-top: 10px;
1153
+ padding-bottom: 10px; }
1154
+ .rf-list-item--condensed.rf-list-item--has-trigger {
1155
+ padding: 0; }
1156
+ .rf-list-item--condensed.rf-list-item--has-trigger .rf-list-item__row {
1157
+ padding-top: 10px;
1158
+ padding-bottom: 10px; }
1159
+ .rf-list-item--condensed.rf-list-item--has-trigger .rf-list-item__row--trigger[aria-expanded='false']:after, .rf-list-item--condensed.rf-list-item--has-trigger .rf-list-item__row--trigger[aria-expanded='true']:after {
1160
+ color: inherit;
1161
+ font-family: 'octicons';
1162
+ font-size: 14px;
1163
+ vertical-align: middle;
1164
+ height: 14px;
1165
+ width: 6px;
1166
+ display: block;
1167
+ position: absolute;
1168
+ right: 14px;
1169
+ top: 7px; }
1170
+ .rf-list-item--condensed.rf-list-item--has-trigger .rf-list-item__row--trigger[aria-expanded='false']:after:hover, .rf-list-item--condensed.rf-list-item--has-trigger .rf-list-item__row--trigger[aria-expanded='false']:after:focus, .rf-list-item--condensed.rf-list-item--has-trigger .rf-list-item__row--trigger[aria-expanded='false']:after:active, .rf-list-item--condensed.rf-list-item--has-trigger .rf-list-item__row--trigger[aria-expanded='true']:after:hover, .rf-list-item--condensed.rf-list-item--has-trigger .rf-list-item__row--trigger[aria-expanded='true']:after:focus, .rf-list-item--condensed.rf-list-item--has-trigger .rf-list-item__row--trigger[aria-expanded='true']:after:active {
1171
+ color: inherit; }
1172
+ .rf-list-item--condensed.rf-list-item--has-trigger .rf-list-item__row--trigger[aria-expanded='false']:after {
1173
+ content: '\f05a'; }
1174
+ .rf-list-item--condensed.rf-list-item--has-trigger .rf-list-item__row--trigger[aria-expanded='true']:after {
1175
+ content: '\f05b'; }
1176
+
1177
+ .rf-list-item--has-timestamp {
1178
+ display: block; }
1179
+ .rf-list-item--has-timestamp .rf-list-item__row:first-of-type {
1180
+ display: flex;
1181
+ justify-content: space-between; }
1182
+ .rf-list-item--has-timestamp .rf-timestamp {
1183
+ text-align: right; }
1184
+
1185
+ .rf-list-item--link {
1186
+ cursor: pointer; }
1187
+ .rf-list-item--link:hover {
1188
+ background-color: #f3f3f3;
1189
+ color: #000000; }
1190
+
1191
+ .rf-list-item--danger,
1192
+ .rf-list-item--failure,
1193
+ .rf-list-item--aborted,
1194
+ .rf-list-item--error {
1195
+ border-left: 6px solid #d9534f !important; }
1196
+
1197
+ .rf-list-item--pending {
1198
+ border-left: 6px solid #ffea00 !important; }
1199
+
1200
+ .rf-list-item--started,
1201
+ .rf-list-item--ongoing {
1202
+ border-left: 6px solid #0057ff !important; }
1203
+
1204
+ .rf-list-item--success {
1205
+ border-left: 6px solid #04ac00 !important; }
1206
+
1207
+ .rf-list-item--irrelevant {
1208
+ border-left: 6px solid #c0c0c0 !important;
1209
+ opacity: 0.3; }
1210
+
1211
+ .rf-list-item--unstable {
1212
+ border-left: 6px solid #ebc30a !important; }
1213
+
1214
+ .rf-logs {
1215
+ background-color: #ffffff;
1216
+ border: 1px solid #e8e8e8;
1217
+ max-height: 500px;
1218
+ overflow: hidden;
1219
+ padding: 0;
1220
+ position: relative; }
1221
+
1222
+ .rf-logs__btn {
1223
+ position: absolute;
1224
+ bottom: 12px;
1225
+ right: 12px;
1226
+ z-index: 4;
1227
+ display: none; }
1228
+
1229
+ .rf-logs__pre {
1230
+ background-color: transparent;
1231
+ border-radius: 3px;
1232
+ border-width: 0;
1233
+ max-height: 400px;
1234
+ height: auto;
1235
+ margin-bottom: 0;
1236
+ overflow: scroll;
1237
+ padding: 15px;
1238
+ position: relative; }
1239
+
1240
+ .rf-logs--nomax {
1241
+ max-height: none !important; }
1242
+ .rf-logs--nomax .rf-project-logs__pre {
1243
+ height: 100%;
1244
+ max-height: none !important; }
1245
+
1246
+ .rf-modal {
1247
+ width: 100%;
1248
+ max-width: 500px;
1249
+ border-radius: 3px;
1250
+ border: solid 1px #e8e8e8;
1251
+ box-shadow: none;
1252
+ padding: 50px; }
1253
+
1254
+ .rf-modal__header {
1255
+ padding: 0;
1256
+ text-align: center;
1257
+ border-bottom: 0px; }
1258
+
1259
+ .rf-modal__header .rf-icon {
1260
+ margin-bottom: 16px; }
1261
+
1262
+ .rf-modal__footer {
1263
+ padding: 0;
1264
+ border-top-width: 0px;
1265
+ text-align: center; }
1266
+
1267
+ .rf-modal__body {
1268
+ padding: 30px 0;
1269
+ color: #777777;
1270
+ font-size: 14px;
1271
+ line-height: 20px; }
1272
+
1273
+ .rf-notice {
1274
+ height: auto;
1275
+ width: 100%;
1276
+ z-index: 5;
1277
+ padding: 14px; }
1278
+
1279
+ .rf-notice--error {
1280
+ background-color: #d9534f;
1281
+ color: #ffffff; }
1282
+
1283
+ .rf-panel {
1284
+ margin-bottom: 20px;
1285
+ background-color: white;
1286
+ border: solid 1px #e8e8e8;
1287
+ border-radius: 4px; }
1288
+
1289
+ .rf-pill {
1290
+ border-radius: 20px;
1291
+ border-style: solid;
1292
+ border-width: 2px;
1293
+ font-size: 10px;
1294
+ font-weight: 600;
1295
+ height: 18px;
1296
+ line-height: 14px;
1297
+ padding: 0 6px;
1298
+ text-transform: uppercase;
1299
+ white-space: nowrap; }
1300
+
1301
+ .rf-pill--neutral {
1302
+ border-color: #0057ff;
1303
+ color: #0057ff; }
1304
+
1305
+ .rf-pill--neutral--secondary {
1306
+ border-color: #bdd4ff;
1307
+ color: #bdd4ff; }
1308
+
1309
+ .rf-pill--fail {
1310
+ border-color: #d9534f;
1311
+ color: #d9534f; }
1312
+
1313
+ .rf-pill--success {
1314
+ border-color: #04ac00;
1315
+ color: #04ac00; }
1316
+
1317
+ .rf-pill--minor {
1318
+ border-color: #c0c0c0;
1319
+ color: #c0c0c0; }
1320
+
1321
+ @keyframes rf-progress-bar-stripes {
1322
+ from {
1323
+ background-position: 40px 0; }
1324
+ to {
1325
+ background-position: 0 0; } }
1326
+ .rf-progress {
1327
+ border: 1px solid #e8e8e8;
1328
+ border-radius: 14px;
1329
+ height: 19px;
1330
+ overflow: hidden;
1331
+ position: relative; }
1332
+
1333
+ .rf-progress__fill {
1334
+ border-radius: 14px;
1335
+ color: #ffffff;
1336
+ display: flex;
1337
+ font-size: 12px;
1338
+ float: left;
1339
+ height: 100%;
1340
+ justify-content: space-between;
1341
+ line-height: 16px;
1342
+ text-align: left;
1343
+ padding: 0 10px;
1344
+ width: 0; }
1345
+
1346
+ .rf-progress__text {
1347
+ letter-spacing: 1px; }
1348
+
1349
+ .rf-progress__timestamp {
1350
+ position: absolute;
1351
+ right: 6px; }
1352
+
1353
+ .rf-progress__fill--unstarted {
1354
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1355
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1356
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1357
+ -webkit-background-size: 40px 40px;
1358
+ background-size: 40px 40px;
1359
+ background-color: #c0c0c0;
1360
+ width: 100%; }
1361
+
1362
+ .rf-progress__fill--triggered {
1363
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1364
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1365
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1366
+ -webkit-background-size: 40px 40px;
1367
+ background-size: 40px 40px;
1368
+ animation: rf-progress-bar-stripes 2s linear infinite;
1369
+ background-color: #0057ff;
1370
+ width: 30%; }
1371
+
1372
+ .rf-progress__fill--building {
1373
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1374
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1375
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
1376
+ -webkit-background-size: 40px 40px;
1377
+ background-size: 40px 40px;
1378
+ animation: rf-progress-bar-stripes 2s linear infinite;
1379
+ background-color: #0057ff;
1380
+ width: 60%; }
1381
+
1382
+ .rf-progress__fill--finished,
1383
+ .rf-progress__fill--approved {
1384
+ background-color: #04ac00;
1385
+ width: 100%; }
1386
+
1387
+ .rf-progress__fill--failed {
1388
+ background-color: #d9534f;
1389
+ width: 100%; }
1390
+
1391
+ .rf-progress__fill--finished .rf-progress__timestamp,
1392
+ .rf-progress__fill--approved .rf-progress__timestamp,
1393
+ .rf-progress__fill--failed .rf-progress__timestamp {
1394
+ color: #ffffff; }
1395
+
1396
+ .rf-section {
1397
+ padding-bottom: 20px;
1398
+ padding-top: 20px;
1399
+ clear: both; }
1400
+ .rf-section:first-of-type {
1401
+ padding-top: 0; }
1402
+
1403
+ .rf-section__headline {
1404
+ margin-bottom: 10px; }
1405
+
1406
+ .rf-section__headline + .rf-section__description {
1407
+ margin-top: -4px;
1408
+ margin-bottom: 10px; }
1409
+
1410
+ .ui-slider {
1411
+ border: solid 1px #c0c0c0;
1412
+ border-radius: 20px;
1413
+ width: 100%; }
1414
+
1415
+ .ui-slider .ui-widget-header {
1416
+ background: #0057ff; }
1417
+
1418
+ .ui-slider .ui-slider-handle {
1419
+ background-color: #ffffff;
1420
+ border: solid 1px #c0c0c0;
1421
+ border-radius: 50%;
1422
+ bottom: 1px;
1423
+ content: "";
1424
+ cursor: pointer;
1425
+ height: 18px;
1426
+ left: 1px;
1427
+ position: absolute;
1428
+ width: 18px; }
1429
+
1430
+ .rf-range__container {
1431
+ padding-left: 22px;
1432
+ padding-right: 22px; }
1433
+
1434
+ .rf-range {
1435
+ position: relative; }
1436
+
1437
+ .rf-range__val {
1438
+ color: #777777;
1439
+ font-size: 10px;
1440
+ font-weight: 300;
1441
+ height: 14px;
1442
+ position: absolute;
1443
+ text-align: center;
1444
+ top: -4px;
1445
+ width: 24px; }
1446
+
1447
+ .rf-range__val--current {
1448
+ font-weight: 800;
1449
+ top: -16px;
1450
+ width: 100%; }
1451
+
1452
+ .rf-range__val--min {
1453
+ left: -24px;
1454
+ padding-right: 4px;
1455
+ text-align: right; }
1456
+
1457
+ .rf-range__val--max {
1458
+ padding-left: 4px;
1459
+ right: -24px;
1460
+ text-align: left; }
1461
+
1462
+ .rf-table, .rf-list-group--table {
1463
+ width: 100%;
1464
+ border-collapse: separate;
1465
+ table-layout: fixed; }
1466
+
1467
+ .rf-table__th, .rf-list-group--table .rf-list-item__th,
1468
+ .rf-table__td,
1469
+ .rf-list-group--table .rf-list-item__td {
1470
+ padding-left: 7px;
1471
+ padding-right: 7px; }
1472
+ .rf-table__th:last-of-type, .rf-list-group--table .rf-list-item__th:last-of-type,
1473
+ .rf-table__td:last-of-type,
1474
+ .rf-list-group--table .rf-list-item__td:last-of-type {
1475
+ padding-right: 14px; }
1476
+ .rf-table__th:first-of-type, .rf-list-group--table .rf-list-item__th:first-of-type,
1477
+ .rf-table__td:first-of-type,
1478
+ .rf-list-group--table .rf-list-item__td:first-of-type {
1479
+ padding-left: 14px; }
1480
+
1481
+ .rf-table__row--header {
1482
+ vertical-align: bottom; }
1483
+
1484
+ .rf-table__col--centered {
1485
+ text-align: center; }
1486
+ .rf-table__col--centered .form-control {
1487
+ text-align: center; }
1488
+
1489
+ .rf-table__col--right {
1490
+ text-align: right; }
1491
+
1492
+ .rf-table__td, .rf-list-group--table .rf-list-item__td,
1493
+ .rf-table__th,
1494
+ .rf-list-group--table .rf-list-item__th {
1495
+ -ms-word-break: break-all;
1496
+ overflow-wrap: break-word; }
1497
+
1498
+ .rf-table__td, .rf-list-group--table .rf-list-item__td {
1499
+ border-bottom: solid 1px #e8e8e8;
1500
+ font-size: 13px;
1501
+ padding: 14px;
1502
+ vertical-align: middle; }
1503
+
1504
+ .rf-table__th, .rf-list-group--table .rf-list-item__th {
1505
+ padding: 0px 14px 5px; }
1506
+
1507
+ .rf-table__td--strong {
1508
+ color: #191919;
1509
+ font-weight: bold; }
1510
+
1511
+ tr:first-of-type > .rf-table__td, .rf-list-group--table tr:first-of-type > .rf-list-item__td {
1512
+ border-top: solid 1px #e8e8e8; }
1513
+
1514
+ .rf-table__row > td:first-of-type, .rf-list-group--table .rf-list-item--tr > td:first-of-type {
1515
+ border-left: solid 1px #e8e8e8; }
1516
+
1517
+ .rf-table__row > td:last-of-type, .rf-list-group--table .rf-list-item--tr > td:last-of-type {
1518
+ border-right: solid 1px #e8e8e8; }
1519
+
1520
+ .rf-table__body tr:first-of-type td:first-of-type {
1521
+ border-top-left-radius: 3px; }
1522
+ .rf-table__body tr:first-of-type td:last-of-type {
1523
+ border-top-right-radius: 3px; }
1524
+ .rf-table__body tr:last-of-type td:first-of-type {
1525
+ border-bottom-left-radius: 3px; }
1526
+ .rf-table__body tr:last-of-type td:last-of-type {
1527
+ border-bottom-right-radius: 3px; }
1528
+
1529
+ .rf-timestamp {
1530
+ color: #777777;
1531
+ font-size: 12px;
1532
+ font-style: italic;
1533
+ line-height: 14px; }
1534
+
1535
+ .rf-well, .rf-well--tabpane {
1536
+ border: 1px solid #e8e8e8;
1537
+ height: auto;
1538
+ border-radius: 3px;
1539
+ padding: 14px; }
1540
+
1541
+ .rf-well__headline {
1542
+ color: #191919;
1543
+ font-size: 15px;
1544
+ font-weight: bold;
1545
+ margin: 4px 14px -10px 14px; }
1546
+
1547
+ .rf-well__list {
1548
+ margin: 20px; }
1549
+
1550
+ .rf-well--noborder {
1551
+ border-width: 0; }
1552
+
1553
+ .rf-well--tabpane {
1554
+ border-radius: 0 0 3px 3px; }
1555
+
1556
+ .rf-sg--dark {
1557
+ background-color: #191919;
1558
+ padding: 20px; }
1559
+ .rf-sg--dark h2 {
1560
+ color: #ffffff; }
1561
+
1562
+ /*# sourceMappingURL=main.css.map */