shipit-engine 0.44.3 → 0.45.1

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.
@@ -1,70 +0,0 @@
1
- // =============================================================================
2
- // HEADER
3
- // =============================================================================
4
-
5
- .wrapper {
6
- width: 80%;
7
- max-width: 1100px;
8
- margin: 0 auto;
9
- position: relative;
10
- }
11
-
12
-
13
- // HEADER
14
- // -----------------------------------------------------------------------------
15
-
16
- .header {
17
- border-bottom: 1px solid #e5e5e5;
18
- background-color: #fff;
19
- color: $grey;
20
- }
21
-
22
- .header__inner {
23
- display: flex;
24
- flex-wrap: wrap;
25
- padding: spacing(loose) 0;
26
- position: relative;
27
- }
28
-
29
- .header__page-title {
30
- flex-grow: 1;
31
- }
32
-
33
- .header__page-actions {
34
-
35
- }
36
-
37
- .header__btn {
38
- margin: 0.4em 0.5em 0.4em 0;
39
- }
40
-
41
- .powered-by {
42
- float: right;
43
- position: relative;
44
- top: spacing(tight);
45
- right: spacing();
46
- font-size: 12px;
47
- color: $grey;
48
- }
49
-
50
-
51
- // LOGO
52
- // -----------------------------------------------------------------------------
53
-
54
- .logo {
55
- background: asset-data-url('anchor.svg') center center no-repeat;
56
- display: block;
57
- width: 40px;
58
- height: 40px;
59
- transition: transform 0.3s ease-in-out;
60
- text-indent: -9999px;
61
- position: absolute;
62
- top: 50%;
63
- right: 100%;
64
- margin-right: spacing();
65
- margin-top: -20px;
66
-
67
- &:hover {
68
- transform: rotate(-25deg);
69
- }
70
- }
@@ -1,154 +0,0 @@
1
- .main {
2
- @include flex(1);
3
- padding-bottom: 3rem;
4
- &.no-footer {
5
- padding-bottom: 0;
6
- }
7
- }
8
-
9
- section {
10
- margin-top: 3rem;
11
-
12
- &.warning {
13
- background-color: orange;
14
- padding: 1rem;
15
- text-align: center;
16
-
17
- li {
18
- list-style-type: none;
19
- padding-bottom: 0.5rem;
20
- }
21
- }
22
- }
23
-
24
- .section-header {
25
- border-bottom: 1px solid rgba(#000, 0.1);
26
- padding-bottom: 1rem;
27
- @include clearfix;
28
-
29
- h2 {
30
- float: left;
31
- }
32
-
33
- .header-accessory {
34
- float: right;
35
- & > a {
36
- padding: .7rem 0;
37
- display: inline-block;
38
- & + a { margin-left: 1rem; }
39
- }
40
- & > p {
41
- margin: 0;
42
- padding: .7rem 0;
43
- color: $grey;
44
- font-size: .875rem;
45
- .repo-name { font-weight: 500; color: #777; }
46
- }
47
- }
48
-
49
- }
50
-
51
- pre {
52
- background-color: $terminal-black;
53
- min-height: 100%;
54
- overflow-x: auto;
55
- color: #fff;
56
- padding: 1.5rem;
57
- line-height: 1.5em;
58
- font-family: "Source Code Pro";
59
- white-space: pre-wrap;
60
- &.nowrap {
61
- white-space: pre;
62
- margin-top: -.25rem;
63
- margin-bottom: 0rem;
64
- }
65
- }
66
-
67
- .number {
68
- font-family: Menlo, monospace;
69
- }
70
-
71
- .repo-header {
72
- background-color: $blue;
73
- padding: 1.75rem 0;
74
- @include clearfix;
75
- &.success { background-color: $green; }
76
- &.failure { background-color: $bright-red; }
77
-
78
- a {
79
- color: #fff;
80
- }
81
-
82
- .repo-name {
83
- float: left;
84
- h1 a {
85
- text-transform: capitalize;
86
- }
87
- }
88
-
89
- p {
90
- font-size: .75rem;
91
- color: rgba(#000, .4);
92
- margin: 0;
93
- }
94
-
95
- h1 {
96
- color: #fff;
97
- font-size: 1.75rem;
98
- margin-bottom: 0;
99
- small { color: rgba(#000, .4); font-size: 1em; font-weight: 200; text-transform: capitalize; }
100
- }
101
-
102
- .header-accessory {
103
- float: right;
104
- margin-top: 1.35rem;
105
- a + a { margin-left: .5rem; }
106
- }
107
-
108
- .deploy-url {
109
- color: rgba(#fff, .5);
110
- font-size: .75em;
111
- }
112
- }
113
-
114
- .notice {
115
- background-color: #f0f4f7;
116
- padding: 1rem 1.5rem;
117
- -webkit-animation: notice-slide-in .3s .6s ease-in-out backwards;
118
- overflow: hidden;
119
-
120
- .message {
121
- float: left;
122
- }
123
-
124
- .cta {
125
- float: right;
126
- }
127
-
128
- h3 {
129
- font-size: 1rem;
130
- margin: 0;
131
- color: #4b5866;
132
- }
133
-
134
- p {
135
- font-size: .875rem;
136
- color: #828d96;
137
- margin: 0;
138
- }
139
-
140
- }
141
-
142
- .less-important {
143
- color: $grey;
144
- margin-bottom: 0em;
145
- margin-top: 5em;
146
- p {
147
- margin-top: 1.5rem;
148
- margin-bottom: 0.5em;
149
- }
150
- }
151
-
152
- @include keyframes(notice-slide-in) {
153
- 0% { margin-top: -74px; }
154
- }
@@ -1,89 +0,0 @@
1
- // NAVIGATION
2
- // -----------------------------------------------------------------------------
3
-
4
- .nav {
5
- display: flex;
6
- }
7
-
8
- .nav__list {
9
- list-style-type: none;
10
- margin: 0;
11
- padding: 0;
12
- }
13
-
14
- .nav__list--primary {
15
- flex-grow: 1;
16
- }
17
-
18
- .nav__list__item {
19
- display: inline-block;
20
- cursor: pointer;
21
- color: $blue;
22
- padding-bottom: spacing(loose);
23
-
24
- + .nav__list__item {
25
- margin-left: spacing(loose);
26
- }
27
- }
28
-
29
- .nav__list__sub__item {
30
- list-style: none;
31
- white-space: nowrap;
32
-
33
- + .nav__list__sub__item {
34
- margin-top: spacing(tight);
35
- }
36
- }
37
-
38
- $tool-tip-size: 12px;
39
- $tool-tip-offset: $tool-tip-size / 2 + 1;
40
- $sub-nav-offset: -10px;
41
-
42
- .nav__sub__list {
43
- position: absolute;
44
- top: calc(100% - #{spacing(tight)});
45
- z-index: 10;
46
- background-color: white;
47
- padding: spacing(tight);
48
- opacity: 0;
49
- pointer-events: none;
50
- transform: translateY($sub-nav-offset);
51
- border: 1px solid $grey-light;
52
- border-radius: 3px;
53
- transition:
54
- opacity 0.2s ease-in-out,
55
- transform 0.2s ease-in-out;
56
-
57
- &::after {
58
- content: '';
59
- display: block;
60
- position: absolute;
61
- top: -1 * $tool-tip-offset;
62
- background-color: white;
63
- border: 1px solid $grey-light;
64
- border-right-color: transparent;
65
- border-bottom-color: transparent;
66
- height: $tool-tip-size;
67
- width: $tool-tip-size;
68
- transform: rotate(45deg);
69
- }
70
- }
71
-
72
- .nav__list__item--has-children {
73
- position: relative;
74
- display: inline-flex;
75
-
76
- &::after {
77
- display: inline-block;
78
- content: '';
79
- background-image: asset-data-url('caret-down.svg');
80
- width: 20px;
81
- height: 20px;
82
- }
83
-
84
- &:hover .nav__sub__list {
85
- opacity: 1;
86
- pointer-events: initial;
87
- transform: translateY(0);
88
- }
89
- }
File without changes
@@ -1,21 +0,0 @@
1
- //= require 'ansi_stream'
2
- //= require 'clusterize'
3
-
4
- @import "_base/_media-queries";
5
- @import "_base/_utility";
6
- @import "_base/_spacing";
7
- @import "_base/_colors";
8
- @import "_base/_base";
9
- @import "_base/_forms";
10
- @import "_base/_icons";
11
- @import "_base/_buttons";
12
- @import "_base/_banner";
13
- @import "_structure/_layout";
14
- @import "_structure/_navigation";
15
- @import "_structure/_main";
16
- @import "_base/status-items";
17
- @import "_pages/_commits";
18
- @import "_pages/_settings";
19
- @import "_pages/_stacks";
20
- @import "_pages/_repositories";
21
- @import "_pages/_deploy";