@appscode/design-system 1.1.0-beta.8 → 1.1.0-beta.80
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/_all.scss +2 -2
- package/base/utilities/_colors.scss +105 -136
- package/base/utilities/_global.scss +25 -20
- package/base/utilities/_layouts.scss +0 -138
- package/base/utilities/_typography.scss +2 -2
- package/components/_ac-alert-box.scss +2 -2
- 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-select-box.scss +5 -5
- package/components/_ac-table.scss +7 -7
- package/components/_ac-tabs.scss +29 -26
- package/components/_all.scss +8 -5
- package/components/_buttons.scss +10 -10
- package/components/_getkeeper.scss +110 -0
- package/components/_graph.scss +10 -10
- package/components/_image-upload.scss +4 -4
- package/components/_input-card.scss +232 -0
- package/components/_input.scss +573 -0
- package/components/_left-sidebar-menu.scss +9 -13
- package/components/_monaco-editor.scss +2 -2
- package/components/_multi-select.scss +589 -0
- 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} +63 -74
- package/components/_widget-menu.scss +7 -12
- package/components/_wizard.scss +13 -286
- 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 +194 -10
- package/components/ui-builder/_vue-open-api.scss +58 -13
- package/icons/close-icon.svg +3 -0
- package/layouts/_code-preview.scss +6 -7
- package/package.json +1 -1
- package/vue-components/types/importFlow.ts +16 -0
- package/vue-components/types/notification.ts +3 -3
- package/vue-components/types/table.ts +1 -0
- package/vue-components/v2/banner/Banner.vue +1 -1
- package/vue-components/v2/button/Buttons.vue +1 -1
- package/vue-components/v2/modal/Modal.vue +1 -1
- package/vue-components/v3/alert/Alert.vue +2 -2
- package/vue-components/v3/banner/Banner.vue +2 -2
- package/vue-components/v3/breadcrumbs/Breadcrumb.vue +66 -4
- package/vue-components/v3/button/Button.vue +41 -786
- package/vue-components/v3/cards/Cluster.vue +37 -26
- package/vue-components/v3/cards/FeatureCard.vue +7 -11
- package/vue-components/v3/cards/FeatureCards.vue +1 -1
- package/vue-components/v3/cards/InfoCard.vue +1 -2
- package/vue-components/v3/cards/Monitoring.vue +6 -10
- package/vue-components/v3/cards/OverviewCard.vue +4 -0
- package/vue-components/v3/cards/OverviewCards.vue +10 -2
- package/vue-components/v3/cards/Vendor.vue +8 -5
- package/vue-components/v3/content/ContentHeader.vue +1 -1
- package/vue-components/v3/content/ContentTable.vue +1 -1
- package/vue-components/v3/dropdown/DropdownAction.vue +92 -0
- package/vue-components/v3/editor/Editor.vue +1 -1
- package/vue-components/v3/editor/FilteredFileEditor.vue +7 -0
- package/vue-components/v3/editor/ResourceKeyValueEditor.vue +3 -0
- package/vue-components/v3/footer/FooterArea.vue +8 -2
- package/vue-components/v3/footer/Info.vue +10 -8
- package/vue-components/v3/footer/Status.vue +24 -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 +3 -8
- package/vue-components/v3/form-fields/Input.vue +2 -3
- package/vue-components/v3/header/Header.vue +1 -1
- package/vue-components/v3/loaders/InfoCardLoader.vue +18 -60
- package/vue-components/v3/loaders/SingleInfoCardLoader.vue +24 -0
- package/vue-components/v3/modal/Modal.vue +7 -12
- package/vue-components/v3/modals/JsonShowModal.vue +1 -0
- package/vue-components/v3/navbar/Navbar.vue +0 -159
- package/vue-components/v3/navbar/NavbarItem.vue +37 -15
- package/vue-components/v3/navbar/NavbarItemContent.vue +6 -3
- package/vue-components/v3/navbar/Notification.vue +35 -9
- package/vue-components/v3/navbar/User.vue +35 -31
- package/vue-components/v3/notification/AlertBox.vue +233 -3
- package/vue-components/v3/notification/Notification.vue +2 -2
- package/vue-components/v3/option-dots/Options.vue +17 -8
- package/vue-components/v3/pagination/Pagination.vue +27 -17
- package/vue-components/v3/preloader/Preloader.vue +1 -1
- package/vue-components/v3/searchbars/SearchBar.vue +1 -1
- package/vue-components/v3/sidebar/ClusterSwitcher.vue +1 -765
- package/vue-components/v3/sidebar/Sidebar.vue +3 -30
- package/vue-components/v3/sidebar/SidebarBody.vue +9 -2
- package/vue-components/v3/sidebar/SidebarFooter.vue +6 -3
- package/vue-components/v3/sidebar/SidebarHeader.vue +6 -2
- package/vue-components/v3/sidebar/Steps.vue +55 -51
- package/vue-components/v3/sidebar/sidebar-tabs/SidebarTabs.vue +78 -2
- package/vue-components/v3/sidebar/sidebar-tabs/SidebarTabsLayout.vue +12 -3
- package/vue-components/v3/table/Table.vue +14 -16
- package/vue-components/v3/table/TableCell.vue +1 -9
- package/vue-components/v3/table/TableRow.vue +2 -2
- package/vue-components/v3/table/table-cell/ArrayCell.vue +35 -32
- package/vue-components/v3/table/table-cell/CellValue.vue +14 -40
- package/vue-components/v3/table/table-cell/ObjectCell.vue +40 -38
- package/vue-components/v3/tag/Tag.vue +1 -0
- package/base/utilities/dark-theme.scss +0 -26
- package/components/_ac-card.scss +0 -0
- package/components/_ac-input.scss +0 -901
- package/components/_ac-multi-select.scss +0 -780
- package/vue-components/text.vue +0 -1
- package/vue-components/types/longRunningTasks.ts +0 -20
- package/vue-components/v3/long-running-tasks/LongRunningTaskItem.vue +0 -94
- package/vue-components/v3/modals/LongRunningTasksModal.vue +0 -402
- package/vue-components/v3/terminal/LongRunningTaskTerminal.vue +0 -151
- /package/components/{_ac-accordion.scss → _accordion.scss} +0 -0
- /package/components/{_ac-report.scss → _report.scss} +0 -0
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
// padding: 0 15px;
|
|
122
122
|
|
|
123
123
|
// &:hover {
|
|
124
|
-
// color: $
|
|
124
|
+
// color: $primary-90;
|
|
125
125
|
// }
|
|
126
126
|
// }
|
|
127
127
|
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
// // dark theme start
|
|
178
178
|
// .is-dark-theme {
|
|
179
179
|
// .ac-notification.is-danger {
|
|
180
|
-
// background-color: $
|
|
180
|
+
// background-color: $black-80;
|
|
181
181
|
// }
|
|
182
182
|
// }
|
|
183
183
|
// // dark theme end
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
pre {
|
|
3
3
|
font-size: 13px;
|
|
4
4
|
color: $primary-10;
|
|
5
|
-
background-color: $
|
|
5
|
+
background-color: $primary-90;
|
|
6
6
|
}
|
|
7
|
+
|
|
7
8
|
&.is-dark {
|
|
8
9
|
pre {
|
|
9
10
|
background-color: $primary-10;
|
|
@@ -11,6 +12,7 @@
|
|
|
11
12
|
}
|
|
12
13
|
}
|
|
13
14
|
}
|
|
15
|
+
|
|
14
16
|
code[class*="language-"],
|
|
15
17
|
pre[class*="language-"] {
|
|
16
18
|
font-size: 14px !important;
|
|
@@ -19,7 +21,7 @@ pre[class*="language-"] {
|
|
|
19
21
|
.editor-writable {
|
|
20
22
|
width: 100%;
|
|
21
23
|
border-radius: 4px !important;
|
|
22
|
-
border: 1px solid $white-100
|
|
24
|
+
border: 1px solid $white-100 !important;
|
|
23
25
|
}
|
|
24
26
|
|
|
25
27
|
.monaco-editor {
|
|
@@ -32,21 +34,16 @@ pre[class*="language-"] {
|
|
|
32
34
|
Responsive Classes
|
|
33
35
|
*****************************************/
|
|
34
36
|
// Extra small devices (portrait phones, less than 576px)
|
|
35
|
-
@media (max-width: 575.98px) {
|
|
36
|
-
}
|
|
37
|
+
@media (max-width: 575.98px) {}
|
|
37
38
|
|
|
38
39
|
// Small devices (landscape phones, 576px and up)
|
|
39
|
-
@media (min-width: 576px) and (max-width: 767.98px) {
|
|
40
|
-
}
|
|
40
|
+
@media (min-width: 576px) and (max-width: 767.98px) {}
|
|
41
41
|
|
|
42
42
|
// Medium devices (tablets, 768px and up)
|
|
43
|
-
@media (min-width: 768px) and (max-width: 991.98px) {
|
|
44
|
-
}
|
|
43
|
+
@media (min-width: 768px) and (max-width: 991.98px) {}
|
|
45
44
|
|
|
46
45
|
// Large devices (desktops, 992px and up)
|
|
47
|
-
@media (min-width: 992px) and (max-width: 1199.98px) {
|
|
48
|
-
}
|
|
46
|
+
@media (min-width: 992px) and (max-width: 1199.98px) {}
|
|
49
47
|
|
|
50
48
|
// Extra large devices (large desktops, 1200px and up)
|
|
51
|
-
@media (min-width: 1200px) {
|
|
52
|
-
}
|
|
49
|
+
@media (min-width: 1200px) {}
|
package/components/_ac-drag.scss
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
.dragable-list-items {
|
|
22
|
-
background-color: $
|
|
22
|
+
background-color: $primary-90;
|
|
23
23
|
border-radius: 4px;
|
|
24
24
|
max-height: 400px;
|
|
25
25
|
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
padding-bottom: 4px;
|
|
39
39
|
|
|
40
40
|
&.is-not-change {
|
|
41
|
-
background-color: $
|
|
41
|
+
background-color: $primary-90;
|
|
42
42
|
margin-left: -40px !important;
|
|
43
43
|
padding-left: 80px;
|
|
44
44
|
}
|
|
@@ -135,6 +135,7 @@
|
|
|
135
135
|
|
|
136
136
|
ul {
|
|
137
137
|
li {
|
|
138
|
+
|
|
138
139
|
span,
|
|
139
140
|
strong {
|
|
140
141
|
font-weight: 400;
|
|
@@ -243,5 +244,4 @@ Responsive Classes
|
|
|
243
244
|
}
|
|
244
245
|
|
|
245
246
|
// Extra large devices (large desktops, 1200px and up)
|
|
246
|
-
@media (min-width: 1200px) {
|
|
247
|
-
}
|
|
247
|
+
@media (min-width: 1200px) {}
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
// top: 0;
|
|
16
16
|
// width: 100%;
|
|
17
17
|
// height: 100%;
|
|
18
|
-
// background-color: $
|
|
18
|
+
// background-color: $black-5;
|
|
19
19
|
// z-index: -1;
|
|
20
20
|
// opacity: 0.5;
|
|
21
21
|
// }
|
|
@@ -209,4 +209,4 @@
|
|
|
209
209
|
|
|
210
210
|
// // Extra large devices (large desktops, 1200px and up)
|
|
211
211
|
// @media (min-width: 1200px) {
|
|
212
|
-
// }
|
|
212
|
+
// }
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
.ac-select-box {
|
|
2
2
|
select {
|
|
3
3
|
background-color: $info-light;
|
|
4
|
-
border: 1px solid $
|
|
4
|
+
border: 1px solid $primary-10;
|
|
5
5
|
font-size: 13px;
|
|
6
6
|
height: 42px;
|
|
7
7
|
padding-left: 20px;
|
|
@@ -34,16 +34,16 @@
|
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
&.select:not(.is-multiple):not(.is-loading)::after {
|
|
37
|
-
border-color: $
|
|
37
|
+
border-color: $primary-10;
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
.is-dark-theme {
|
|
42
42
|
.select {
|
|
43
43
|
select {
|
|
44
|
-
background-color: $
|
|
45
|
-
color: $
|
|
44
|
+
background-color: $black-80;
|
|
45
|
+
color: $white-100;
|
|
46
46
|
border: 1px solid $primary-90;
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
|
-
}
|
|
49
|
+
}
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
// margin-bottom: 0;
|
|
74
74
|
|
|
75
75
|
// thead {
|
|
76
|
-
// background-color: $
|
|
76
|
+
// background-color: $primary-90;
|
|
77
77
|
// font-size: 13px;
|
|
78
78
|
// font-family: $font-heading;
|
|
79
79
|
// line-height: initial;
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
// box-shadow: inset 0 0 0 1px $primary;
|
|
135
135
|
// border-radius: 4px;
|
|
136
136
|
// border-bottom: none;
|
|
137
|
-
// color: $
|
|
137
|
+
// color: $black-5;
|
|
138
138
|
// }
|
|
139
139
|
|
|
140
140
|
// tr {
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
// box-shadow: inset 0 0 0 1px $primary;
|
|
241
241
|
// border-radius: 4px;
|
|
242
242
|
// border-bottom: none;
|
|
243
|
-
// color: $
|
|
243
|
+
// color: $black-5;
|
|
244
244
|
// }
|
|
245
245
|
|
|
246
246
|
// &.is-hoverless {
|
|
@@ -267,7 +267,7 @@
|
|
|
267
267
|
// right: -451px;
|
|
268
268
|
// top: -1px;
|
|
269
269
|
// visibility: visible;
|
|
270
|
-
// background-color: $
|
|
270
|
+
// background-color: $primary-90;
|
|
271
271
|
// }
|
|
272
272
|
// }
|
|
273
273
|
|
|
@@ -323,7 +323,7 @@
|
|
|
323
323
|
// .ac-single-checkbox {
|
|
324
324
|
// .is-checkradio[type="checkbox"] {
|
|
325
325
|
// &.ac-checkbox + label {
|
|
326
|
-
// color: $
|
|
326
|
+
// color: $primary-20;
|
|
327
327
|
|
|
328
328
|
// &::before {
|
|
329
329
|
// height: 16px;
|
|
@@ -346,7 +346,7 @@
|
|
|
346
346
|
// }
|
|
347
347
|
|
|
348
348
|
// &:checked + label::after {
|
|
349
|
-
// border-color: $
|
|
349
|
+
// border-color: $primary-90;
|
|
350
350
|
// }
|
|
351
351
|
// }
|
|
352
352
|
// }
|
|
@@ -439,7 +439,7 @@
|
|
|
439
439
|
// // table inner shadow
|
|
440
440
|
// .table-inner-shadow {
|
|
441
441
|
// border-radius: 0px;
|
|
442
|
-
// background: $
|
|
442
|
+
// background: $primary-90;
|
|
443
443
|
// box-shadow: inset 5px 5px 10px #e3e6e9, inset -5px -5px 10px #ffffff;
|
|
444
444
|
// }
|
|
445
445
|
|
package/components/_ac-tabs.scss
CHANGED
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
|
|
123
123
|
&.is-toggle {
|
|
124
124
|
ul {
|
|
125
|
-
border: 1px solid $
|
|
125
|
+
border: 1px solid $primary-10;
|
|
126
126
|
border-radius: 4px;
|
|
127
127
|
padding: 4px;
|
|
128
128
|
flex-grow: inherit;
|
|
@@ -158,6 +158,7 @@
|
|
|
158
158
|
&.kubedb-ui-tabs {
|
|
159
159
|
ul {
|
|
160
160
|
border-bottom: none;
|
|
161
|
+
|
|
161
162
|
li {
|
|
162
163
|
&.is-active {
|
|
163
164
|
a {
|
|
@@ -213,7 +214,7 @@
|
|
|
213
214
|
li {
|
|
214
215
|
&.is-active {
|
|
215
216
|
a {
|
|
216
|
-
background-color: $
|
|
217
|
+
background-color: $primary-90;
|
|
217
218
|
color: $primary;
|
|
218
219
|
}
|
|
219
220
|
}
|
|
@@ -245,30 +246,32 @@
|
|
|
245
246
|
}
|
|
246
247
|
|
|
247
248
|
// dark theme
|
|
248
|
-
.is-dark-theme {
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
}
|
|
249
|
+
// .is-dark-theme {
|
|
250
|
+
// .tabs {
|
|
251
|
+
// &.is-toggle {
|
|
252
|
+
// a {
|
|
253
|
+
// &:hover {
|
|
254
|
+
// background-color: $dark-bg;
|
|
255
|
+
// }
|
|
256
|
+
// }
|
|
257
|
+
// }
|
|
258
|
+
|
|
259
|
+
// a {
|
|
260
|
+
// border-bottom: 1px solid $primary-90;
|
|
261
|
+
// color: $white-100;
|
|
262
|
+
// }
|
|
263
|
+
|
|
264
|
+
// &.ac-tabs.is-line {
|
|
265
|
+
// ul {
|
|
266
|
+
// li.is-active {
|
|
267
|
+
// a {
|
|
268
|
+
// color: $primary-10;
|
|
269
|
+
// }
|
|
270
|
+
// }
|
|
271
|
+
// }
|
|
272
|
+
// }
|
|
273
|
+
// }
|
|
274
|
+
// }
|
|
272
275
|
|
|
273
276
|
/****************************************
|
|
274
277
|
Responsive Classes
|
package/components/_all.scss
CHANGED
|
@@ -1,16 +1,13 @@
|
|
|
1
|
-
@import "ac-terminal";
|
|
2
1
|
// @import "ac-alert-box";
|
|
3
2
|
// @import "ac-accordion";
|
|
4
3
|
// @import "buttons";
|
|
5
4
|
// @import "breadcumb";
|
|
6
|
-
@import "ac-card";
|
|
7
5
|
// @import "ac-multi-select";
|
|
8
6
|
// @import "ac-code-highlight";
|
|
9
7
|
// @import "navbar";
|
|
10
8
|
// @import "app-drawer";
|
|
11
9
|
// @import "ac-drag";
|
|
12
10
|
// @import "left-sidebar-menu";
|
|
13
|
-
@import "ac-input";
|
|
14
11
|
// @import "ac-content-layout";
|
|
15
12
|
// @import "ac-table";
|
|
16
13
|
// @import "ac-tabs";
|
|
@@ -26,7 +23,13 @@
|
|
|
26
23
|
// @import "go-to-top";
|
|
27
24
|
// @import "ac-toaster/ac-toasted";
|
|
28
25
|
// @import "preview-modal";
|
|
29
|
-
@import "wizard";
|
|
30
26
|
// @import "bbum/all";
|
|
27
|
+
// @import "wizard";
|
|
28
|
+
|
|
29
|
+
@import "terminal";
|
|
30
|
+
@import "input";
|
|
31
|
+
@import "multi-select";
|
|
32
|
+
@import "report";
|
|
33
|
+
@import "getkeeper";
|
|
31
34
|
@import "ui-builder/ui-builder";
|
|
32
|
-
@import "ui-builder/vue-open-api";
|
|
35
|
+
@import "ui-builder/vue-open-api";
|
package/components/_buttons.scss
CHANGED
|
@@ -169,19 +169,19 @@
|
|
|
169
169
|
// color: $black-40;
|
|
170
170
|
|
|
171
171
|
// &:hover {
|
|
172
|
-
// background-color: $
|
|
173
|
-
// color: $
|
|
172
|
+
// background-color: $primary-90;
|
|
173
|
+
// color: $black-5;
|
|
174
174
|
// }
|
|
175
175
|
|
|
176
176
|
// &:focus {
|
|
177
|
-
// background-color: $
|
|
178
|
-
// color: $
|
|
177
|
+
// background-color: $primary-90;
|
|
178
|
+
// color: $black-5;
|
|
179
179
|
// }
|
|
180
180
|
// }
|
|
181
181
|
|
|
182
182
|
// &.transparent-bg {
|
|
183
183
|
// background-color: transparent;
|
|
184
|
-
// border: 1px solid $
|
|
184
|
+
// border: 1px solid $primary-10;
|
|
185
185
|
|
|
186
186
|
// img {
|
|
187
187
|
// &:hover {
|
|
@@ -457,7 +457,7 @@
|
|
|
457
457
|
// // counter button start
|
|
458
458
|
// .ac-counter-button {
|
|
459
459
|
// background-color: transparent;
|
|
460
|
-
// border: 1px solid $
|
|
460
|
+
// border: 1px solid $primary-10;
|
|
461
461
|
// border-radius: 4px;
|
|
462
462
|
// height: 46px;
|
|
463
463
|
// overflow: hidden;
|
|
@@ -504,13 +504,13 @@
|
|
|
504
504
|
// .ac-counter-arrow-wrapper {
|
|
505
505
|
// height: 100%;
|
|
506
506
|
// color: $primary-10;
|
|
507
|
-
// border-left: 1px solid $
|
|
507
|
+
// border-left: 1px solid $primary-10;
|
|
508
508
|
|
|
509
509
|
// .ac-counter-arrow {
|
|
510
510
|
// background-color: transparent;
|
|
511
511
|
// border: none;
|
|
512
512
|
// cursor: pointer;
|
|
513
|
-
// color: $
|
|
513
|
+
// color: $primary-10;
|
|
514
514
|
// height: 23px;
|
|
515
515
|
|
|
516
516
|
// &:hover {
|
|
@@ -518,7 +518,7 @@
|
|
|
518
518
|
// }
|
|
519
519
|
|
|
520
520
|
// &:first-child {
|
|
521
|
-
// border-bottom: 1px solid $
|
|
521
|
+
// border-bottom: 1px solid $primary-10;
|
|
522
522
|
// }
|
|
523
523
|
// }
|
|
524
524
|
// }
|
|
@@ -776,4 +776,4 @@
|
|
|
776
776
|
|
|
777
777
|
// // Extra large devices (large desktops, 1200px and up)
|
|
778
778
|
// @media (min-width: 1200px) {
|
|
779
|
-
// }
|
|
779
|
+
// }
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
.getkeeper {
|
|
2
|
+
.ac-vscrollbar {
|
|
3
|
+
padding: 0;
|
|
4
|
+
}
|
|
5
|
+
.left-content {
|
|
6
|
+
padding-inline: 20px;
|
|
7
|
+
width: 23%;
|
|
8
|
+
.header {
|
|
9
|
+
padding-top: 16px;
|
|
10
|
+
padding-bottom: 16px;
|
|
11
|
+
}
|
|
12
|
+
.list-items {
|
|
13
|
+
max-height: calc(100vh - 195px);
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
.middle-content {
|
|
17
|
+
width: 40%;
|
|
18
|
+
background-color: $primary-97;
|
|
19
|
+
.header {
|
|
20
|
+
padding: 4px 20px;
|
|
21
|
+
border-bottom: 1px solid $primary-90;
|
|
22
|
+
min-height: 40px;
|
|
23
|
+
h5 {
|
|
24
|
+
display: flex;
|
|
25
|
+
align-items: center;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
.list-wrapper {
|
|
29
|
+
max-height: calc(100vh - 195px);
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
.right-content {
|
|
33
|
+
@extend .middle-content;
|
|
34
|
+
width: 37%;
|
|
35
|
+
background-color: $green-97;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.inline-search {
|
|
40
|
+
display: flex;
|
|
41
|
+
align-items: center;
|
|
42
|
+
overflow: hidden;
|
|
43
|
+
|
|
44
|
+
label {
|
|
45
|
+
padding-right: 8px;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
input {
|
|
49
|
+
border: none;
|
|
50
|
+
width: 50px;
|
|
51
|
+
|
|
52
|
+
&:focus,
|
|
53
|
+
&:focus-visible {
|
|
54
|
+
outline: none;
|
|
55
|
+
border: none;
|
|
56
|
+
box-shadow: none;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.list-items {
|
|
62
|
+
ul {
|
|
63
|
+
display: flex;
|
|
64
|
+
flex-direction: column;
|
|
65
|
+
gap: 4px;
|
|
66
|
+
|
|
67
|
+
li {
|
|
68
|
+
background: $white-100;
|
|
69
|
+
border: 1px solid $primary-95;
|
|
70
|
+
border-radius: 4px;
|
|
71
|
+
padding: 12px 20px;
|
|
72
|
+
font-weight: 500;
|
|
73
|
+
font-size: 13px;
|
|
74
|
+
color: $primary-5;
|
|
75
|
+
cursor: pointer;
|
|
76
|
+
transition: 0.3s ease-in-out;
|
|
77
|
+
&:hover {
|
|
78
|
+
background-color: $primary-95;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
&.is-active {
|
|
82
|
+
background-color: $primary;
|
|
83
|
+
color: $white-100;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.single-list {
|
|
90
|
+
border-bottom: 1px solid $primary-90;
|
|
91
|
+
padding: 16px 20px;
|
|
92
|
+
&:hover {
|
|
93
|
+
strong {
|
|
94
|
+
text-decoration: underline;
|
|
95
|
+
color: $primary-30;
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
&.single-list {
|
|
99
|
+
border-bottom: none;
|
|
100
|
+
}
|
|
101
|
+
strong {
|
|
102
|
+
font-size: 16px;
|
|
103
|
+
font-weight: 600;
|
|
104
|
+
transition: 0.3s ease-in-out;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
p {
|
|
108
|
+
color: $primary-20;
|
|
109
|
+
}
|
|
110
|
+
}
|
package/components/_graph.scss
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
.graph-tooltip-wrapper {
|
|
2
|
-
background-color:
|
|
3
|
-
border: 1px solid
|
|
2
|
+
background-color: $white-100;
|
|
3
|
+
border: 1px solid $primary-90;
|
|
4
4
|
|
|
5
5
|
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
|
|
6
6
|
border-radius: 4px;
|
|
7
7
|
overflow: hidden;
|
|
8
8
|
h6 {
|
|
9
9
|
padding: 10px 20px;
|
|
10
|
-
border-bottom: 1px solid
|
|
10
|
+
border-bottom: 1px solid $primary-90;
|
|
11
11
|
}
|
|
12
12
|
.table-wrapper {
|
|
13
13
|
padding: 10px 20px;
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
&:first-child {
|
|
17
17
|
font-weight: 450;
|
|
18
18
|
padding-right: 10px;
|
|
19
|
-
color:
|
|
19
|
+
color: $primary-10;
|
|
20
20
|
}
|
|
21
21
|
padding: 4px 0;
|
|
22
22
|
font-size: 13px;
|
|
@@ -26,18 +26,18 @@
|
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
.is-hovering .label text tspan {
|
|
29
|
-
stroke:
|
|
30
|
-
fill:
|
|
29
|
+
stroke: $white-100;
|
|
30
|
+
fill: $white-100;
|
|
31
31
|
stroke-width: 0.3px;
|
|
32
32
|
}
|
|
33
33
|
.is-selected .label text tspan {
|
|
34
|
-
stroke:
|
|
35
|
-
fill:
|
|
34
|
+
stroke: $white-100;
|
|
35
|
+
fill: $white-100;
|
|
36
36
|
stroke-width: 0.3px;
|
|
37
37
|
}
|
|
38
38
|
.label text tspan {
|
|
39
|
-
stroke:
|
|
40
|
-
fill:
|
|
39
|
+
stroke: $primary-5;
|
|
40
|
+
fill: $primary-5;
|
|
41
41
|
stroke-width: 0.3px;
|
|
42
42
|
}
|
|
43
43
|
.edgeLabel .label text tspan {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
.ac-upload-image {
|
|
2
|
-
background-color:
|
|
3
|
-
border: 1px dashed $
|
|
2
|
+
background-color: transparent;
|
|
3
|
+
border: 1px dashed $primary-10;
|
|
4
4
|
border-radius: 4px;
|
|
5
5
|
overflow: hidden;
|
|
6
6
|
|
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
margin-bottom: 10px;
|
|
33
33
|
|
|
34
34
|
span {
|
|
35
|
-
color: $
|
|
35
|
+
color: $primary-10;
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
.img-size-msg {
|
|
40
40
|
font-size: 12px;
|
|
41
|
-
color: $
|
|
41
|
+
color: $primary-10;
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
|