shipit-engine 0.44.3 → 0.45.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2081 @@
1
+ /*= require 'ansi_stream' */
2
+ /*= require 'clusterize' */
3
+
4
+ /* COLORS */
5
+
6
+ :root {
7
+ --banner-blue: #96A9BA;
8
+ --banner-red: #EE6A6A;
9
+ --blue: #248AF2;
10
+ --green: #25C351;
11
+ --red: #F39494;
12
+ --bright-red: #F73B3B;
13
+ --light-red: #ffd9d6;
14
+ --yellow: #FFC66C;
15
+ --dark-yellow: #CEA61B;
16
+ --orange: #FFAD4C;
17
+ --light-orange: #ffebcc;
18
+ --slate: #2E343A;
19
+ --terminal-black: #272C30;
20
+ --grey: #999;
21
+ --grey-light: #e0e0e0;
22
+ }
23
+
24
+ .visually-hidden {
25
+ border: 0;
26
+ clip: rect(0, 0, 0, 0);
27
+ clip: rect(0 0 0 0);
28
+ width: 2px;
29
+ height: 2px;
30
+ margin: -2px;
31
+ overflow: hidden;
32
+ padding: 0;
33
+ position: absolute;
34
+ }
35
+
36
+ @-webkit-keyframes rotate {
37
+ 0% {
38
+ -webkit-transform: rotate(0);
39
+ }
40
+ 100% {
41
+ -webkit-transform: rotate(360deg);
42
+ }
43
+ }
44
+
45
+ ::-moz-selection {
46
+ background: var(--blue);
47
+ color: #fff;
48
+ }
49
+ ::selection {
50
+ background: var(--blue);
51
+ color: #fff;
52
+ }
53
+
54
+ body {
55
+ padding: 0;
56
+ margin: 0;
57
+ font-family: "Helvetica Neue", sans-serif;
58
+ color: #333;
59
+ background-color: #fafafa;
60
+ -webkit-font-smoothing: subpixel-antialiased;
61
+ }
62
+
63
+ p {
64
+ margin: 0;
65
+ margin-bottom: 1.5em;
66
+ }
67
+
68
+ a {
69
+ text-decoration: none;
70
+ cursor: pointer;
71
+ color: var(--blue);
72
+ }
73
+
74
+ a.disabled {
75
+ cursor: default;
76
+ }
77
+
78
+ .more:after {
79
+ content: " >";
80
+ font-family: "Checkout Symbols";
81
+ }
82
+
83
+ h1, .repository-search, .stack-search {
84
+ font-size: 1.75rem;
85
+ font-weight: 400;
86
+ margin: 0;
87
+ color: #333;
88
+ }
89
+
90
+ h2 {
91
+ font-size: 1.25rem;
92
+ font-weight: 400;
93
+ margin: 0;
94
+ }
95
+
96
+ h4 {
97
+ color: rgba(255, 255, 255, 0.25);
98
+ text-transform: uppercase;
99
+ font-size: .75rem;
100
+ font-weight: 400;
101
+ margin: -1rem 0 1.5rem;
102
+ }
103
+
104
+ h5 {
105
+ font-size: 1rem;
106
+ margin: 0;
107
+ margin-bottom: .5rem;
108
+ }
109
+
110
+ [data-tooltip], [data-tooltip-multiline] {
111
+ position: relative;
112
+ cursor: pointer;
113
+ -webkit-transform: translate3d(0, 0, 0);
114
+ }
115
+
116
+ [data-tooltip]:before, [data-tooltip]:after, [data-tooltip-multiline]:before, [data-tooltip-multiline]:after {
117
+ visibility: hidden;
118
+ pointer-events: none;
119
+ z-index: 200;
120
+ opacity: 0;
121
+ -webkit-transform: translate3d(0, 0, 0);
122
+ }
123
+
124
+ [data-tooltip]:hover:before, [data-tooltip]:hover:after, [data-tooltip-multiline]:hover:before, [data-tooltip-multiline]:hover:after {
125
+ visibility: visible;
126
+ opacity: 1;
127
+ }
128
+
129
+ [data-tooltip]:before, [data-tooltip-multiline]:before {
130
+ content: attr(data-tooltip);
131
+ box-sizing: border-box;
132
+ position: absolute;
133
+ bottom: 120%;
134
+ left: 50%;
135
+ margin-bottom: 5px;
136
+ padding: .75em 1em;
137
+ border-radius: 5px;
138
+ background: #333;
139
+ background: rgba(68, 68, 68, 0.9);
140
+ font-size: 12px;
141
+ font-style: normal;
142
+ font-weight: normal;
143
+ line-height: 1.4em;
144
+ text-align: center;
145
+ color: #fff;
146
+ text-indent: 0;
147
+ }
148
+
149
+ [data-tooltip]:after, [data-tooltip-multiline]:after {
150
+ content: " ";
151
+ position: absolute;
152
+ bottom: 120%;
153
+ left: 50%;
154
+ margin-left: -7px;
155
+ width: 0;
156
+ border-top: 5px solid #333;
157
+ border-top: 5px solid rgba(68, 68, 68, 0.9);
158
+ border-right: 7px solid transparent;
159
+ border-left: 7px solid transparent;
160
+ font-size: 0;
161
+ line-height: 0;
162
+ }
163
+
164
+ [data-tooltip-multiline]:before {
165
+ width: 180px;
166
+ margin-left: -90px;
167
+ white-space: normal;
168
+ }
169
+
170
+ [data-tooltip]:before {
171
+ white-space: nowrap;
172
+ -webkit-transform: translateX(-50%);
173
+ }
174
+
175
+ a.disabled {
176
+ cursor: default;
177
+ }
178
+
179
+ @font-face {
180
+ font-family: 'Checkout Symbols';
181
+ font-weight: 400;
182
+ src: asset-url('CheckoutSymbols-Regular.woff') format('woff'), /* Modern Browsers */
183
+ asset-url('CheckoutSymbols-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
184
+ asset-url('CheckoutSymbols-Regular.svg#9a6d998e14a2d97b6369d42f64b6816f') format('svg'); /* Legacy iOS */
185
+ font-style: normal;
186
+ }
187
+
188
+ .hidden {
189
+ display: none;
190
+ }
191
+
192
+ .flash {
193
+ -webkit-transform: translateX(-50%);
194
+ transform: translateX(-50%);
195
+ left: 50%;
196
+ position: fixed;
197
+ padding: 1em;
198
+ border-radius: 4px;
199
+ min-width: 30%;
200
+ text-align: center;
201
+ z-index: 1;
202
+ }
203
+
204
+ .flash-success {
205
+ background-color: #E2F1FF;
206
+ }
207
+
208
+ .flash-warning {
209
+ background-color: orange;
210
+ }
211
+
212
+ form + form {
213
+ margin-top: 1rem;
214
+ }
215
+
216
+ input[type=text], input[type=password], select, textarea {
217
+ display: block;
218
+ font-size: .875rem;
219
+ border-radius: 4px;
220
+ border: 1px solid rgba(0, 0, 0, 0.15);
221
+ padding: .75rem;
222
+ width: 100%;
223
+ max-width: 600px;
224
+ }
225
+
226
+ label + input[type=text], label + input[type=password], label + select, label + textarea {
227
+ margin-top: .75rem;
228
+ }
229
+
230
+ textarea {
231
+ height: 6rem;
232
+ }
233
+
234
+ .field-wrapper {
235
+ margin-bottom: 1.5rem;
236
+ }
237
+
238
+ .field-wrapper input:focus {
239
+ border-color: var(--blue);
240
+ }
241
+
242
+ .field-wrapper.inline input {
243
+ display: inline;
244
+ }
245
+
246
+ .field-wrapper.inline input.btn {
247
+ height: 2.5rem;
248
+ }
249
+
250
+ .field-wrapper.inline input:focus {
251
+ padding-right: 30px;
252
+ }
253
+
254
+ .field_with_errors {
255
+ border: 1px solid var(--red);
256
+ display: inline-block;
257
+ }
258
+
259
+ .icon--lock {
260
+ display: inline-block;
261
+ background-color: #000;
262
+ mask: url(<%= asset_data_uri "lock.svg" %>) no-repeat 50% 50%;
263
+ height: 15px;
264
+ width: 12px;
265
+ }
266
+
267
+ .icon--validate {
268
+ display: inline-block;
269
+ background-color: #000;
270
+ mask: url(<%= asset_data_uri "success-small.svg" %>) no-repeat 50% 50%;
271
+ height: 15px;
272
+ width: 12px;
273
+ }
274
+
275
+ .icon--reject {
276
+ display: inline-block;
277
+ background-color: #000;
278
+ mask: url(<%= asset_data_uri "error-small.svg" %>) no-repeat 50% 50%;
279
+ height: 15px;
280
+ width: 12px;
281
+ }
282
+
283
+ .btn {
284
+ display: inline-block;
285
+ font-family: inherit;
286
+ background: #fff;
287
+ color: var(--blue);
288
+ padding: .75em 1em;
289
+ font-size: 14px;
290
+ border-radius: 4px;
291
+ cursor: pointer;
292
+ border: none;
293
+ box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
294
+ }
295
+
296
+ .btn--primary {
297
+ background-color: var(--blue);
298
+ color: #fff;
299
+ box-shadow: none;
300
+ }
301
+
302
+ .btn--primary.btn--disabled {
303
+ box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
304
+ }
305
+
306
+ .btn--primary.btn--warning {
307
+ background-color: var(--yellow);
308
+ }
309
+
310
+ .btn--disabled {
311
+ color: var(--grey);
312
+ background-color: #fafafa;
313
+ cursor: default;
314
+ }
315
+
316
+ .btn--delete {
317
+ color: #fff;
318
+ border: none;
319
+ background-color: var(--bright-red);
320
+ }
321
+
322
+ .btn--delete.btn-disabled {
323
+ color: var(--grey);
324
+ background-color: var(--light-red);
325
+ }
326
+
327
+ .btn--alert {
328
+ color: #fff;
329
+ background-color: var(--orange);
330
+ }
331
+
332
+ .btn--alert.btn-disabled {
333
+ color: var(--grey);
334
+ background-color: var(--light-orange);
335
+ }
336
+
337
+ .btn--large {
338
+ font-size: 1rem;
339
+ padding: 1em 1.25em;
340
+ }
341
+
342
+ .banner {
343
+ background: var(--blue);
344
+ padding: 1.75rem 0;
345
+ position: relative;
346
+ }
347
+
348
+ .banner a {
349
+ color: #fff;
350
+ }
351
+
352
+ .banner .icon {
353
+ background-color: #fff;
354
+ }
355
+
356
+ .banner__inner {
357
+ display: -webkit-box;
358
+ display: -ms-flexbox;
359
+ display: flex;
360
+ -webkit-box-align: center;
361
+ -ms-flex-align: center;
362
+ align-items: center;
363
+ }
364
+
365
+ .banner__title {
366
+ color: #fff;
367
+ margin-bottom: .5rem;
368
+ }
369
+
370
+ .banner__text {
371
+ color: rgba(0, 0, 0, 0.6);
372
+ line-height: 1.3em;
373
+ margin-bottom: 0;
374
+ }
375
+
376
+ .banner__btn {
377
+ margin-top: 1rem;
378
+ }
379
+
380
+ .banner__accessory .banner__btn {
381
+ margin-top: 0;
382
+ }
383
+
384
+ .banner__dismiss {
385
+ color: rgba(0, 0, 0, 0.5);
386
+ font-size: 1.25rem;
387
+ position: absolute;
388
+ right: 0;
389
+ top: 0;
390
+ padding: .5em .75em;
391
+ }
392
+
393
+ .banner__content {
394
+ -webkit-box-flex: 1;
395
+ -ms-flex-positive: 1;
396
+ flex-grow: 1;
397
+ }
398
+
399
+ .banner__accessory {
400
+ -ms-flex-negative: 0;
401
+ flex-shrink: 0;
402
+ }
403
+
404
+ .banner--orange {
405
+ background: var(--orange);
406
+ }
407
+
408
+ .banner--blue {
409
+ background: var(--banner-blue);
410
+ }
411
+
412
+ .banner--red {
413
+ background: var(--banner-red);
414
+ }
415
+
416
+ .wrapper {
417
+ width: 80%;
418
+ max-width: 1100px;
419
+ margin: 0 auto;
420
+ position: relative;
421
+ }
422
+
423
+ .header {
424
+ border-bottom: 1px solid #e5e5e5;
425
+ background-color: #fff;
426
+ color: var(--grey);
427
+ }
428
+
429
+ .header__inner {
430
+ display: -webkit-box;
431
+ display: -ms-flexbox;
432
+ display: flex;
433
+ -ms-flex-wrap: wrap;
434
+ flex-wrap: wrap;
435
+ padding: 1.5rem 0;
436
+ position: relative;
437
+ }
438
+
439
+ .header__page-title {
440
+ -webkit-box-flex: 1;
441
+ -ms-flex-positive: 1;
442
+ flex-grow: 1;
443
+ }
444
+
445
+ .header__btn {
446
+ margin: 0.4em 0.5em 0.4em 0;
447
+ }
448
+
449
+ .powered-by {
450
+ float: right;
451
+ position: relative;
452
+ top: 0.75rem;
453
+ right: 1rem;
454
+ font-size: 12px;
455
+ color: var(--grey);
456
+ }
457
+
458
+ .logo {
459
+ background: url(<%= asset_data_uri("anchor.svg") %>) center center no-repeat;
460
+ display: block;
461
+ width: 40px;
462
+ height: 40px;
463
+ -webkit-transition: -webkit-transform 0.3s ease-in-out;
464
+ transition: -webkit-transform 0.3s ease-in-out;
465
+ transition: transform 0.3s ease-in-out;
466
+ transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
467
+ text-indent: -9999px;
468
+ position: absolute;
469
+ top: 50%;
470
+ right: 100%;
471
+ margin-right: 1rem;
472
+ margin-top: -20px;
473
+ }
474
+
475
+ .logo:hover {
476
+ -webkit-transform: rotate(-25deg);
477
+ transform: rotate(-25deg);
478
+ }
479
+
480
+ .nav {
481
+ display: -webkit-box;
482
+ display: -ms-flexbox;
483
+ display: flex;
484
+ }
485
+
486
+ .nav__list {
487
+ list-style-type: none;
488
+ margin: 0;
489
+ padding: 0;
490
+ }
491
+
492
+ .nav__list--primary {
493
+ -webkit-box-flex: 1;
494
+ -ms-flex-positive: 1;
495
+ flex-grow: 1;
496
+ }
497
+
498
+ .nav__list__item {
499
+ display: inline-block;
500
+ cursor: pointer;
501
+ color: var(--blue);
502
+ padding-bottom: 1.5rem;
503
+ }
504
+
505
+ .nav__list__item + .nav__list__item {
506
+ margin-left: 1.5rem;
507
+ }
508
+
509
+ .nav__list__sub__item {
510
+ list-style: none;
511
+ white-space: nowrap;
512
+ }
513
+
514
+ .nav__list__sub__item + .nav__list__sub__item {
515
+ margin-top: 0.75rem;
516
+ }
517
+
518
+ .nav__sub__list {
519
+ position: absolute;
520
+ top: calc(100% - 0.75rem);
521
+ z-index: 10;
522
+ background-color: white;
523
+ padding: 0.75rem;
524
+ opacity: 0;
525
+ pointer-events: none;
526
+ -webkit-transform: translateY(-10px);
527
+ transform: translateY(-10px);
528
+ border: 1px solid var(--grey-light);
529
+ border-radius: 3px;
530
+ -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
531
+ transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
532
+ transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
533
+ transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
534
+ }
535
+
536
+ .nav__sub__list::after {
537
+ content: '';
538
+ display: block;
539
+ position: absolute;
540
+ top: -7px;
541
+ background-color: white;
542
+ border: 1px solid var(--grey-light);
543
+ border-right-color: transparent;
544
+ border-bottom-color: transparent;
545
+ height: 12px;
546
+ width: 12px;
547
+ -webkit-transform: rotate(45deg);
548
+ transform: rotate(45deg);
549
+ }
550
+
551
+ .nav__list__item--has-children {
552
+ position: relative;
553
+ display: -webkit-inline-box;
554
+ display: -ms-inline-flexbox;
555
+ display: inline-flex;
556
+ }
557
+
558
+ .nav__list__item--has-children::after {
559
+ display: inline-block;
560
+ content: '';
561
+ background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI%2BPHBhdGggZD0iTTUgOGw1IDUgNS01IiBmaWxsPSIjMjQ4QUYyIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4K);
562
+ width: 20px;
563
+ height: 20px;
564
+ }
565
+
566
+ .nav__list__item--has-children:hover .nav__sub__list {
567
+ opacity: 1;
568
+ pointer-events: initial;
569
+ -webkit-transform: translateY(0);
570
+ transform: translateY(0);
571
+ }
572
+
573
+ .main {
574
+ -webkit-box-flex: 1;
575
+ -ms-flex: 1;
576
+ flex: 1;
577
+ padding-bottom: 3rem;
578
+ }
579
+
580
+ .main.no-footer {
581
+ padding-bottom: 0;
582
+ }
583
+
584
+ section {
585
+ margin-top: 3rem;
586
+ }
587
+
588
+ section.warning {
589
+ background-color: orange;
590
+ padding: 1rem;
591
+ text-align: center;
592
+ }
593
+
594
+ section.warning li {
595
+ list-style-type: none;
596
+ padding-bottom: 0.5rem;
597
+ }
598
+
599
+ .section-header {
600
+ border-bottom: 1px solid rgba(0, 0, 0, 0.1);
601
+ padding-bottom: 1rem;
602
+ }
603
+
604
+ .section-header:after {
605
+ content: "";
606
+ display: table;
607
+ clear: both;
608
+ }
609
+
610
+ .section-header h2 {
611
+ float: left;
612
+ }
613
+
614
+ .section-header .header-accessory {
615
+ float: right;
616
+ }
617
+
618
+ .section-header .header-accessory > a {
619
+ padding: .7rem 0;
620
+ display: inline-block;
621
+ }
622
+
623
+ .section-header .header-accessory > a + a {
624
+ margin-left: 1rem;
625
+ }
626
+
627
+ .section-header .header-accessory > p {
628
+ margin: 0;
629
+ padding: .7rem 0;
630
+ color: var(--grey);
631
+ font-size: .875rem;
632
+ }
633
+
634
+ .section-header .header-accessory > p .repo-name {
635
+ font-weight: 500;
636
+ color: #777;
637
+ }
638
+
639
+ pre {
640
+ background-color: var(--terminal-black);
641
+ min-height: 100%;
642
+ overflow-x: auto;
643
+ color: #fff;
644
+ padding: 1.5rem;
645
+ line-height: 1.5em;
646
+ font-family: "Source Code Pro";
647
+ white-space: pre-wrap;
648
+ }
649
+
650
+ pre.nowrap {
651
+ white-space: pre;
652
+ margin-top: -.25rem;
653
+ margin-bottom: 0rem;
654
+ }
655
+
656
+ .number {
657
+ font-family: Menlo, monospace;
658
+ }
659
+
660
+ .repo-header {
661
+ background-color: var(--blue);
662
+ padding: 1.75rem 0;
663
+ }
664
+
665
+ .repo-header:after {
666
+ content: "";
667
+ display: table;
668
+ clear: both;
669
+ }
670
+
671
+ .repo-header.success {
672
+ background-color: var(--green);
673
+ }
674
+
675
+ .repo-header.failure {
676
+ background-color: var(--bright-red);
677
+ }
678
+
679
+ .repo-header a {
680
+ color: #fff;
681
+ }
682
+
683
+ .repo-header .repo-name {
684
+ float: left;
685
+ }
686
+
687
+ .repo-header .repo-name h1 a, .repo-header .repo-name .repository-search a, .repo-header .repo-name .stack-search a {
688
+ text-transform: capitalize;
689
+ }
690
+
691
+ .repo-header p {
692
+ font-size: .75rem;
693
+ color: rgba(0, 0, 0, 0.4);
694
+ margin: 0;
695
+ }
696
+
697
+ .repo-header h1, .repo-header .repository-search, .repo-header .stack-search {
698
+ color: #fff;
699
+ font-size: 1.75rem;
700
+ margin-bottom: 0;
701
+ }
702
+
703
+ .repo-header h1 small, .repo-header .repository-search small, .repo-header .stack-search small {
704
+ color: rgba(0, 0, 0, 0.4);
705
+ font-size: 1em;
706
+ font-weight: 200;
707
+ text-transform: capitalize;
708
+ }
709
+
710
+ .repo-header .header-accessory {
711
+ float: right;
712
+ margin-top: 1.35rem;
713
+ }
714
+
715
+ .repo-header .header-accessory a + a {
716
+ margin-left: .5rem;
717
+ }
718
+
719
+ .repo-header .deploy-url {
720
+ color: rgba(255, 255, 255, 0.5);
721
+ font-size: .75em;
722
+ }
723
+
724
+ .notice {
725
+ background-color: #f0f4f7;
726
+ padding: 1rem 1.5rem;
727
+ -webkit-animation: notice-slide-in .3s .6s ease-in-out backwards;
728
+ overflow: hidden;
729
+ }
730
+
731
+ .notice .message {
732
+ float: left;
733
+ }
734
+
735
+ .notice .cta {
736
+ float: right;
737
+ }
738
+
739
+ .notice h3 {
740
+ font-size: 1rem;
741
+ margin: 0;
742
+ color: #4b5866;
743
+ }
744
+
745
+ .notice p {
746
+ font-size: .875rem;
747
+ color: #828d96;
748
+ margin: 0;
749
+ }
750
+
751
+ .less-important {
752
+ color: var(--grey);
753
+ margin-bottom: 0em;
754
+ margin-top: 5em;
755
+ }
756
+
757
+ .less-important p {
758
+ margin-top: 1.5rem;
759
+ margin-bottom: 0.5em;
760
+ }
761
+
762
+ @-webkit-keyframes notice-slide-in {
763
+ 0% {
764
+ margin-top: -74px;
765
+ }
766
+ }
767
+
768
+ @keyframes notice-slide-in {
769
+ 0% {
770
+ margin-top: -74px;
771
+ }
772
+ }
773
+
774
+ .status-list {
775
+ position: absolute;
776
+ width: 25rem;
777
+ left: 3.25rem;
778
+ top: 0.25rem;
779
+ background: #fff;
780
+ border-radius: 4px;
781
+ box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.075), 0 5px 13px rgba(0, 0, 0, 0.15);
782
+ -webkit-transform: scale(0.75);
783
+ transform: scale(0.75);
784
+ -webkit-transform-origin: -10% 20%;
785
+ transform-origin: -10% 20%;
786
+ -webkit-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
787
+ transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
788
+ visibility: hidden;
789
+ opacity: 0;
790
+ z-index: 2;
791
+ }
792
+
793
+ .status-group:hover .status-list {
794
+ -webkit-transform: scale(1);
795
+ transform: scale(1);
796
+ opacity: 1;
797
+ visibility: visible;
798
+ }
799
+
800
+ .status-list:before,
801
+ .status-list:after {
802
+ content: '';
803
+ display: block;
804
+ width: 0;
805
+ height: 0;
806
+ position: absolute;
807
+ top: 0.55rem;
808
+ border: 7px outset transparent;
809
+ }
810
+
811
+ .status-list:before {
812
+ border-right: 7px solid rgba(0, 0, 0, 0.075);
813
+ left: -14px;
814
+ }
815
+
816
+ .status-list:after {
817
+ border-right: 7px solid white;
818
+ left: -12px;
819
+ }
820
+
821
+ .status-item {
822
+ padding: 0.6rem;
823
+ }
824
+
825
+ .status-item {
826
+ background: rgba(0, 0, 0, 0.035);
827
+ font-size: 0.8rem;
828
+ }
829
+
830
+ .status-item + .status-item {
831
+ border-top: 1px solid #fff;
832
+ }
833
+
834
+ .status-item--summary {
835
+ background: transparent;
836
+ font-size: 0.9rem;
837
+ }
838
+
839
+ .status-item__description {
840
+ color: #777;
841
+ }
842
+
843
+ .status-item--success .status-item__service {
844
+ color: var(--green);
845
+ }
846
+
847
+ .status-item--pending .status-item__service {
848
+ color: var(--dark-yellow);
849
+ }
850
+
851
+ .status-item--error .status-item__service {
852
+ color: #333;
853
+ }
854
+
855
+ .status-item--failed .status-item__service, .status-item--failure .status-item__service {
856
+ color: var(--bright-red);
857
+ }
858
+
859
+ .status-item__icon {
860
+ width: 12px;
861
+ height: 12px;
862
+ display: inline-block;
863
+ background: transparent no-repeat center center;
864
+ vertical-align: -2px;
865
+ }
866
+
867
+ .status-item--success .status-item__icon {
868
+ background-image: url(<%= asset_data_uri("success-small.svg") %>);
869
+ }
870
+
871
+ .status-item--pending .status-item__icon {
872
+ background-image: url(<%= asset_data_uri("pending-small.svg") %>);
873
+ }
874
+
875
+ .status-item--error .status-item__icon {
876
+ background-image: url(<%= asset_data_uri("error-small.svg") %>);
877
+ }
878
+
879
+ .status-item--failed .status-item__icon,
880
+ .status-item--failure .status-item__icon {
881
+ background-image: url(<%= asset_data_uri("failure-small.svg") %>);
882
+ }
883
+
884
+ .deploy-status__icon {
885
+ width: 12px;
886
+ height: 12px;
887
+ display: inline-block;
888
+ background: transparent no-repeat center center;
889
+ vertical-align: -2px;
890
+ }
891
+
892
+ .deploy[data-release-status=success] .deploy-status__icon {
893
+ background-image: url(<%= asset_data_uri("success-small.svg") %>);
894
+ }
895
+
896
+ .deploy[data-release-status=pending] .deploy-status__icon, .deploy[data-release-status=unknown] .deploy-status__icon {
897
+ background-image: url(<%= asset_data_uri("pending-small.svg") %>);
898
+ }
899
+
900
+ .deploy[data-release-status=error] .deploy-status__icon {
901
+ background-image: url(<%= asset_data_uri("error-small.svg") %>);
902
+ }
903
+
904
+ .deploy[data-release-status=failure] .deploy-status__icon {
905
+ background-image: url(<%= asset_data_uri("failure-small.svg") %>);
906
+ }
907
+
908
+ .commit-list, .task-list, .pr-list {
909
+ list-style-type: none;
910
+ margin: 0;
911
+ padding: 0;
912
+ }
913
+
914
+ .commit-list-actions {
915
+ float: right;
916
+ }
917
+
918
+ .commit, .task, .pr {
919
+ padding: .75rem 0;
920
+ display: -webkit-box;
921
+ display: -ms-flexbox;
922
+ display: flex;
923
+ -webkit-box-orient: vertical;
924
+ -webkit-box-direction: normal;
925
+ -ms-flex-direction: column;
926
+ flex-direction: column;
927
+ }
928
+
929
+ @media (min-width: 1000px) {
930
+ .commit, .task, .pr {
931
+ -webkit-box-orient: horizontal;
932
+ -webkit-box-direction: normal;
933
+ -ms-flex-direction: row;
934
+ flex-direction: row;
935
+ -webkit-box-align: center;
936
+ -ms-flex-align: center;
937
+ -ms-grid-row-align: center;
938
+ align-items: center;
939
+ }
940
+ }
941
+
942
+ .commit + .commit, .commit + .task, .commit + .pr, .task + .commit, .task + .task, .task + .pr, .pr + .commit, .pr + .task, .pr + .pr {
943
+ border-top: 1px solid #e5e5e5;
944
+ }
945
+
946
+ .commit-author {
947
+ display: -webkit-box;
948
+ display: -ms-flexbox;
949
+ display: flex;
950
+ -ms-flex-negative: 0;
951
+ flex-shrink: 0;
952
+ -webkit-box-align: center;
953
+ -ms-flex-align: center;
954
+ align-items: center;
955
+ width: 10em;
956
+ }
957
+
958
+ @media (max-width: 999px) {
959
+ .commit-author {
960
+ margin-bottom: 1rem;
961
+ }
962
+ }
963
+
964
+ @media (min-width: 1000px) {
965
+ .commit-author {
966
+ margin-right: 1rem;
967
+ }
968
+ }
969
+
970
+ .commit-author__avatar {
971
+ width: 40px;
972
+ height: 40px;
973
+ border-radius: 4px;
974
+ margin-right: 0.5rem;
975
+ }
976
+
977
+ .commit-author__name {
978
+ font-size: 0.8em;
979
+ }
980
+
981
+ .commit-author__name__real-name {
982
+ font-weight: 500;
983
+ color: #555;
984
+ display: block;
985
+ }
986
+
987
+ .commit-author__name__username {
988
+ color: var(--grey);
989
+ }
990
+
991
+ .commit-details, .pr-details {
992
+ -webkit-box-flex: 1;
993
+ -ms-flex-positive: 1;
994
+ flex-grow: 1;
995
+ text-overflow: ellipsis;
996
+ white-space: nowrap;
997
+ overflow: hidden;
998
+ }
999
+
1000
+ @media (max-width: 999px) {
1001
+ .commit-details, .pr-details {
1002
+ margin-bottom: 1rem;
1003
+ -webkit-box-ordinal-group: 0;
1004
+ -ms-flex-order: -1;
1005
+ order: -1;
1006
+ }
1007
+ }
1008
+
1009
+ .commit-title {
1010
+ font-size: 1em;
1011
+ display: block;
1012
+ }
1013
+
1014
+ @media (min-width: 1000px) {
1015
+ .commit-title {
1016
+ text-overflow: ellipsis;
1017
+ white-space: nowrap;
1018
+ overflow: hidden;
1019
+ }
1020
+ }
1021
+
1022
+ .commit-title a, .pr-title a {
1023
+ color: #333;
1024
+ }
1025
+
1026
+ .pr-details .pr-number .number {
1027
+ color: var(--blue);
1028
+ }
1029
+
1030
+ .commit-lock {
1031
+ display: inline-block;
1032
+ }
1033
+
1034
+ .commit-lock .icon {
1035
+ background-color: #ddd;
1036
+ }
1037
+
1038
+ .commit-lock:hover .icon {
1039
+ background-color: #aaaaaa;
1040
+ }
1041
+
1042
+ .commit-lock .action-unlock-commit {
1043
+ display: none;
1044
+ }
1045
+
1046
+ .commit.locked .commit-lock .icon {
1047
+ background-color: var(--bright-red);
1048
+ }
1049
+
1050
+ .commit.locked .commit-lock:hover .icon {
1051
+ background-color: #c40808;
1052
+ }
1053
+
1054
+ .commit.locked .commit-lock .action-lock-commit {
1055
+ display: none;
1056
+ }
1057
+
1058
+ .commit.locked .commit-lock .action-unlock-commit {
1059
+ display: inline-block;
1060
+ }
1061
+
1062
+ .commit-meta, .pr-meta {
1063
+ font-size: 0.8em;
1064
+ color: var(--grey);
1065
+ margin: 0;
1066
+ }
1067
+
1068
+ .commit-meta .warning, .pr-meta .warning {
1069
+ color: var(--orange);
1070
+ }
1071
+
1072
+ .utc-timecode {
1073
+ color: #bbb;
1074
+ }
1075
+
1076
+ .code-additions {
1077
+ color: var(--green);
1078
+ }
1079
+
1080
+ .code-deletions {
1081
+ color: var(--red);
1082
+ }
1083
+
1084
+ .commit-actions {
1085
+ -ms-flex-negative: 0;
1086
+ flex-shrink: 0;
1087
+ }
1088
+
1089
+ @media (min-width: 1000px) {
1090
+ .commit-actions {
1091
+ margin-left: 1rem;
1092
+ min-width: 12rem;
1093
+ }
1094
+ .commit-actions .btn {
1095
+ float: right;
1096
+ }
1097
+ }
1098
+
1099
+ .status-group {
1100
+ position: relative;
1101
+ }
1102
+
1103
+ .status-group .status-item.ignored {
1104
+ opacity: .5;
1105
+ }
1106
+
1107
+ .status {
1108
+ -ms-flex-negative: 0;
1109
+ flex-shrink: 0;
1110
+ }
1111
+
1112
+ @media (max-width: 999px) {
1113
+ .status {
1114
+ margin-bottom: 1rem;
1115
+ -webkit-box-ordinal-group: -1;
1116
+ -ms-flex-order: -2;
1117
+ order: -2;
1118
+ }
1119
+ }
1120
+
1121
+ @media (min-width: 1000px) {
1122
+ .status {
1123
+ margin-right: 0.75rem;
1124
+ }
1125
+ }
1126
+
1127
+ .status {
1128
+ display: inline-block;
1129
+ border: 2px solid #ccc;
1130
+ border-radius: 50%;
1131
+ width: 2.25rem;
1132
+ height: 2.25rem;
1133
+ }
1134
+
1135
+ .status .status__icon {
1136
+ display: block;
1137
+ width: 100%;
1138
+ height: 100%;
1139
+ background: url(<%= asset_data_uri("unknown.svg") %>) center center no-repeat;
1140
+ }
1141
+
1142
+ .status--pending .status__icon,
1143
+ [data-deploy-status='pending'] .status__icon {
1144
+ background-image: url(<%= asset_data_uri("pending.gif") %>);
1145
+ background-size: 21px 5px;
1146
+ }
1147
+
1148
+ .status--running,
1149
+ [data-deploy-status='running'] {
1150
+ border-color: var(--blue);
1151
+ }
1152
+
1153
+ .status--running .status__icon,
1154
+ [data-deploy-status='running'] .status__icon {
1155
+ background-image: url(<%= asset_data_uri("deploying.svg") %>);
1156
+ -webkit-animation: rotate 2s linear infinite;
1157
+ animation: rotate 2s linear infinite;
1158
+ }
1159
+
1160
+ .status--aborting,
1161
+ [data-deploy-status='aborting'] {
1162
+ border-color: var(--orange);
1163
+ }
1164
+
1165
+ .status--aborting .status__icon,
1166
+ [data-deploy-status='aborting'] .status__icon {
1167
+ background-image: url(<%= asset_data_uri("aborting.svg") %>);
1168
+ -webkit-animation: rotate 2s linear infinite;
1169
+ animation: rotate 2s linear infinite;
1170
+ }
1171
+
1172
+ .status--aborted,
1173
+ [data-deploy-status='aborted'] {
1174
+ border-color: var(--orange);
1175
+ }
1176
+
1177
+ .status--aborted .status__icon,
1178
+ [data-deploy-status='aborted'] .status__icon {
1179
+ background-image: url(<%= asset_data_uri("aborted.svg") %>);
1180
+ }
1181
+
1182
+ .status--flapping,
1183
+ [data-deploy-status='flapping'] {
1184
+ border-color: var(--orange);
1185
+ }
1186
+
1187
+ .status--flapping .status__icon,
1188
+ [data-deploy-status='flapping'] .status__icon {
1189
+ background-image: url(<%= asset_data_uri("flapping.svg") %>);
1190
+ }
1191
+
1192
+ .status--validating,
1193
+ [data-deploy-status='validating'] {
1194
+ border-color: var(--green);
1195
+ }
1196
+
1197
+ .status--validating .status__icon,
1198
+ [data-deploy-status='validating'] .status__icon {
1199
+ background-image: url(<%= asset_data_uri("validating.svg") %>);
1200
+ }
1201
+
1202
+ .status--faulty,
1203
+ [data-deploy-status='faulty'] {
1204
+ border-color: var(--yellow);
1205
+ }
1206
+
1207
+ .status--faulty .status__icon,
1208
+ [data-deploy-status='faulty'] .status__icon {
1209
+ background-image: url(<%= asset_data_uri("faulty.svg") %>);
1210
+ }
1211
+
1212
+ .status--success,
1213
+ [data-deploy-status='success'] {
1214
+ border-color: var(--green);
1215
+ }
1216
+
1217
+ .status--success .status__icon,
1218
+ [data-deploy-status='success'] .status__icon {
1219
+ background-image: url(<%= asset_data_uri("success.svg") %>);
1220
+ }
1221
+
1222
+ .status--failure,
1223
+ .status--failed,
1224
+ [data-deploy-status='failure'],
1225
+ [data-deploy-status='failed'] {
1226
+ border-color: var(--bright-red);
1227
+ }
1228
+
1229
+ .status--failure .status__icon,
1230
+ .status--failed .status__icon,
1231
+ [data-deploy-status='failure'] .status__icon,
1232
+ [data-deploy-status='failed'] .status__icon {
1233
+ background-image: url(<%= asset_data_uri("failure.svg") %>);
1234
+ }
1235
+
1236
+ .status--error,
1237
+ [data-deploy-status='error'] {
1238
+ border-color: #333;
1239
+ }
1240
+
1241
+ .status--error .status__icon,
1242
+ [data-deploy-status='error'] .status__icon {
1243
+ background-image: url(<%= asset_data_uri("error.svg") %>);
1244
+ }
1245
+
1246
+ .status--timedout,
1247
+ [data-deploy-status='timedout'] {
1248
+ border-color: #333;
1249
+ }
1250
+
1251
+ .status--timedout .status__icon,
1252
+ [data-deploy-status='timedout'] .status__icon {
1253
+ background-image: url(<%= asset_data_uri("timedout.svg") %>);
1254
+ background-position: top 35% left 50%;
1255
+ background-size: 55%;
1256
+ }
1257
+
1258
+ .commit-summary-list {
1259
+ list-style-type: none;
1260
+ margin: 1.5rem 0 0;
1261
+ padding: 0;
1262
+ }
1263
+
1264
+ .commit-summary {
1265
+ display: -webkit-box;
1266
+ display: -ms-flexbox;
1267
+ display: flex;
1268
+ margin-bottom: .5em;
1269
+ }
1270
+
1271
+ .commit-summary__avatar {
1272
+ margin-right: .5rem;
1273
+ }
1274
+
1275
+ .commit-summary__avatar img {
1276
+ border-radius: 4px;
1277
+ }
1278
+
1279
+ .commit-summary__title {
1280
+ -webkit-box-flex: 1;
1281
+ -ms-flex-positive: 1;
1282
+ flex-grow: 1;
1283
+ }
1284
+
1285
+ .commit-summary__title a {
1286
+ color: #555;
1287
+ }
1288
+
1289
+ .commit-summary__sha {
1290
+ font-size: 0.875rem;
1291
+ color: var(--grey);
1292
+ }
1293
+
1294
+ .setting-section {
1295
+ padding: 2rem 0;
1296
+ }
1297
+
1298
+ .setting-section + .setting-section {
1299
+ border-top: 1px solid #e5e5e5;
1300
+ }
1301
+
1302
+ .setting-section .form-hint {
1303
+ font-size: smaller;
1304
+ font-style: italic;
1305
+ }
1306
+
1307
+ .setting-section .ccmenu-url {
1308
+ width: 85%;
1309
+ }
1310
+
1311
+ .setting-section .hidden {
1312
+ display: none;
1313
+ }
1314
+
1315
+ .stack-search {
1316
+ -webkit-appearance: none;
1317
+ width: 100%;
1318
+ border: none;
1319
+ font-family: "Helvetica Neue", sans-serif;
1320
+ font-weight: 200;
1321
+ background: url(<%= asset_data_uri("search.svg") %>) no-repeat center right;
1322
+ }
1323
+
1324
+ .stack-search::-webkit-input-placeholder {
1325
+ color: #B5C0CA;
1326
+ }
1327
+
1328
+ .stack-search:focus {
1329
+ outline: none;
1330
+ background-image: url(<%= asset_data_uri("search-active.svg") %>);
1331
+ }
1332
+
1333
+ .stack-table-header {
1334
+ margin: 0;
1335
+ padding: 1.25rem 0 1rem;
1336
+ }
1337
+
1338
+ .stack-table-header:after {
1339
+ content: "";
1340
+ display: table;
1341
+ clear: both;
1342
+ }
1343
+
1344
+ .stack-table-header .col {
1345
+ width: 25%;
1346
+ float: left;
1347
+ }
1348
+
1349
+ .stack-table-header li {
1350
+ list-style-type: none;
1351
+ font-size: .875em;
1352
+ color: #BAC5D1;
1353
+ }
1354
+
1355
+ .stack-lst {
1356
+ list-style-type: none;
1357
+ margin: 0;
1358
+ padding: 0;
1359
+ margin-bottom: 1.5rem;
1360
+ }
1361
+
1362
+ .stack-lst .col {
1363
+ width: 25%;
1364
+ float: left;
1365
+ text-overflow: ellipsis;
1366
+ white-space: nowrap;
1367
+ overflow: hidden;
1368
+ padding-right: .5rem;
1369
+ box-sizing: border-box;
1370
+ }
1371
+
1372
+ .stack-lst .undeployed {
1373
+ background-image: url(<%= asset_data_uri("ship.png") %>);
1374
+ background-repeat: no-repeat;
1375
+ background-size: 22px 22px;
1376
+ background-position: 0px center;
1377
+ padding-left: 30px;
1378
+ margin-left: -30px;
1379
+ }
1380
+
1381
+ .stack-lst .archived {
1382
+ background-image: url(<%= asset_data_uri("archive-solid.svg") %>);
1383
+ background-repeat: no-repeat;
1384
+ background-size: 22px 22px;
1385
+ background-position: 0px center;
1386
+ padding-left: 30px;
1387
+ margin-left: -30px;
1388
+ }
1389
+
1390
+ .stack-lst .auto-provisioned {
1391
+ background-image: url(<%= asset_data_uri("magic-solid.svg") %>);
1392
+ background-repeat: no-repeat;
1393
+ background-size: 22px 22px;
1394
+ background-position: 0px center;
1395
+ padding-left: 30px;
1396
+ margin-left: -30px;
1397
+ }
1398
+
1399
+ .stack-lst:empty:before {
1400
+ content: "No environment to deploy to, Shipit Squirrel is displeased";
1401
+ }
1402
+
1403
+ .stack-lst li:nth-child(even) a {
1404
+ background-color: #f8f9fa;
1405
+ }
1406
+
1407
+ .stack-lst li.selected a {
1408
+ background-color: var(--blue);
1409
+ outline: none;
1410
+ }
1411
+
1412
+ .stack-lst li.selected a span {
1413
+ color: #fff;
1414
+ }
1415
+
1416
+ .stack-lst li.selected a small {
1417
+ color: rgba(255, 255, 255, 0.8);
1418
+ }
1419
+
1420
+ .stack-lst li a {
1421
+ padding: .35rem;
1422
+ margin-left: -0.35rem;
1423
+ margin-right: -0.35rem;
1424
+ border-radius: 4px;
1425
+ display: block;
1426
+ }
1427
+
1428
+ .stack-lst li a:after {
1429
+ content: "";
1430
+ display: table;
1431
+ clear: both;
1432
+ }
1433
+
1434
+ .stack-lst li a:hover, .stack-lst li a:focus {
1435
+ background-color: var(--blue);
1436
+ outline: none;
1437
+ }
1438
+
1439
+ .stack-lst li a:hover span, .stack-lst li a:focus span {
1440
+ color: #fff;
1441
+ }
1442
+
1443
+ .stack-lst li a:hover small, .stack-lst li a:focus small {
1444
+ color: rgba(255, 255, 255, 0.8);
1445
+ }
1446
+
1447
+ .commits-path {
1448
+ font-size: 18px;
1449
+ }
1450
+
1451
+ .commits-path small {
1452
+ font-size: 18px;
1453
+ color: #8D9EB0;
1454
+ }
1455
+
1456
+ .stack-search input {
1457
+ margin-left: 4%;
1458
+ width: 92%;
1459
+ padding: 6px;
1460
+ font-size: larger;
1461
+ border-radius: 8px;
1462
+ outline: 0;
1463
+ border: 1px #a0a0a0 solid;
1464
+ }
1465
+
1466
+ .stack-search-header {
1467
+ display: none;
1468
+ }
1469
+
1470
+ .show-all-stacks {
1471
+ display: none;
1472
+ }
1473
+
1474
+ .filtering-enabled .show-all-stacks {
1475
+ display: inline-block;
1476
+ }
1477
+
1478
+ .filtering-enabled .stack-search-header {
1479
+ display: block;
1480
+ }
1481
+
1482
+ .filtering-enabled .search-item.not-matching {
1483
+ display: none;
1484
+ }
1485
+
1486
+ .message {
1487
+ background-color: #E2F1FF;
1488
+ margin: 0px;
1489
+ padding-top: 20px;
1490
+ padding-bottom: 20px;
1491
+ }
1492
+
1493
+ .message h2 {
1494
+ font-weight: bold;
1495
+ padding-bottom: 10px;
1496
+ }
1497
+
1498
+ .message p {
1499
+ margin: 0px;
1500
+ }
1501
+
1502
+ .configure-ci, .ignoring-ci {
1503
+ background-color: #E2F1FF;
1504
+ padding-top: 20px;
1505
+ padding-bottom: 20px;
1506
+ }
1507
+
1508
+ .configure-ci p, .ignoring-ci p {
1509
+ font-weight: bold;
1510
+ }
1511
+
1512
+ .new_stack input.repo {
1513
+ width: 200px;
1514
+ display: inline;
1515
+ }
1516
+
1517
+ .new_stack input.repo:focus {
1518
+ padding-right: 30px !important;
1519
+ }
1520
+
1521
+ .new_stack input:focus {
1522
+ border-color: var(--blue);
1523
+ }
1524
+
1525
+ .pagination {
1526
+ text-align: center;
1527
+ }
1528
+
1529
+ .box {
1530
+ border-radius: 5px;
1531
+ width: 32%;
1532
+ float: left;
1533
+ padding: 5px;
1534
+ }
1535
+
1536
+ .box__header {
1537
+ padding: 15px 25px;
1538
+ position: relative;
1539
+ }
1540
+
1541
+ .box__header-title {
1542
+ color: #333;
1543
+ font-size: 18px;
1544
+ }
1545
+
1546
+ .box__body {
1547
+ padding: 0 25px;
1548
+ }
1549
+
1550
+ .row:after {
1551
+ content: "";
1552
+ display: table;
1553
+ clear: both;
1554
+ }
1555
+
1556
+ .auto-provisioned {
1557
+ background-image: url(<%= asset_data_uri("magic-solid.svg") %>);
1558
+ background-repeat: no-repeat;
1559
+ background-size: 22px 22px;
1560
+ background-position: 0px center;
1561
+ padding-left: 30px;
1562
+ margin-left: 5px;
1563
+ }
1564
+
1565
+ /* STATS */
1566
+ .stats {
1567
+ color: #333;
1568
+ position: relative;
1569
+ padding-bottom: 25px;
1570
+ }
1571
+
1572
+ .stats__amount {
1573
+ font-size: 54px;
1574
+ line-height: 1.2;
1575
+ }
1576
+
1577
+ .stats__caption {
1578
+ font-size: 18px;
1579
+ }
1580
+
1581
+ .stats__change {
1582
+ position: absolute;
1583
+ top: 10px;
1584
+ right: 0;
1585
+ text-align: right;
1586
+ color: #B1B7C8;
1587
+ }
1588
+
1589
+ .stats__value {
1590
+ font-size: 18px;
1591
+ }
1592
+
1593
+ .stats__period {
1594
+ font-size: 14px;
1595
+ }
1596
+
1597
+ .stats__value--positive {
1598
+ color: #AEDC6F;
1599
+ }
1600
+
1601
+ .stats__value--negative {
1602
+ color: #FB5055;
1603
+ }
1604
+
1605
+ .repository-search {
1606
+ -webkit-appearance: none;
1607
+ width: 100%;
1608
+ border: none;
1609
+ font-family: "Helvetica Neue", sans-serif;
1610
+ font-weight: 200;
1611
+ background: url(<%= asset_data_uri("search.svg") %>) no-repeat center right;
1612
+ }
1613
+
1614
+ .repository-search::-webkit-input-placeholder {
1615
+ color: #B5C0CA;
1616
+ }
1617
+
1618
+ .repository-search:focus {
1619
+ outline: none;
1620
+ background-image: url(<%= asset_data_uri("search-active.svg") %>);
1621
+ }
1622
+
1623
+ .repository-table-header {
1624
+ margin: 0;
1625
+ padding: 1.25rem 0 1rem;
1626
+ }
1627
+
1628
+ .repository-table-header:after {
1629
+ content: "";
1630
+ display: table;
1631
+ clear: both;
1632
+ }
1633
+
1634
+ .repository-table-header .col {
1635
+ width: 25%;
1636
+ float: left;
1637
+ }
1638
+
1639
+ .repository-table-header li {
1640
+ list-style-type: none;
1641
+ font-size: .875em;
1642
+ color: #BAC5D1;
1643
+ }
1644
+
1645
+ .repository-lst {
1646
+ list-style-type: none;
1647
+ margin: 0;
1648
+ padding: 0;
1649
+ margin-bottom: 1.5rem;
1650
+ }
1651
+
1652
+ .repository-lst .col {
1653
+ width: 25%;
1654
+ float: left;
1655
+ text-overflow: ellipsis;
1656
+ white-space: nowrap;
1657
+ overflow: hidden;
1658
+ padding-right: .5rem;
1659
+ box-sizing: border-box;
1660
+ }
1661
+
1662
+ .repository-lst .undeployed {
1663
+ background-image: url(<%= asset_data_uri("ship.png") %>);
1664
+ background-repeat: no-repeat;
1665
+ background-size: 22px 22px;
1666
+ background-position: 0px center;
1667
+ padding-left: 30px;
1668
+ margin-left: -30px;
1669
+ }
1670
+
1671
+ .repository-lst .archived {
1672
+ background-image: url(<%= asset_data_uri("archive-solid.svg") %>);
1673
+ background-repeat: no-repeat;
1674
+ background-size: 22px 22px;
1675
+ background-position: 0px center;
1676
+ padding-left: 30px;
1677
+ margin-left: -30px;
1678
+ }
1679
+
1680
+ .repository-lst .auto-provisioned {
1681
+ background-image: url(<%= asset_data_uri("magic-solid.svg") %>);
1682
+ background-repeat: no-repeat;
1683
+ background-size: 22px 22px;
1684
+ background-position: 0px center;
1685
+ padding-left: 30px;
1686
+ margin-left: -30px;
1687
+ }
1688
+
1689
+ .repository-lst:empty:before {
1690
+ content: "No environment to deploy to, Shipit Squirrel is displeased";
1691
+ }
1692
+
1693
+ .repository-lst li:nth-child(even) a {
1694
+ background-color: #f8f9fa;
1695
+ }
1696
+
1697
+ .repository-lst li.selected a {
1698
+ background-color: var(--blue);
1699
+ outline: none;
1700
+ }
1701
+
1702
+ .repository-lst li.selected a span {
1703
+ color: #fff;
1704
+ }
1705
+
1706
+ .repository-lst li.selected a small {
1707
+ color: rgba(255, 255, 255, 0.8);
1708
+ }
1709
+
1710
+ .repository-lst li a {
1711
+ padding: .35rem;
1712
+ margin-left: -0.35rem;
1713
+ margin-right: -0.35rem;
1714
+ border-radius: 4px;
1715
+ display: block;
1716
+ }
1717
+
1718
+ .repository-lst li a:after {
1719
+ content: "";
1720
+ display: table;
1721
+ clear: both;
1722
+ }
1723
+
1724
+ .repository-lst li a:hover, .repository-lst li a:focus {
1725
+ background-color: var(--blue);
1726
+ outline: none;
1727
+ }
1728
+
1729
+ .repository-lst li a:hover span, .repository-lst li a:focus span {
1730
+ color: #fff;
1731
+ }
1732
+
1733
+ .repository-lst li a:hover small, .repository-lst li a:focus small {
1734
+ color: rgba(255, 255, 255, 0.8);
1735
+ }
1736
+
1737
+ .repository-search input {
1738
+ margin-left: 4%;
1739
+ width: 92%;
1740
+ padding: 6px;
1741
+ font-size: larger;
1742
+ border-radius: 8px;
1743
+ outline: 0;
1744
+ border: 1px #a0a0a0 solid;
1745
+ }
1746
+
1747
+ .repository-search-header {
1748
+ display: none;
1749
+ }
1750
+
1751
+ .show-all-repositories {
1752
+ display: none;
1753
+ }
1754
+
1755
+ .filtering-enabled .show-all-repositories {
1756
+ display: inline-block;
1757
+ }
1758
+
1759
+ .filtering-enabled .repository-search-header {
1760
+ display: block;
1761
+ }
1762
+
1763
+ .filtering-enabled .search-item.not-matching {
1764
+ display: none;
1765
+ }
1766
+
1767
+ .new_repository input.repo {
1768
+ width: 200px;
1769
+ display: inline;
1770
+ }
1771
+
1772
+ .new_repository input.repo:focus {
1773
+ padding-right: 30px !important;
1774
+ }
1775
+
1776
+ .new_repository input:focus {
1777
+ border-color: var(--blue);
1778
+ }
1779
+
1780
+ .deploy-checklist {
1781
+ list-style-type: none;
1782
+ padding: 0;
1783
+ margin-top: 1.5rem;
1784
+ }
1785
+
1786
+ .deploy-checklist__item {
1787
+ margin-bottom: 1rem;
1788
+ display: -webkit-box;
1789
+ display: -ms-flexbox;
1790
+ display: flex;
1791
+ }
1792
+
1793
+ .variables-header {
1794
+ margin: 1rem 0;
1795
+ padding-top: 1rem;
1796
+ }
1797
+
1798
+ .variables-fields input, .variables-fields select {
1799
+ display: inline-block;
1800
+ width: inherit;
1801
+ margin-right: 1rem;
1802
+ }
1803
+
1804
+ .deploy-checklist__item__checkbox {
1805
+ margin-right: 1rem;
1806
+ -ms-flex-negative: 0;
1807
+ flex-shrink: 0;
1808
+ }
1809
+
1810
+ .action-button {
1811
+ margin: 0 0.5rem;
1812
+ display: none;
1813
+ }
1814
+
1815
+ .action-button[data-status="running"], .action-button[data-status="aborting"], .action-button[data-status="pending"] {
1816
+ display: inline-block;
1817
+ }
1818
+
1819
+ .action-button .caption--pending {
1820
+ display: none;
1821
+ }
1822
+
1823
+ .action-button.pending .deploy-action {
1824
+ cursor: default;
1825
+ }
1826
+
1827
+ .action-button.pending .caption--ready {
1828
+ display: none;
1829
+ }
1830
+
1831
+ .action-button.pending .caption--pending {
1832
+ display: inline;
1833
+ }
1834
+
1835
+ .task-output-container.task-output-container-main-page {
1836
+ height: calc(100vh - 9rem - 4rem - 1px);
1837
+ }
1838
+
1839
+ .output-line {
1840
+ height: 1.5rem;
1841
+ }
1842
+
1843
+ .deploy-banner {
1844
+ min-height: 4rem;
1845
+ height: auto;
1846
+ background-color: #f0f4f7;
1847
+ display: -webkit-box;
1848
+ display: -ms-flexbox;
1849
+ display: flex;
1850
+ -webkit-box-pack: center;
1851
+ -ms-flex-pack: center;
1852
+ justify-content: center;
1853
+ -webkit-box-align: center;
1854
+ -ms-flex-align: center;
1855
+ align-items: center;
1856
+ position: relative;
1857
+ -ms-flex-wrap: wrap;
1858
+ flex-wrap: wrap;
1859
+ overflow-x: hidden;
1860
+ }
1861
+
1862
+ .deploy-banner .deploy-banner-section {
1863
+ display: inline-block;
1864
+ padding: .75rem 1.5rem;
1865
+ }
1866
+
1867
+ .deploy-banner .stack-link {
1868
+ display: none;
1869
+ }
1870
+
1871
+ .deploy-banner .action-buttons {
1872
+ -webkit-box-flex: 0;
1873
+ -ms-flex: none;
1874
+ flex: none;
1875
+ }
1876
+
1877
+ .deploy-banner .deploy-banner-status {
1878
+ height: 2px;
1879
+ position: absolute;
1880
+ bottom: 0;
1881
+ left: 0;
1882
+ }
1883
+
1884
+ .deploy-banner[data-status="failure"] .deploy-banner-status, .deploy-banner[data-status="error"] .deploy-banner-status, .deploy-banner[data-status="timedout"] .deploy-banner-status {
1885
+ background-color: var(--bright-red);
1886
+ width: 100%;
1887
+ }
1888
+
1889
+ .deploy-banner[data-status="aborted"] .deploy-banner-status, .deploy-banner[data-status="flapping"] .deploy-banner-status {
1890
+ background-color: var(--orange);
1891
+ width: 100%;
1892
+ }
1893
+
1894
+ .deploy-banner[data-status="success"] .deploy-banner-status {
1895
+ background-color: var(--green);
1896
+ width: 100%;
1897
+ }
1898
+
1899
+ .deploy-banner[data-status="pending"] .deploy-banner-status, .deploy-banner[data-status="running"] .deploy-banner-status {
1900
+ background-color: var(--blue);
1901
+ width: 0%;
1902
+ z-index: 9999;
1903
+ -webkit-animation: loading-slide 1.2s linear infinite;
1904
+ }
1905
+
1906
+ .deploy-banner[data-status="aborting"] .deploy-banner-status {
1907
+ background-color: var(--orange);
1908
+ width: 0%;
1909
+ z-index: 9999;
1910
+ -webkit-animation: loading-slide 1.2s linear infinite;
1911
+ }
1912
+
1913
+ .deploy-banner .deploy-status {
1914
+ color: #8f9498;
1915
+ }
1916
+
1917
+ .deploy-banner .short-sha {
1918
+ background: #e6eaed;
1919
+ font-family: Menlo, monospace;
1920
+ color: #9cacbb;
1921
+ border-radius: 4px;
1922
+ font-size: .875rem;
1923
+ padding: .25em .45em;
1924
+ }
1925
+
1926
+ .deploy-banner .short-sha-no-bg {
1927
+ font-family: Menlo, monospace;
1928
+ border-radius: 4px;
1929
+ font-size: .875rem;
1930
+ }
1931
+
1932
+ .search-bar {
1933
+ background-color: #f0f4f7;
1934
+ border: 1px solid #f0f4f7;
1935
+ position: absolute;
1936
+ right: 0px;
1937
+ padding: .125rem;
1938
+ border-bottom-left-radius: .25rem;
1939
+ }
1940
+
1941
+ .search-bar input[type="search"] {
1942
+ width: 300px;
1943
+ }
1944
+
1945
+ @-webkit-keyframes loading-slide {
1946
+ 0% {
1947
+ width: 0%;
1948
+ left: 0%;
1949
+ }
1950
+ 30% {
1951
+ left: 0%;
1952
+ }
1953
+ 100% {
1954
+ width: 50%;
1955
+ left: 100%;
1956
+ }
1957
+ }
1958
+
1959
+ @keyframes loading-slide {
1960
+ 0% {
1961
+ width: 0%;
1962
+ left: 0%;
1963
+ }
1964
+ 30% {
1965
+ left: 0%;
1966
+ }
1967
+ 100% {
1968
+ width: 50%;
1969
+ left: 100%;
1970
+ }
1971
+ }
1972
+
1973
+ .code-preview {
1974
+ margin: 1.5rem 0;
1975
+ }
1976
+
1977
+ .sidebar.enabled + .deploy-main {
1978
+ margin-left: 300px;
1979
+ }
1980
+
1981
+ .sidebar {
1982
+ background-color: var(--slate);
1983
+ color: white;
1984
+ overflow: hidden;
1985
+ height: calc(100vh - 9rem - 1px);
1986
+ position: absolute;
1987
+ width: 0px;
1988
+ }
1989
+
1990
+ .sidebar.enabled {
1991
+ width: 300px;
1992
+ }
1993
+
1994
+ .sidebar-plugins {
1995
+ height: 100%;
1996
+ width: 100%;
1997
+ overflow-y: auto;
1998
+ overflow-x: hidden;
1999
+ }
2000
+
2001
+ .commit-checks {
2002
+ border: 0.25rem solid var(--terminal-black);
2003
+ }
2004
+
2005
+ .commit-checks[data-status="success"] {
2006
+ border-color: var(--green);
2007
+ }
2008
+
2009
+ .commit-checks[data-status="failed"], .commit-checks[data-status="failure"], .commit-checks[data-status="error"], .commit-checks[data-status="timedout"] {
2010
+ border-color: var(--bright-red);
2011
+ }
2012
+
2013
+ .commit-checks[data-status="pending"], .commit-checks[data-status="running"] {
2014
+ border-color: var(--dark-yellow);
2015
+ }
2016
+
2017
+ .monitoring-panel {
2018
+ display: inline-block;
2019
+ }
2020
+
2021
+ .monitoring-panel iframe {
2022
+ border: none;
2023
+ }
2024
+
2025
+ .ignored-safeties {
2026
+ color: var(--orange);
2027
+ }
2028
+
2029
+ .deploy-actions {
2030
+ -ms-flex-negative: 0;
2031
+ flex-shrink: 0;
2032
+ }
2033
+
2034
+ @media (min-width: 1000px) {
2035
+ .deploy-actions {
2036
+ margin-left: 1rem;
2037
+ min-width: 12rem;
2038
+ }
2039
+ .deploy-actions .btn {
2040
+ float: right;
2041
+ }
2042
+ }
2043
+
2044
+ .release-validation {
2045
+ display: inline-block;
2046
+ }
2047
+
2048
+ .release-validation .icon {
2049
+ background-color: #ddd;
2050
+ }
2051
+
2052
+ .release-validation:hover .icon {
2053
+ background-color: #aaaaaa;
2054
+ }
2055
+
2056
+ .deploy[data-release-status="success"] .release-validation .action-validate-release:before, .deploy[data-release-status="success"] .release-validation .action-validate-release:after,
2057
+ .deploy[data-release-status="failure"] .release-validation .action-reject-release:before,
2058
+ .deploy[data-release-status="failure"] .release-validation .action-reject-release:after {
2059
+ display: none;
2060
+ }
2061
+
2062
+ .deploy[data-release-status="success"] .release-validation .action-validate-release .icon,
2063
+ .deploy[data-release-status="failure"] .release-validation .action-reject-release .icon {
2064
+ background-color: #ddd;
2065
+ }
2066
+
2067
+ .deploy .commit-lock .icon {
2068
+ background-color: var(--bright-red);
2069
+ }
2070
+
2071
+ .deploy .commit-lock:hover .icon {
2072
+ background-color: #c40808;
2073
+ }
2074
+
2075
+ .deploy .commit-lock .action-lock-commit {
2076
+ display: none;
2077
+ }
2078
+
2079
+ .deploy .commit-lock .action-unlock-commit {
2080
+ display: inline-block;
2081
+ }