@appscode/design-system 1.1.0-beta.3 → 1.1.0-beta.31
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.
- package/base/utilities/_colors.scss +81 -186
- package/base/utilities/_global.scss +24 -18
- package/base/utilities/_typography.scss +2 -2
- package/base/utilities/dark-theme.scss +2 -8
- package/components/_ac-alert-box.scss +8 -8
- package/components/_ac-code-highlight.scss +9 -12
- package/components/_ac-drag.scss +4 -4
- package/components/_ac-modal.scss +2 -2
- package/components/_ac-multi-select.scss +18 -18
- package/components/_ac-select-box.scss +5 -5
- package/components/_ac-table.scss +10 -10
- package/components/_ac-tabs.scss +29 -26
- package/components/_all.scss +6 -4
- package/components/_buttons.scss +10 -10
- package/components/_image-upload.scss +6 -6
- package/components/_input-card.scss +232 -0
- package/components/_input.scss +947 -0
- package/components/_left-sidebar-menu.scss +9 -13
- package/components/_monaco-editor.scss +2 -2
- package/components/_navbar.scss +7 -7
- package/components/_nested-list.scss +2 -2
- package/components/_overview-info.scss +3 -3
- package/components/_pricing-table.scss +5 -5
- package/components/_progress-bar.scss +61 -74
- package/components/_subscription-card.scss +8 -10
- package/components/_table-of-content.scss +4 -4
- package/components/{_ac-terminal.scss → _terminal.scss} +55 -38
- package/components/_widget-menu.scss +7 -12
- package/components/_wizard.scss +518 -793
- package/components/ac-toaster/_ac-toasted.scss +6 -11
- package/components/bbum/_information-center.scss +8 -10
- package/components/bbum/_mobile-desktop.scss +9 -14
- package/components/bbum/_single-post-preview.scss +9 -9
- package/components/ui-builder/_ui-builder.scss +193 -11
- package/components/ui-builder/_vue-open-api.scss +49 -13
- package/layouts/_code-preview.scss +6 -7
- package/main.scss +4 -4
- package/package.json +1 -1
- package/plugins/theme.js +11 -9
- package/plugins/vue-toaster.js +1 -1
- package/vue-components/types/importFlow.ts +16 -0
- package/vue-components/v2/banner/Banner.vue +1 -1
- package/vue-components/v2/editor/FilteredFileEditor.vue +2 -2
- package/vue-components/v2/modal/Modal.vue +1 -1
- package/vue-components/v2/pagination/Pagination.vue +1 -0
- package/vue-components/v3/alert/Alert.vue +7 -7
- package/vue-components/v3/banner/Banner.vue +2 -2
- package/vue-components/v3/breadcrumbs/Breadcrumb.vue +4 -2
- package/vue-components/v3/button/Button.vue +26 -11
- package/vue-components/v3/cards/Cluster.vue +3 -4
- package/vue-components/v3/cards/Counter.vue +12 -0
- package/vue-components/v3/cards/FeatureCard.vue +31 -0
- package/vue-components/v3/cards/InfoCard.vue +4 -9
- package/vue-components/v3/cards/Monitoring.vue +1 -1
- package/vue-components/v3/cards/Vendor.vue +67 -5
- package/vue-components/v3/content/ContentTable.vue +7 -2
- package/vue-components/v3/editor/FilteredFileEditor.vue +200 -3
- package/vue-components/v3/footer/Info.vue +10 -8
- package/vue-components/v3/footer/Status.vue +21 -23
- package/vue-components/v3/footer/Usage.vue +20 -30
- package/vue-components/v3/form/Form.vue +0 -3
- package/vue-components/v3/form-fields/AcSingleInput.vue +9 -1
- package/vue-components/v3/header/Header.vue +5 -4
- package/vue-components/v3/loaders/InfoCardLoader.vue +65 -0
- package/vue-components/v3/modal/Modal.vue +1 -1
- package/vue-components/v3/navbar/Navbar.vue +3 -1
- package/vue-components/v3/navbar/User.vue +4 -4
- package/vue-components/v3/notification/AlertBox.vue +234 -4
- package/vue-components/v3/option-dots/Options.vue +2 -1
- package/vue-components/v3/pagination/Pagination.vue +2 -1
- package/vue-components/v3/preloader/Preloader.vue +1 -1
- package/vue-components/v3/searchbars/SearchBar.vue +10 -2
- package/vue-components/v3/sidebar/ClusterSwitcher.vue +35 -31
- package/vue-components/v3/sidebar/Sidebar.vue +5 -9
- package/vue-components/v3/sidebar/SidebarFooter.vue +3 -3
- package/vue-components/v3/sidebar/SidebarHeader.vue +3 -3
- package/vue-components/v3/sidebar/Steps.vue +152 -0
- package/vue-components/v3/sidebar/sidebar-tabs/SidebarTabs.vue +26 -2
- package/vue-components/v3/table/InfoTable.vue +6 -4
- package/vue-components/v3/table/Table.vue +38 -31
- package/vue-components/v3/table/TableRow.vue +2 -2
- package/components/_ac-card.scss +0 -589
- package/components/_ac-input.scss +0 -394
- /package/components/{_ac-accordion.scss → _accordion.scss} +0 -0
- /package/components/{_ac-report.scss → _report.scss} +0 -0
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
// height: calc(100vh - 80px);
|
|
99
99
|
// overflow-y: auto;
|
|
100
100
|
// padding-top: 4px;
|
|
101
|
-
// scrollbar-color: $white-100
|
|
101
|
+
// scrollbar-color: $white-100 transparent;
|
|
102
102
|
|
|
103
103
|
// /* width */
|
|
104
104
|
// &::-webkit-scrollbar {
|
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
|
|
258
258
|
// // &:active {
|
|
259
259
|
// // i.fa {
|
|
260
|
-
// // background-color: $
|
|
260
|
+
// // background-color: $primary-90;
|
|
261
261
|
// // width: 25px;
|
|
262
262
|
// // height: 25px;
|
|
263
263
|
// // text-align: center;
|
|
@@ -313,7 +313,7 @@
|
|
|
313
313
|
// }
|
|
314
314
|
|
|
315
315
|
// .multiselect__input {
|
|
316
|
-
// background-color:
|
|
316
|
+
// background-color: transparent-light-gray !important;
|
|
317
317
|
// top: 13px;
|
|
318
318
|
|
|
319
319
|
// &::placeholder {
|
|
@@ -324,7 +324,7 @@
|
|
|
324
324
|
// }
|
|
325
325
|
|
|
326
326
|
// .multiselect__single {
|
|
327
|
-
// background-color:
|
|
327
|
+
// background-color: transparent-light-gray !important;
|
|
328
328
|
// top: 14px !important;
|
|
329
329
|
|
|
330
330
|
// img {
|
|
@@ -452,7 +452,7 @@ Responsive Classes
|
|
|
452
452
|
// ul {
|
|
453
453
|
// max-height: 0;
|
|
454
454
|
// transition: max-height 0.2s ease-out;
|
|
455
|
-
// background-color:
|
|
455
|
+
// background-color: transparent;
|
|
456
456
|
|
|
457
457
|
// li {
|
|
458
458
|
// a {
|
|
@@ -470,17 +470,13 @@ Responsive Classes
|
|
|
470
470
|
}
|
|
471
471
|
|
|
472
472
|
// Small devices (landscape phones, 576px and up)
|
|
473
|
-
@media (min-width: 576px) and (max-width: 767.98px) {
|
|
474
|
-
}
|
|
473
|
+
@media (min-width: 576px) and (max-width: 767.98px) {}
|
|
475
474
|
|
|
476
475
|
// Medium devices (tablets, 768px and up)
|
|
477
|
-
@media (min-width: 768px) and (max-width: 991.98px) {
|
|
478
|
-
}
|
|
476
|
+
@media (min-width: 768px) and (max-width: 991.98px) {}
|
|
479
477
|
|
|
480
478
|
// Large devices (desktops, 992px and up)
|
|
481
|
-
@media (min-width: 992px) and (max-width: 1199.98px) {
|
|
482
|
-
}
|
|
479
|
+
@media (min-width: 992px) and (max-width: 1199.98px) {}
|
|
483
480
|
|
|
484
481
|
// Extra large devices (large desktops, 1200px and up)
|
|
485
|
-
@media (min-width: 1200px) {
|
|
486
|
-
}
|
|
482
|
+
@media (min-width: 1200px) {}
|
package/components/_navbar.scss
CHANGED
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
// padding-left: 15px;
|
|
89
89
|
|
|
90
90
|
// &::placeholder {
|
|
91
|
-
// color: $
|
|
91
|
+
// color: $primary-90;
|
|
92
92
|
// font-weight: 500;
|
|
93
93
|
// }
|
|
94
94
|
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
// top: 0;
|
|
139
139
|
// width: 100%;
|
|
140
140
|
// height: 100%;
|
|
141
|
-
// background-color: $
|
|
141
|
+
// background-color: $black-5;
|
|
142
142
|
// opacity: 0.2;
|
|
143
143
|
// z-index: 1;
|
|
144
144
|
// }
|
|
@@ -238,7 +238,7 @@
|
|
|
238
238
|
// .ac-nav-button {
|
|
239
239
|
// background-color: transparent;
|
|
240
240
|
// border: none;
|
|
241
|
-
// color: $
|
|
241
|
+
// color: $primary-90;
|
|
242
242
|
// padding: 0 14px;
|
|
243
243
|
// margin-left: 15px;
|
|
244
244
|
|
|
@@ -449,13 +449,13 @@
|
|
|
449
449
|
|
|
450
450
|
// /* Handle */
|
|
451
451
|
// &::-webkit-scrollbar-thumb {
|
|
452
|
-
// background-color: $
|
|
452
|
+
// background-color: $black-50;
|
|
453
453
|
// border-radius: 10px;
|
|
454
454
|
// }
|
|
455
455
|
|
|
456
456
|
// /* Handle on hover */
|
|
457
457
|
// &::-webkit-scrollbar-thumb:hover {
|
|
458
|
-
// background-color: $
|
|
458
|
+
// background-color: $black-50;
|
|
459
459
|
// }
|
|
460
460
|
|
|
461
461
|
// // &:last-child {
|
|
@@ -553,7 +553,7 @@
|
|
|
553
553
|
|
|
554
554
|
// p {
|
|
555
555
|
// font-size: 11px;
|
|
556
|
-
// color: $
|
|
556
|
+
// color: $primary-10;
|
|
557
557
|
|
|
558
558
|
// &.is-success {
|
|
559
559
|
// color: $success;
|
|
@@ -783,4 +783,4 @@
|
|
|
783
783
|
|
|
784
784
|
// // Extra large devices (large desktops, 1200px and up)
|
|
785
785
|
// @media (min-width: 1200px) {
|
|
786
|
-
// }
|
|
786
|
+
// }
|
|
@@ -58,13 +58,13 @@
|
|
|
58
58
|
|
|
59
59
|
p {
|
|
60
60
|
font-size: 16px;
|
|
61
|
-
color: $
|
|
61
|
+
color: $primary-20;
|
|
62
62
|
font-weight: 500;
|
|
63
63
|
|
|
64
64
|
span {
|
|
65
65
|
font-weight: 400;
|
|
66
66
|
font-size: 12px;
|
|
67
|
-
color: $
|
|
67
|
+
color: $primary-20;
|
|
68
68
|
|
|
69
69
|
strong {
|
|
70
70
|
font-size: 16px;
|
|
@@ -78,4 +78,4 @@
|
|
|
78
78
|
}
|
|
79
79
|
}
|
|
80
80
|
}
|
|
81
|
-
}
|
|
81
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
.pricing-table {
|
|
2
2
|
border: 1px solid $primary-90;
|
|
3
|
-
background-color: $
|
|
3
|
+
background-color: $primary-90;
|
|
4
4
|
border-radius: 4px;
|
|
5
5
|
|
|
6
6
|
.pricing-title {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
line-height: 1;
|
|
25
25
|
padding: 15px;
|
|
26
26
|
font-weight: 400;
|
|
27
|
-
color: $
|
|
27
|
+
color: $primary-20;
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
30
|
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
|
|
108
108
|
.pricing {
|
|
109
109
|
font-size: 16px;
|
|
110
|
-
color: $
|
|
110
|
+
color: $primary-20;
|
|
111
111
|
font-weight: 500;
|
|
112
112
|
line-height: 24px;
|
|
113
113
|
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
ul {
|
|
142
142
|
li {
|
|
143
143
|
text-align: center;
|
|
144
|
-
color: $
|
|
144
|
+
color: $primary-20;
|
|
145
145
|
display: block;
|
|
146
146
|
border-top: 1px solid $primary-90;
|
|
147
147
|
padding: 10px;
|
|
@@ -157,4 +157,4 @@
|
|
|
157
157
|
}
|
|
158
158
|
}
|
|
159
159
|
}
|
|
160
|
-
}
|
|
160
|
+
}
|
|
@@ -15,9 +15,9 @@
|
|
|
15
15
|
.progress-tooltip-info {
|
|
16
16
|
align-items: center;
|
|
17
17
|
background-color: $black-60;
|
|
18
|
-
border: 1px solid $
|
|
18
|
+
border: 1px solid $primary-10;
|
|
19
19
|
border-radius: 10px;
|
|
20
|
-
box-shadow: 0 0 2px $
|
|
20
|
+
box-shadow: 0 0 2px $primary-10;
|
|
21
21
|
color: $primary;
|
|
22
22
|
display: inline-flex;
|
|
23
23
|
font-family: sans-serif;
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
left: 50%;
|
|
42
42
|
transform: translateX(-50%);
|
|
43
43
|
border-width: 8px;
|
|
44
|
-
border-top-color: $
|
|
44
|
+
border-top-color: $primary-10;
|
|
45
45
|
bottom: -16px;
|
|
46
46
|
left: 50%;
|
|
47
47
|
}
|
|
@@ -75,64 +75,56 @@
|
|
|
75
75
|
|
|
76
76
|
&::-webkit-progress-bar {
|
|
77
77
|
background-color: #5e9cd1;
|
|
78
|
-
background-image: linear-gradient(
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
transparent
|
|
87
|
-
);
|
|
78
|
+
background-image: linear-gradient(45deg,
|
|
79
|
+
rgba(255, 255, 255, 0.15) 25%,
|
|
80
|
+
transparent 25%,
|
|
81
|
+
transparent 50%,
|
|
82
|
+
rgba(255, 255, 255, 0.15) 50%,
|
|
83
|
+
rgba(255, 255, 255, 0.15) 75%,
|
|
84
|
+
transparent 75%,
|
|
85
|
+
transparent);
|
|
88
86
|
background-size: 10px 10px;
|
|
89
87
|
}
|
|
90
88
|
|
|
91
89
|
&::-webkit-progress-value {
|
|
92
90
|
border-radius: 5px;
|
|
93
91
|
background-color: $primary;
|
|
94
|
-
background-image: linear-gradient(
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
transparent
|
|
103
|
-
);
|
|
92
|
+
background-image: linear-gradient(45deg,
|
|
93
|
+
rgba(255, 255, 255, 0.15) 25%,
|
|
94
|
+
transparent 25%,
|
|
95
|
+
transparent 50%,
|
|
96
|
+
rgba(255, 255, 255, 0.15) 50%,
|
|
97
|
+
rgba(255, 255, 255, 0.15) 75%,
|
|
98
|
+
transparent 75%,
|
|
99
|
+
transparent);
|
|
104
100
|
background-size: 10px 10px;
|
|
105
101
|
}
|
|
106
102
|
|
|
107
103
|
&::-moz-progress-bar {
|
|
108
104
|
border-radius: 5px;
|
|
109
105
|
background-color: $primary;
|
|
110
|
-
background-image: linear-gradient(
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
transparent
|
|
119
|
-
);
|
|
106
|
+
background-image: linear-gradient(45deg,
|
|
107
|
+
rgba(255, 255, 255, 0.15) 25%,
|
|
108
|
+
transparent 25%,
|
|
109
|
+
transparent 50%,
|
|
110
|
+
rgba(255, 255, 255, 0.15) 50%,
|
|
111
|
+
rgba(255, 255, 255, 0.15) 75%,
|
|
112
|
+
transparent 75%,
|
|
113
|
+
transparent);
|
|
120
114
|
background-size: 10px 10px;
|
|
121
115
|
}
|
|
122
116
|
|
|
123
117
|
&::-ms-fill {
|
|
124
118
|
border-radius: 5px;
|
|
125
119
|
background-color: $primary;
|
|
126
|
-
background-image: linear-gradient(
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
transparent
|
|
135
|
-
);
|
|
120
|
+
background-image: linear-gradient(45deg,
|
|
121
|
+
rgba(255, 255, 255, 0.15) 25%,
|
|
122
|
+
transparent 25%,
|
|
123
|
+
transparent 50%,
|
|
124
|
+
rgba(255, 255, 255, 0.15) 50%,
|
|
125
|
+
rgba(255, 255, 255, 0.15) 75%,
|
|
126
|
+
transparent 75%,
|
|
127
|
+
transparent);
|
|
136
128
|
background-size: 10px 10px;
|
|
137
129
|
border: none;
|
|
138
130
|
}
|
|
@@ -149,46 +141,40 @@
|
|
|
149
141
|
background-size: 150% 150%;
|
|
150
142
|
|
|
151
143
|
&::-webkit-progress-value {
|
|
152
|
-
background-image: linear-gradient(
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
transparent
|
|
161
|
-
);
|
|
144
|
+
background-image: linear-gradient(45deg,
|
|
145
|
+
rgba(255, 255, 255, 0.15) 25%,
|
|
146
|
+
transparent 25%,
|
|
147
|
+
transparent 50%,
|
|
148
|
+
rgba(255, 255, 255, 0.15) 50%,
|
|
149
|
+
rgba(255, 255, 255, 0.15) 75%,
|
|
150
|
+
transparent 75%,
|
|
151
|
+
transparent);
|
|
162
152
|
background-size: 10px 10px;
|
|
163
153
|
}
|
|
164
154
|
|
|
165
155
|
&::-webkit-progress-bar {
|
|
166
156
|
background-color: transparent;
|
|
167
|
-
background-image: linear-gradient(
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
transparent
|
|
176
|
-
);
|
|
157
|
+
background-image: linear-gradient(45deg,
|
|
158
|
+
rgba(255, 255, 255, 0.15) 25%,
|
|
159
|
+
transparent 25%,
|
|
160
|
+
transparent 50%,
|
|
161
|
+
rgba(255, 255, 255, 0.15) 50%,
|
|
162
|
+
rgba(255, 255, 255, 0.15) 75%,
|
|
163
|
+
transparent 75%,
|
|
164
|
+
transparent);
|
|
177
165
|
background-size: 10px 10px;
|
|
178
166
|
}
|
|
179
167
|
|
|
180
168
|
&::-moz-progress-bar {
|
|
181
169
|
background-color: transparent;
|
|
182
|
-
background-image: linear-gradient(
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
transparent
|
|
191
|
-
);
|
|
170
|
+
background-image: linear-gradient(45deg,
|
|
171
|
+
rgba(255, 255, 255, 0.15) 25%,
|
|
172
|
+
transparent 25%,
|
|
173
|
+
transparent 50%,
|
|
174
|
+
rgba(255, 255, 255, 0.15) 50%,
|
|
175
|
+
rgba(255, 255, 255, 0.15) 75%,
|
|
176
|
+
transparent 75%,
|
|
177
|
+
transparent);
|
|
192
178
|
background-size: 10px 10px;
|
|
193
179
|
}
|
|
194
180
|
}
|
|
@@ -203,6 +189,7 @@
|
|
|
203
189
|
color: $primary-20;
|
|
204
190
|
margin-bottom: 5px;
|
|
205
191
|
}
|
|
192
|
+
|
|
206
193
|
.progress-line {
|
|
207
194
|
-moz-appearance: none;
|
|
208
195
|
-webkit-appearance: none;
|
|
@@ -240,4 +227,4 @@
|
|
|
240
227
|
border: none;
|
|
241
228
|
}
|
|
242
229
|
}
|
|
243
|
-
}
|
|
230
|
+
}
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
font-weight: 600;
|
|
56
56
|
font-size: 14px;
|
|
57
57
|
line-height: 16px;
|
|
58
|
-
color: $
|
|
58
|
+
color: $primary-20;
|
|
59
59
|
margin-bottom: 10px;
|
|
60
60
|
}
|
|
61
61
|
}
|
|
@@ -127,25 +127,22 @@
|
|
|
127
127
|
background-color: var(--dark-bg-light);
|
|
128
128
|
}
|
|
129
129
|
}
|
|
130
|
+
|
|
130
131
|
// dark theme end
|
|
131
132
|
/****************************************
|
|
132
133
|
Responsive Classes
|
|
133
134
|
*****************************************/
|
|
134
135
|
// Extra small devices (portrait phones, less than 576px)
|
|
135
|
-
@media (max-width: 575.98px) {
|
|
136
|
-
}
|
|
136
|
+
@media (max-width: 575.98px) {}
|
|
137
137
|
|
|
138
138
|
// Small devices (landscape phones, 576px and up)
|
|
139
|
-
@media (min-width: 576px) and (max-width: 767.98px) {
|
|
140
|
-
}
|
|
139
|
+
@media (min-width: 576px) and (max-width: 767.98px) {}
|
|
141
140
|
|
|
142
141
|
// Medium devices (tablets, 768px and up)
|
|
143
|
-
@media (min-width: 768px) and (max-width: 991.98px) {
|
|
144
|
-
}
|
|
142
|
+
@media (min-width: 768px) and (max-width: 991.98px) {}
|
|
145
143
|
|
|
146
144
|
// Large devices (desktops, 992px and up)
|
|
147
|
-
@media (min-width: 992px) and (max-width: 1199.98px) {
|
|
148
|
-
}
|
|
145
|
+
@media (min-width: 992px) and (max-width: 1199.98px) {}
|
|
149
146
|
|
|
150
147
|
// Extra large devices (large desktops, 1200px and up)
|
|
151
148
|
@media (min-width: 1200px) {
|
|
@@ -158,6 +155,7 @@ Responsive Classes
|
|
|
158
155
|
}
|
|
159
156
|
}
|
|
160
157
|
}
|
|
158
|
+
|
|
161
159
|
.card-footer {
|
|
162
160
|
.quantity {
|
|
163
161
|
font-size: 12px;
|
|
@@ -165,4 +163,4 @@ Responsive Classes
|
|
|
165
163
|
}
|
|
166
164
|
}
|
|
167
165
|
}
|
|
168
|
-
}
|
|
166
|
+
}
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
font-size: 13px;
|
|
21
21
|
line-height: 16px;
|
|
22
22
|
cursor: pointer;
|
|
23
|
-
color: $
|
|
23
|
+
color: $primary-20;
|
|
24
24
|
|
|
25
25
|
span {
|
|
26
26
|
padding-left: 10px;
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
button {
|
|
31
|
-
color: $
|
|
31
|
+
color: $primary-20;
|
|
32
32
|
font-size: 13px;
|
|
33
33
|
}
|
|
34
34
|
}
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
font-size: 13px;
|
|
49
49
|
line-height: 16px;
|
|
50
50
|
padding: 8px 0;
|
|
51
|
-
color: $
|
|
51
|
+
color: $primary-20;
|
|
52
52
|
|
|
53
53
|
img {
|
|
54
54
|
margin-left: 10px;
|
|
@@ -58,4 +58,4 @@
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
|
-
}
|
|
61
|
+
}
|
|
@@ -1,6 +1,17 @@
|
|
|
1
1
|
// terminal scss start
|
|
2
2
|
.ac-terminal {
|
|
3
3
|
width: 100%;
|
|
4
|
+
border-top: 1px solid var(--ac-white-light);
|
|
5
|
+
padding: 0;
|
|
6
|
+
position: fixed;
|
|
7
|
+
width: calc(100% - 250px);
|
|
8
|
+
bottom: 0;
|
|
9
|
+
background-color: $primary-10;
|
|
10
|
+
color: $white-100;
|
|
11
|
+
font-size: 13px;
|
|
12
|
+
height: 360px;
|
|
13
|
+
z-index: 999;
|
|
14
|
+
transition: 0.3s ease-in-out;
|
|
4
15
|
|
|
5
16
|
.terminal-body {
|
|
6
17
|
font-family: "Inconsolata", monospace;
|
|
@@ -12,20 +23,6 @@
|
|
|
12
23
|
color: $white-100;
|
|
13
24
|
}
|
|
14
25
|
}
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.ac-terminal {
|
|
18
|
-
border-top: 1px solid var(--ac-white-light);
|
|
19
|
-
padding: 0;
|
|
20
|
-
position: fixed;
|
|
21
|
-
width: calc(100% - 250px);
|
|
22
|
-
bottom: 0;
|
|
23
|
-
background-color: $white-100;
|
|
24
|
-
color: $white-100;
|
|
25
|
-
font-size: 13px;
|
|
26
|
-
height: 360px;
|
|
27
|
-
z-index: 999;
|
|
28
|
-
transition: 0.3s ease-in-out;
|
|
29
26
|
|
|
30
27
|
&.is-collapsed {
|
|
31
28
|
height: 40px !important;
|
|
@@ -52,13 +49,13 @@
|
|
|
52
49
|
}
|
|
53
50
|
|
|
54
51
|
.terminal-header {
|
|
55
|
-
border-top: 1px solid $
|
|
52
|
+
border-top: 1px solid $primary-90;
|
|
56
53
|
box-shadow: 1px -2px 5px 1px rgba(0, 0, 0, 0.08%);
|
|
57
54
|
background-color: $primary-10;
|
|
58
55
|
|
|
59
56
|
.tabs {
|
|
60
57
|
padding: 0 20px 0 20px;
|
|
61
|
-
background-color: $
|
|
58
|
+
background-color: $primary-90;
|
|
62
59
|
overflow: inherit;
|
|
63
60
|
height: 40px;
|
|
64
61
|
|
|
@@ -85,13 +82,13 @@
|
|
|
85
82
|
}
|
|
86
83
|
|
|
87
84
|
&::-webkit-scrollbar-thumb {
|
|
88
|
-
background-color: $
|
|
85
|
+
background-color: $black-50;
|
|
89
86
|
border-radius: 50px;
|
|
90
87
|
height: 2px !important;
|
|
91
88
|
}
|
|
92
89
|
|
|
93
90
|
&::-webkit-scrollbar-thumb:hover {
|
|
94
|
-
background-color: $
|
|
91
|
+
background-color: $black-50;
|
|
95
92
|
}
|
|
96
93
|
|
|
97
94
|
&:hover::-webkit-scrollbar-corner {
|
|
@@ -113,7 +110,7 @@
|
|
|
113
110
|
|
|
114
111
|
li:not(.is-active) {
|
|
115
112
|
margin-right: -1px;
|
|
116
|
-
border-right: 1px solid $
|
|
113
|
+
border-right: 1px solid $primary-90;
|
|
117
114
|
}
|
|
118
115
|
|
|
119
116
|
li {
|
|
@@ -147,35 +144,53 @@
|
|
|
147
144
|
}
|
|
148
145
|
}
|
|
149
146
|
|
|
150
|
-
.options
|
|
151
|
-
|
|
152
|
-
left: 40px;
|
|
147
|
+
.ac-options {
|
|
148
|
+
position: relative;
|
|
153
149
|
|
|
154
|
-
.items
|
|
155
|
-
|
|
150
|
+
.options-items {
|
|
151
|
+
top: 5px;
|
|
152
|
+
left: 35px;
|
|
153
|
+
position: absolute;
|
|
154
|
+
background: #333;
|
|
155
|
+
width: 150px;
|
|
156
|
+
border-radius: 4px;
|
|
157
|
+
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
|
|
158
|
+
z-index: 99;
|
|
156
159
|
|
|
157
|
-
|
|
160
|
+
.items-inner {
|
|
158
161
|
border: none;
|
|
159
|
-
border-right: none !important;
|
|
160
|
-
border-bottom: 1px solid $white-100-lighter;
|
|
161
|
-
width: 100%;
|
|
162
162
|
|
|
163
|
-
|
|
164
|
-
border
|
|
165
|
-
|
|
163
|
+
li {
|
|
164
|
+
border: none;
|
|
165
|
+
border-right: none !important;
|
|
166
|
+
border-bottom: 1px solid $primary-90;
|
|
167
|
+
width: 100%;
|
|
166
168
|
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
169
|
+
&:last-child {
|
|
170
|
+
border-bottom: none;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
a {
|
|
174
|
+
font-size: 13px;
|
|
175
|
+
padding: 10px 20px;
|
|
176
|
+
justify-content: flex-start;
|
|
177
|
+
border-bottom: 1px solid #444;
|
|
170
178
|
|
|
171
|
-
|
|
172
|
-
|
|
179
|
+
&:last-child {
|
|
180
|
+
border-bottom: none;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
&:hover {
|
|
184
|
+
color: $primary !important;
|
|
185
|
+
}
|
|
173
186
|
}
|
|
174
187
|
}
|
|
175
188
|
}
|
|
176
189
|
}
|
|
190
|
+
|
|
177
191
|
}
|
|
178
192
|
|
|
193
|
+
|
|
179
194
|
.right-control {
|
|
180
195
|
.button {
|
|
181
196
|
.fa {
|
|
@@ -204,7 +219,7 @@
|
|
|
204
219
|
|
|
205
220
|
.multiselect .multiselect__tags .multiselect__input,
|
|
206
221
|
.multiselect .multiselect__tags .multiselect__single {
|
|
207
|
-
background-color:
|
|
222
|
+
background-color: $primary-10;
|
|
208
223
|
}
|
|
209
224
|
}
|
|
210
225
|
}
|
|
@@ -254,7 +269,7 @@
|
|
|
254
269
|
|
|
255
270
|
.multiselect.multiselect--active {
|
|
256
271
|
.multiselect__tags {
|
|
257
|
-
border: 1px solid $
|
|
272
|
+
border: 1px solid $primary-30 !important;
|
|
258
273
|
|
|
259
274
|
.multiselect__input {
|
|
260
275
|
color: $white-100 !important;
|
|
@@ -272,6 +287,8 @@
|
|
|
272
287
|
}
|
|
273
288
|
}
|
|
274
289
|
|
|
290
|
+
|
|
291
|
+
|
|
275
292
|
.notification-inner {
|
|
276
293
|
h3 {
|
|
277
294
|
color: $primary-97;
|