@appscode/design-system 1.1.0 → 2.0.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.
- package/base/_video-player.scss +65 -0
- package/base/utilities/_all.scss +7 -5
- package/base/utilities/_colors.scss +377 -0
- package/base/utilities/_customize-bulma.scss +23 -27
- package/base/utilities/_extended.scss +39 -0
- package/base/utilities/{_default.scss → _global.scss} +192 -333
- package/base/utilities/_layouts.scss +19 -0
- package/base/utilities/_mixin.scss +11 -11
- package/base/utilities/_spacing.scss +96 -0
- package/base/utilities/_typography.scss +56 -24
- package/components/_ac-alert-box.scss +205 -263
- package/components/_ac-calendar.scss +4 -4
- package/components/_ac-code-highlight.scss +13 -16
- package/components/_ac-content-layout.scss +165 -165
- package/components/_ac-drag.scss +13 -13
- package/components/_ac-modal.scss +212 -212
- package/components/_ac-options.scss +122 -123
- package/components/_ac-select-box.scss +10 -10
- package/components/_ac-table.scss +503 -502
- package/components/_ac-tabs.scss +65 -61
- package/components/_ac-tags.scss +116 -116
- package/components/_accordion.scss +117 -0
- package/components/_add-card.scss +3 -3
- package/components/_all.scss +35 -28
- package/components/_app-drawer.scss +0 -134
- package/components/_breadcumb.scss +0 -71
- package/components/_buttons.scss +779 -779
- package/components/_card-body-wrapper.scss +5 -5
- package/components/_dashboard-header.scss +0 -115
- package/components/_direct-deploy.scss +8 -8
- package/components/_getkeeper.scss +110 -0
- package/components/_go-to-top.scss +1 -1
- package/components/_graph.scss +10 -10
- package/components/_image-upload.scss +9 -9
- package/components/_input-card.scss +232 -0
- package/components/_input.scss +573 -0
- package/components/_left-sidebar-menu.scss +452 -587
- package/components/_monaco-editor.scss +2 -2
- package/components/{_ac-multi-select.scss → _multi-select.scss} +89 -251
- package/components/_navbar.scss +786 -752
- package/components/_nested-list.scss +3 -3
- package/components/_overview-info.scss +10 -10
- package/components/_overview-page.scss +4 -4
- package/components/_pagination.scss +106 -124
- package/components/_payment-card.scss +21 -21
- package/components/_preloader.scss +1 -1
- package/components/_preview-modal.scss +18 -18
- package/components/_pricing-table.scss +14 -14
- package/components/_progress-bar.scss +73 -86
- package/components/_subscription-card.scss +22 -24
- package/components/_table-of-content.scss +8 -8
- package/components/{_ac-terminal.scss → _terminal.scss} +114 -81
- package/components/_tfa.scss +9 -9
- package/components/_transitions.scss +35 -0
- package/components/_widget-menu.scss +252 -257
- package/components/_wizard.scss +518 -793
- package/components/ac-toaster/_ac-toasted.scss +11 -16
- package/components/bbum/_activities-header.scss +1 -1
- package/components/bbum/_card-team.scss +12 -12
- package/components/bbum/_information-center.scss +21 -23
- package/components/bbum/_left-sidebar.scss +8 -8
- package/components/bbum/_mobile-desktop.scss +16 -21
- package/components/bbum/_post.scss +5 -5
- package/components/bbum/_sign-up-notification.scss +10 -10
- package/components/bbum/_single-post-preview.scss +29 -29
- package/components/bbum/_user-profile.scss +10 -10
- package/components/ui-builder/_ui-builder.scss +221 -31
- package/components/ui-builder/_vue-open-api.scss +565 -7
- package/icons/close-icon.svg +3 -0
- package/layouts/_code-preview.scss +17 -18
- package/main.scss +26 -10
- package/package.json +1 -1
- package/plugins/theme.js +11 -9
- package/plugins/vue-toaster.js +1 -1
- package/vue-components/images/icons/cluster-icon.svg +10 -0
- package/vue-components/images/icons/org-icon.svg +10 -0
- package/vue-components/plugins/time-convert.js +49 -0
- package/vue-components/types/cluster.ts +6 -0
- package/vue-components/types/importFlow.ts +16 -0
- package/vue-components/types/notification.ts +6 -0
- package/vue-components/types/previewYaml.ts +8 -0
- package/vue-components/types/table.ts +55 -0
- package/vue-components/types/theme.ts +10 -0
- package/vue-components/types/user.ts +22 -0
- package/vue-components/v2/banner/Banner.vue +1 -1
- package/vue-components/v2/button/Buttons.vue +1 -1
- package/vue-components/v2/card/Card.vue +1 -1
- package/vue-components/v2/card/OverviewCards.vue +17 -2
- package/vue-components/v2/content/ContentTable.vue +14 -9
- package/vue-components/v2/editor/FilteredFileEditor.vue +2 -2
- package/vue-components/v2/editor/ResourceKeyValueEditor.vue +21 -21
- package/vue-components/v2/icons/Ellipsis.vue +2 -1
- package/vue-components/v2/modal/Modal.vue +2 -6
- package/vue-components/v2/navbar/Appdrawer.vue +37 -12
- package/vue-components/v2/navbar/Navbar.vue +3 -3
- package/vue-components/v2/navbar/NavbarItem.vue +3 -1
- package/vue-components/v2/navbar/NavbarItemContent.vue +1 -1
- package/vue-components/v2/navbar/User.vue +5 -22
- package/vue-components/v2/pagination/Pagination.vue +66 -0
- package/vue-components/v2/sidebar/SidebarItem.vue +10 -7
- package/{components/_ac-accordion.scss → vue-components/v3/accordion/Accordion.vue} +40 -6
- package/vue-components/v3/alert/Alert.vue +238 -0
- package/vue-components/v3/alert/Toast.vue +79 -0
- package/vue-components/v3/banner/Banner.vue +10 -0
- package/vue-components/v3/breadcrumbs/Breadcrumb.vue +166 -0
- package/vue-components/v3/button/Button.vue +110 -57
- package/vue-components/v3/button/Buttons.vue +22 -0
- package/vue-components/v3/button/DownloadBtn.vue +31 -0
- package/vue-components/v3/cards/Card.vue +32 -0
- package/vue-components/v3/cards/CardContent.vue +7 -0
- package/vue-components/v3/cards/CardHeader.vue +14 -0
- package/vue-components/v3/cards/Cards.vue +7 -0
- package/vue-components/v3/cards/Cluster.vue +159 -0
- package/vue-components/v3/cards/Counter.vue +39 -0
- package/vue-components/v3/cards/FeatureCard.vue +67 -0
- package/vue-components/v3/cards/FeatureCards.vue +6 -0
- package/vue-components/v3/cards/InfoCard.vue +242 -0
- package/vue-components/v3/cards/Monitoring.vue +90 -0
- package/vue-components/v3/cards/OrgClusterCard.vue +86 -0
- package/vue-components/v3/cards/OverviewCard.vue +28 -0
- package/vue-components/v3/cards/OverviewCards.vue +39 -0
- package/vue-components/v3/cards/Payment.vue +62 -0
- package/vue-components/v3/cards/Vendor.vue +89 -0
- package/vue-components/v3/content/ContentHeader.vue +39 -30
- package/vue-components/v3/content/ContentLayout.vue +20 -0
- package/vue-components/v3/content/ContentTable.vue +44 -58
- package/vue-components/v3/dropdown/DropdownAction.vue +95 -0
- package/vue-components/v3/dropdown/DropdownDivider.vue +2 -0
- package/vue-components/v3/dropdown/DropdownItem.vue +2 -0
- package/vue-components/v3/dropdown/DropdownMenu.vue +85 -91
- package/vue-components/v3/editor/Editor.vue +117 -115
- package/vue-components/v3/editor/FilteredFileEditor.vue +325 -128
- package/vue-components/v3/editor/ResourceKeyValueEditor.vue +73 -94
- package/vue-components/v3/footer/FooterArea.vue +40 -0
- package/vue-components/v3/footer/FooterItem.vue +32 -0
- package/vue-components/v3/footer/FooterItems.vue +15 -0
- package/vue-components/v3/footer/Info.vue +25 -0
- package/vue-components/v3/footer/Status.vue +43 -0
- package/vue-components/v3/footer/Usage.vue +34 -0
- package/vue-components/v3/form/Form.vue +24 -36
- package/vue-components/v3/form/FormFooter.vue +24 -0
- package/vue-components/v3/form/FormFooterControl.vue +7 -0
- package/vue-components/v3/form/FormFooterControls.vue +7 -0
- package/vue-components/v3/form-fields/AcSingleInput.vue +21 -0
- package/vue-components/v3/form-fields/FileUpload.vue +89 -0
- package/vue-components/v3/form-fields/Input.vue +19 -15
- package/vue-components/v3/header/Header.vue +120 -26
- package/vue-components/v3/header/HeaderItem.vue +18 -0
- package/vue-components/v3/header/HeaderItems.vue +4 -0
- package/vue-components/v3/icons/Ellipsis.vue +2 -0
- package/vue-components/v3/loaders/ClusterSwitcherLoader.vue +13 -0
- package/vue-components/v3/loaders/InfoCardLoader.vue +19 -0
- package/vue-components/v3/loaders/ResourceLoader.vue +4 -12
- package/vue-components/v3/loaders/SidebarLoader.vue +4 -12
- package/vue-components/v3/loaders/SingleInfoCardLoader.vue +24 -0
- package/vue-components/v3/modal/Modal.vue +294 -95
- package/vue-components/v3/modals/DeleteConfirmationModal.vue +37 -50
- package/vue-components/v3/modals/JsonShowModal.vue +63 -68
- package/vue-components/v3/navbar/Appdrawer.vue +198 -51
- package/vue-components/v3/navbar/Navbar.vue +139 -0
- package/vue-components/v3/navbar/NavbarItem.vue +103 -0
- package/vue-components/v3/navbar/NavbarItemContent.vue +282 -0
- package/vue-components/v3/navbar/Notification.vue +207 -0
- package/vue-components/v3/navbar/ThemeMode.vue +128 -112
- package/vue-components/v3/navbar/User.vue +431 -268
- package/vue-components/v3/notification/AlertBox.vue +266 -39
- package/vue-components/v3/notification/Notification.vue +50 -44
- package/vue-components/v3/notification/NotificationItem.vue +51 -19
- package/vue-components/v3/option-dots/Options.vue +197 -0
- package/vue-components/v3/pagination/Pagination.vue +216 -102
- package/vue-components/v3/preloader/Preloader.vue +23 -0
- package/vue-components/v3/searchbars/SearchBar.vue +50 -34
- package/vue-components/v3/sidebar/AccentColorPicker.vue +97 -0
- package/vue-components/v3/sidebar/ClusterSwitcher.vue +71 -86
- package/vue-components/v3/sidebar/Sidebar.vue +239 -0
- package/vue-components/v3/sidebar/SidebarBody.vue +14 -0
- package/vue-components/v3/sidebar/SidebarFooter.vue +89 -0
- package/vue-components/v3/sidebar/SidebarHeader.vue +131 -0
- package/vue-components/v3/sidebar/SidebarItem.vue +62 -0
- package/vue-components/v3/sidebar/SidebarItemWithDropDown.vue +101 -104
- package/vue-components/v3/sidebar/SidebarMenuList.vue +9 -0
- package/vue-components/v3/sidebar/Steps.vue +152 -0
- package/vue-components/v3/sidebar/sidebar-tabs/SidebarTabs.vue +204 -0
- package/vue-components/v3/sidebar/sidebar-tabs/SidebarTabsLayout.vue +44 -0
- package/vue-components/v3/sidebar/sidebar-tabs/TabsContent.vue +99 -0
- package/vue-components/v3/tab/TabItem.vue +10 -12
- package/vue-components/v3/tab/Tabs.vue +36 -0
- package/vue-components/v3/tab/TabsBody.vue +7 -0
- package/vue-components/v3/table/EmptyTableInfo.vue +8 -0
- package/vue-components/v3/table/FakeTableCell.vue +22 -31
- package/vue-components/v3/table/InfoTable.vue +89 -61
- package/vue-components/v3/table/MultiInfoTable.vue +72 -95
- package/vue-components/v3/table/Table.vue +596 -157
- package/vue-components/v3/table/TableCell.vue +13 -24
- package/vue-components/v3/table/TableContainer.vue +50 -28
- package/vue-components/v3/table/TableRow.vue +65 -87
- package/vue-components/v3/table/table-cell/ArrayCell.vue +94 -103
- package/vue-components/v3/table/table-cell/CellValue.vue +74 -106
- package/vue-components/v3/table/table-cell/GenericCell.vue +43 -42
- package/vue-components/v3/table/table-cell/ObjectCell.vue +91 -101
- package/vue-components/v3/table/table-cell/ValueWithModal.vue +22 -31
- package/vue-components/v3/tabs/EditorTabs.vue +18 -24
- package/vue-components/v3/tag/Tag.vue +16 -12
- package/vue-components/v3/tag/Tags.vue +7 -0
- package/base/utilities/_derived-variables.scss +0 -25
- package/base/utilities/_initial-variables.scss +0 -215
- package/base/utilities/dark-theme.scss +0 -26
- package/components/_ac-card.scss +0 -597
- package/components/_ac-input.scss +0 -876
- package/mixins/stickyContent.js +0 -141
- package/plugins/caching.ts +0 -243
- package/vue-components/v3/long-running-tasks/LongRunningTaskItem.vue +0 -92
- package/vue-components/v3/modals/LongRunningTasksModal.vue +0 -400
- package/vue-components/v3/terminal/LongRunningTaskTerminal.vue +0 -148
- /package/components/{_ac-report.scss → _report.scss} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
.single-post-preview {
|
|
2
|
-
background-color: $
|
|
3
|
-
border: 1px solid $
|
|
2
|
+
background-color: $white-100;
|
|
3
|
+
border: 1px solid $primary-90;
|
|
4
4
|
border-radius: 4px;
|
|
5
5
|
margin-bottom: 15px;
|
|
6
6
|
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
display: block;
|
|
35
35
|
|
|
36
36
|
a {
|
|
37
|
-
font-size:
|
|
38
|
-
color: $
|
|
37
|
+
font-size: 16px;
|
|
38
|
+
color: $primary-5;
|
|
39
39
|
line-height: 1;
|
|
40
40
|
font-weight: 500;
|
|
41
41
|
}
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
|
|
44
44
|
a {
|
|
45
45
|
color: #8392a5;
|
|
46
|
-
font-size:
|
|
46
|
+
font-size: 12px;
|
|
47
47
|
font-weight: 400;
|
|
48
48
|
}
|
|
49
49
|
}
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
p {
|
|
63
|
-
font-size:
|
|
63
|
+
font-size: 12px;
|
|
64
64
|
color: #8392a5;
|
|
65
65
|
}
|
|
66
66
|
}
|
|
@@ -68,16 +68,16 @@
|
|
|
68
68
|
|
|
69
69
|
.post-body {
|
|
70
70
|
padding: 0 20px 15px;
|
|
71
|
-
border-bottom: 1px solid $
|
|
71
|
+
border-bottom: 1px solid $primary-90;
|
|
72
72
|
|
|
73
73
|
p {
|
|
74
|
-
color: $
|
|
75
|
-
font-size:
|
|
74
|
+
color: $primary-10;
|
|
75
|
+
font-size: 13px;
|
|
76
76
|
line-height: 160%;
|
|
77
77
|
}
|
|
78
78
|
|
|
79
79
|
h4 {
|
|
80
|
-
font-size:
|
|
80
|
+
font-size: 15px;
|
|
81
81
|
line-height: 28px;
|
|
82
82
|
color: #1c2d41;
|
|
83
83
|
}
|
|
@@ -89,8 +89,8 @@
|
|
|
89
89
|
padding-left: 10px;
|
|
90
90
|
|
|
91
91
|
li {
|
|
92
|
-
font-size:
|
|
93
|
-
color: $
|
|
92
|
+
font-size: 14px;
|
|
93
|
+
color: $primary-20;
|
|
94
94
|
}
|
|
95
95
|
}
|
|
96
96
|
}
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
&.is-white-text {
|
|
105
105
|
.banner-content {
|
|
106
106
|
h2 {
|
|
107
|
-
color: $
|
|
107
|
+
color: $white-100;
|
|
108
108
|
}
|
|
109
109
|
}
|
|
110
110
|
}
|
|
@@ -137,13 +137,13 @@
|
|
|
137
137
|
h2 {
|
|
138
138
|
font-size: $size-2;
|
|
139
139
|
margin-bottom: 25px;
|
|
140
|
-
color: $
|
|
140
|
+
color: $primary-5;
|
|
141
141
|
}
|
|
142
142
|
}
|
|
143
143
|
}
|
|
144
144
|
|
|
145
145
|
a {
|
|
146
|
-
color: $
|
|
146
|
+
color: $primary;
|
|
147
147
|
}
|
|
148
148
|
|
|
149
149
|
.count-like-share {
|
|
@@ -180,17 +180,21 @@
|
|
|
180
180
|
left: 24px;
|
|
181
181
|
z-index: -2;
|
|
182
182
|
}
|
|
183
|
+
|
|
183
184
|
&:hover {
|
|
184
185
|
&:nth-child(2) {
|
|
185
186
|
z-index: 1;
|
|
186
187
|
}
|
|
188
|
+
|
|
187
189
|
&:nth-child(3) {
|
|
188
190
|
z-index: 2;
|
|
189
191
|
}
|
|
192
|
+
|
|
190
193
|
img {
|
|
191
194
|
transform: scale(1.2);
|
|
192
195
|
}
|
|
193
196
|
}
|
|
197
|
+
|
|
194
198
|
img {
|
|
195
199
|
width: 18px;
|
|
196
200
|
transition: 0.3s ease-in-out;
|
|
@@ -199,7 +203,7 @@
|
|
|
199
203
|
}
|
|
200
204
|
|
|
201
205
|
p {
|
|
202
|
-
font-size:
|
|
206
|
+
font-size: 11px;
|
|
203
207
|
color: #8392a5;
|
|
204
208
|
}
|
|
205
209
|
}
|
|
@@ -207,7 +211,7 @@
|
|
|
207
211
|
.share-count {
|
|
208
212
|
p {
|
|
209
213
|
color: #8392a5;
|
|
210
|
-
font-size:
|
|
214
|
+
font-size: 11px;
|
|
211
215
|
}
|
|
212
216
|
}
|
|
213
217
|
}
|
|
@@ -220,13 +224,13 @@
|
|
|
220
224
|
button {
|
|
221
225
|
background-color: transparent;
|
|
222
226
|
border: none;
|
|
223
|
-
color: $
|
|
227
|
+
color: $primary-20;
|
|
224
228
|
transition: 0.3s;
|
|
225
229
|
font-weight: 500;
|
|
226
230
|
cursor: pointer;
|
|
227
231
|
display: block;
|
|
228
232
|
width: 50%;
|
|
229
|
-
border-right: 1px solid $
|
|
233
|
+
border-right: 1px solid $white-100 !important;
|
|
230
234
|
padding: 10px;
|
|
231
235
|
|
|
232
236
|
&:last-child {
|
|
@@ -234,7 +238,7 @@
|
|
|
234
238
|
}
|
|
235
239
|
|
|
236
240
|
&:hover {
|
|
237
|
-
color: $
|
|
241
|
+
color: $primary;
|
|
238
242
|
}
|
|
239
243
|
}
|
|
240
244
|
}
|
|
@@ -261,7 +265,7 @@
|
|
|
261
265
|
|
|
262
266
|
.banner-content {
|
|
263
267
|
h2 {
|
|
264
|
-
font-size:
|
|
268
|
+
font-size: 16px;
|
|
265
269
|
line-height: 28px;
|
|
266
270
|
margin-bottom: 5px;
|
|
267
271
|
}
|
|
@@ -278,17 +282,13 @@
|
|
|
278
282
|
}
|
|
279
283
|
|
|
280
284
|
// Small devices (landscape phones, 576px and up)
|
|
281
|
-
@media (min-width: 576px) and (max-width: 767.98px) {
|
|
282
|
-
}
|
|
285
|
+
@media (min-width: 576px) and (max-width: 767.98px) {}
|
|
283
286
|
|
|
284
287
|
// Medium devices (tablets, 768px and up)
|
|
285
|
-
@media (min-width: 768px) and (max-width: 991.98px) {
|
|
286
|
-
}
|
|
288
|
+
@media (min-width: 768px) and (max-width: 991.98px) {}
|
|
287
289
|
|
|
288
290
|
// Large devices (desktops, 992px and up)
|
|
289
|
-
@media (min-width: 992px) and (max-width: 1199.98px) {
|
|
290
|
-
}
|
|
291
|
+
@media (min-width: 992px) and (max-width: 1199.98px) {}
|
|
291
292
|
|
|
292
293
|
// Extra large devices (large desktops, 1200px and up)
|
|
293
|
-
@media (min-width: 1200px) {
|
|
294
|
-
}
|
|
294
|
+
@media (min-width: 1200px) {}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
.ac-system-body.bb-user-management {
|
|
2
2
|
.user-profile-wrapper {
|
|
3
3
|
padding: 20px;
|
|
4
|
-
border-right: 1px solid $
|
|
4
|
+
border-right: 1px solid $primary-90;
|
|
5
5
|
height: calc(100vh - 52px);
|
|
6
6
|
position: sticky;
|
|
7
7
|
top: 52px;
|
|
8
8
|
|
|
9
9
|
.user-profile-photo {
|
|
10
|
-
background-color: $
|
|
10
|
+
background-color: $white-100;
|
|
11
11
|
border-radius: 4px;
|
|
12
12
|
overflow: hidden;
|
|
13
13
|
position: relative;
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
height: 240px;
|
|
19
19
|
background-size: cover;
|
|
20
20
|
background-position: center;
|
|
21
|
-
background-color: $
|
|
21
|
+
background-color: $black-80;
|
|
22
22
|
background-repeat: no-repeat;
|
|
23
23
|
border-radius: 10px;
|
|
24
24
|
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
left: 15px;
|
|
33
33
|
top: 15px;
|
|
34
34
|
font-size: 18px;
|
|
35
|
-
color: $
|
|
35
|
+
color: $white-100;
|
|
36
36
|
background-color: transparent;
|
|
37
37
|
border: none;
|
|
38
38
|
cursor: pointer;
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
line-height: 1.5;
|
|
56
56
|
font-weight: 400;
|
|
57
57
|
display: block;
|
|
58
|
-
color: $
|
|
58
|
+
color: $primary-20;
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
}
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
|
|
67
67
|
p {
|
|
68
68
|
font-size: 14px;
|
|
69
|
-
color: $
|
|
69
|
+
color: $primary-10;
|
|
70
70
|
line-height: 160%;
|
|
71
71
|
margin-bottom: 10px;
|
|
72
72
|
}
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
margin-top: 20px;
|
|
93
93
|
|
|
94
94
|
a {
|
|
95
|
-
color: $
|
|
95
|
+
color: $primary;
|
|
96
96
|
display: flex;
|
|
97
97
|
align-items: center;
|
|
98
98
|
margin-bottom: 10px;
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
}
|
|
113
113
|
|
|
114
114
|
.sign-up-notification {
|
|
115
|
-
border: 1px solid $
|
|
115
|
+
border: 1px solid $primary-90;
|
|
116
116
|
padding: 20px;
|
|
117
117
|
}
|
|
118
118
|
// circle type profile start
|
|
@@ -121,12 +121,12 @@
|
|
|
121
121
|
img {
|
|
122
122
|
width: 120px;
|
|
123
123
|
height: 120px;
|
|
124
|
-
border: 2px solid $
|
|
124
|
+
border: 2px solid $primary;
|
|
125
125
|
}
|
|
126
126
|
|
|
127
127
|
figcaption {
|
|
128
128
|
font-size: 18px;
|
|
129
|
-
color: $
|
|
129
|
+
color: $primary-10;
|
|
130
130
|
margin-top: 10px;
|
|
131
131
|
display: block;
|
|
132
132
|
}
|
|
@@ -1,17 +1,19 @@
|
|
|
1
|
+
@import "../input-card";
|
|
2
|
+
|
|
1
3
|
.ac-object-field-wrapper {
|
|
2
4
|
display: grid;
|
|
3
5
|
grid-template-columns: auto auto 45px;
|
|
4
|
-
grid-gap:
|
|
6
|
+
grid-gap: 16px;
|
|
5
7
|
}
|
|
6
8
|
|
|
7
9
|
.ac-array-field-wrapper {
|
|
8
10
|
display: grid;
|
|
9
11
|
grid-template-columns: auto 99px;
|
|
10
|
-
grid-gap:
|
|
12
|
+
grid-gap: 16px;
|
|
11
13
|
}
|
|
12
14
|
|
|
13
15
|
.ui-builders-wrapper {
|
|
14
|
-
width:
|
|
16
|
+
width: 800px;
|
|
15
17
|
|
|
16
18
|
h5 {
|
|
17
19
|
margin-bottom: 10px;
|
|
@@ -20,32 +22,36 @@
|
|
|
20
22
|
p {
|
|
21
23
|
font-size: 13px;
|
|
22
24
|
margin-bottom: 10px;
|
|
23
|
-
color: $
|
|
25
|
+
color: $primary-20;
|
|
24
26
|
}
|
|
25
27
|
}
|
|
26
28
|
|
|
27
29
|
.key-value-save {
|
|
28
30
|
display: grid;
|
|
29
31
|
grid-template-columns: 1fr 1fr auto;
|
|
30
|
-
grid-gap:
|
|
32
|
+
grid-gap: 16px;
|
|
33
|
+
|
|
34
|
+
&.has-close {
|
|
35
|
+
grid-template-columns: 1fr 1fr auto auto;
|
|
36
|
+
}
|
|
31
37
|
}
|
|
32
38
|
|
|
33
39
|
.key-value-save-check {
|
|
34
40
|
display: grid;
|
|
35
41
|
grid-template-columns: 1fr 1fr auto auto;
|
|
36
|
-
grid-gap:
|
|
42
|
+
grid-gap: 16px;
|
|
37
43
|
}
|
|
38
44
|
|
|
39
45
|
.key-save {
|
|
40
46
|
display: grid;
|
|
41
47
|
grid-template-columns: 1fr auto;
|
|
42
|
-
grid-gap:
|
|
48
|
+
grid-gap: 16px;
|
|
43
49
|
}
|
|
44
50
|
|
|
45
51
|
.value-list-save {
|
|
46
52
|
display: grid;
|
|
47
53
|
grid-template-columns: 1fr auto;
|
|
48
|
-
grid-gap:
|
|
54
|
+
grid-gap: 16px;
|
|
49
55
|
}
|
|
50
56
|
|
|
51
57
|
// nested elements start
|
|
@@ -61,18 +67,18 @@
|
|
|
61
67
|
|
|
62
68
|
&.is-active {
|
|
63
69
|
&::after {
|
|
64
|
-
border: 1px dashed $
|
|
70
|
+
border: 1px dashed $primary;
|
|
65
71
|
}
|
|
66
72
|
|
|
67
73
|
&::before {
|
|
68
|
-
background-color: $
|
|
74
|
+
background-color: $primary;
|
|
69
75
|
}
|
|
70
76
|
|
|
71
77
|
.nested-header {
|
|
72
78
|
h6 {
|
|
73
79
|
.collaps-icon {
|
|
74
|
-
border: 1px solid $
|
|
75
|
-
color: $
|
|
80
|
+
border: 1px solid $primary !important;
|
|
81
|
+
color: $primary !important;
|
|
76
82
|
}
|
|
77
83
|
}
|
|
78
84
|
}
|
|
@@ -85,7 +91,7 @@
|
|
|
85
91
|
top: 10px;
|
|
86
92
|
width: 1px;
|
|
87
93
|
height: calc(100% - 20px);
|
|
88
|
-
border: 1px dashed $
|
|
94
|
+
border: 1px dashed $primary-90;
|
|
89
95
|
z-index: -1;
|
|
90
96
|
}
|
|
91
97
|
|
|
@@ -96,7 +102,7 @@
|
|
|
96
102
|
bottom: 6px;
|
|
97
103
|
width: 12px;
|
|
98
104
|
height: 12px;
|
|
99
|
-
background-color: $
|
|
105
|
+
background-color: $primary-90;
|
|
100
106
|
border-radius: 50%;
|
|
101
107
|
z-index: -1;
|
|
102
108
|
}
|
|
@@ -119,12 +125,12 @@
|
|
|
119
125
|
display: inline-block;
|
|
120
126
|
text-align: center;
|
|
121
127
|
font-size: 10px;
|
|
122
|
-
border: 1px solid $
|
|
128
|
+
border: 1px solid $primary-90;
|
|
123
129
|
border-radius: 50%;
|
|
124
130
|
margin-right: 10px;
|
|
125
131
|
cursor: pointer;
|
|
126
|
-
background-color: $
|
|
127
|
-
color: $
|
|
132
|
+
background-color: $white-100;
|
|
133
|
+
color: $primary-20;
|
|
128
134
|
|
|
129
135
|
&.is-disabled {
|
|
130
136
|
cursor: not-allowed;
|
|
@@ -153,7 +159,7 @@
|
|
|
153
159
|
min-width: 630px;
|
|
154
160
|
|
|
155
161
|
.thead {
|
|
156
|
-
background-color: $
|
|
162
|
+
background-color: $primary-90;
|
|
157
163
|
|
|
158
164
|
.tr {
|
|
159
165
|
.th {
|
|
@@ -185,14 +191,14 @@
|
|
|
185
191
|
|
|
186
192
|
.tbody {
|
|
187
193
|
.tr {
|
|
188
|
-
border-bottom: 1px solid $
|
|
194
|
+
border-bottom: 1px solid $primary-90;
|
|
189
195
|
}
|
|
190
196
|
}
|
|
191
197
|
}
|
|
192
198
|
|
|
193
199
|
.is-selected {
|
|
194
|
-
border: 1px solid $
|
|
195
|
-
border-bottom: 1px solid $
|
|
200
|
+
border: 1px solid $primary;
|
|
201
|
+
border-bottom: 1px solid $primary !important;
|
|
196
202
|
border-radius: 4px;
|
|
197
203
|
}
|
|
198
204
|
}
|
|
@@ -207,26 +213,109 @@
|
|
|
207
213
|
// details with checkradio
|
|
208
214
|
.details-with-checkradio-wrapper {
|
|
209
215
|
display: grid;
|
|
210
|
-
|
|
211
|
-
grid-
|
|
216
|
+
gap: 16px;
|
|
217
|
+
grid-template-columns: repeat(auto-fill, minmax(min(240px, 100%), 1fr));
|
|
218
|
+
}
|
|
219
|
+
.table {
|
|
220
|
+
tr {
|
|
221
|
+
&.is-selected {
|
|
222
|
+
background-color: $primary-97;
|
|
223
|
+
strong {
|
|
224
|
+
color: $primary;
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
}
|
|
212
228
|
}
|
|
213
|
-
|
|
214
229
|
// dark theme start
|
|
215
|
-
.is-dark-theme {
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
230
|
+
// .is-dark-theme {
|
|
231
|
+
// .nested-body {
|
|
232
|
+
// code {
|
|
233
|
+
// background-color: var(--dark-bg-light);
|
|
234
|
+
// }
|
|
235
|
+
// }
|
|
236
|
+
// }
|
|
237
|
+
|
|
238
|
+
// label action start
|
|
239
|
+
.label-action {
|
|
240
|
+
align-items: center;
|
|
241
|
+
height: 21px;
|
|
242
|
+
|
|
243
|
+
.ac-single-input {
|
|
244
|
+
label {
|
|
245
|
+
margin-top: 2px;
|
|
219
246
|
}
|
|
220
247
|
}
|
|
248
|
+
|
|
249
|
+
button:not(.is-text) {
|
|
250
|
+
opacity: 0;
|
|
251
|
+
visibility: hidden;
|
|
252
|
+
transition: 0.3s ease-in-out;
|
|
253
|
+
|
|
254
|
+
img {
|
|
255
|
+
width: 16px;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
&.label-icon {
|
|
259
|
+
border: none;
|
|
260
|
+
background-color: transparent;
|
|
261
|
+
cursor: pointer;
|
|
262
|
+
padding: 0;
|
|
263
|
+
transition: 0.3s ease-in-out;
|
|
264
|
+
|
|
265
|
+
&:hover {
|
|
266
|
+
opacity: 0.8;
|
|
267
|
+
}
|
|
268
|
+
}
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
&:hover {
|
|
272
|
+
button {
|
|
273
|
+
opacity: 1;
|
|
274
|
+
visibility: visible;
|
|
275
|
+
}
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
.ms-close-button,
|
|
279
|
+
.ac-modal-footer {
|
|
280
|
+
.buttons {
|
|
281
|
+
button {
|
|
282
|
+
opacity: 1;
|
|
283
|
+
visibility: visible;
|
|
284
|
+
|
|
285
|
+
&:hover {
|
|
286
|
+
opacity: 0.7;
|
|
287
|
+
}
|
|
288
|
+
}
|
|
289
|
+
}
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
.label-icon {
|
|
293
|
+
display: flex;
|
|
294
|
+
align-items: center;
|
|
295
|
+
margin-right: 10px;
|
|
296
|
+
|
|
297
|
+
img {
|
|
298
|
+
width: 16px;
|
|
299
|
+
}
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
strong {
|
|
303
|
+
font-style: normal;
|
|
304
|
+
font-weight: 500;
|
|
305
|
+
font-size: 13px;
|
|
306
|
+
line-height: 16px;
|
|
307
|
+
color: $primary-10;
|
|
308
|
+
margin-right: 16px;
|
|
309
|
+
}
|
|
221
310
|
}
|
|
222
311
|
|
|
223
312
|
//For resource input from
|
|
224
313
|
.resource-input {
|
|
225
314
|
display: grid;
|
|
226
315
|
grid-template-columns: 60px 1fr 1fr;
|
|
227
|
-
grid-gap:
|
|
316
|
+
grid-gap: 16px;
|
|
228
317
|
align-items: center;
|
|
229
|
-
margin-bottom:
|
|
318
|
+
margin-bottom: 16px;
|
|
230
319
|
|
|
231
320
|
.label-text {
|
|
232
321
|
font-weight: 300;
|
|
@@ -237,7 +326,108 @@
|
|
|
237
326
|
}
|
|
238
327
|
}
|
|
239
328
|
|
|
240
|
-
|
|
329
|
+
.pass-strength {
|
|
330
|
+
position: absolute;
|
|
331
|
+
right: 30px;
|
|
332
|
+
top: 7px;
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
.ac-final-state {
|
|
336
|
+
margin-bottom: 10px;
|
|
337
|
+
|
|
338
|
+
&:last-child {
|
|
339
|
+
margin-bottom: 0;
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
.state-left {
|
|
343
|
+
h5 {
|
|
344
|
+
font-style: normal;
|
|
345
|
+
font-weight: 500;
|
|
346
|
+
font-size: 14px;
|
|
347
|
+
line-height: 19px;
|
|
348
|
+
color: $primary-10;
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
button {
|
|
352
|
+
&.ac-button {
|
|
353
|
+
opacity: 0;
|
|
354
|
+
visibility: hidden;
|
|
355
|
+
transition: 0.3s ease-in-out;
|
|
356
|
+
}
|
|
357
|
+
}
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
&:hover {
|
|
361
|
+
.state-left {
|
|
362
|
+
button {
|
|
363
|
+
&.ac-button {
|
|
364
|
+
opacity: 1;
|
|
365
|
+
visibility: visible;
|
|
366
|
+
}
|
|
367
|
+
}
|
|
368
|
+
}
|
|
369
|
+
}
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
.up-down-buttons {
|
|
373
|
+
border-radius: 4px;
|
|
374
|
+
overflow: hidden;
|
|
375
|
+
position: relative;
|
|
376
|
+
z-index: 1;
|
|
377
|
+
max-width: 36px;
|
|
378
|
+
margin-bottom: 0 !important;
|
|
379
|
+
button {
|
|
380
|
+
width: 36px;
|
|
381
|
+
height: 18px;
|
|
382
|
+
cursor: pointer;
|
|
383
|
+
border: none;
|
|
384
|
+
color: $primary;
|
|
385
|
+
background-color: $primary-90;
|
|
386
|
+
transition: 0.3s ease-in-out;
|
|
387
|
+
&:hover {
|
|
388
|
+
background-color: $primary-80;
|
|
389
|
+
}
|
|
390
|
+
&.is-primary {
|
|
391
|
+
background-color: $primary;
|
|
392
|
+
color: $white-100;
|
|
393
|
+
&:hover {
|
|
394
|
+
background-color: $primary-30;
|
|
395
|
+
}
|
|
396
|
+
}
|
|
397
|
+
.icon {
|
|
398
|
+
margin: 0;
|
|
399
|
+
padding: 0;
|
|
400
|
+
width: auto;
|
|
401
|
+
height: auto;
|
|
402
|
+
}
|
|
403
|
+
}
|
|
404
|
+
}
|
|
405
|
+
// buttons
|
|
406
|
+
.button {
|
|
407
|
+
&.ac-button {
|
|
408
|
+
&.is-medium {
|
|
409
|
+
font-size: 1rem;
|
|
410
|
+
height: 36px;
|
|
411
|
+
}
|
|
412
|
+
&.is-tinny {
|
|
413
|
+
height: 24px;
|
|
414
|
+
padding: 0 8px;
|
|
415
|
+
}
|
|
416
|
+
}
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
.button[disabled] {
|
|
420
|
+
&.is-ghost {
|
|
421
|
+
border-color: transparent !important;
|
|
422
|
+
}
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
p.is-error,
|
|
426
|
+
span.is-error {
|
|
427
|
+
color: $danger;
|
|
428
|
+
font-weight: 400;
|
|
429
|
+
}
|
|
430
|
+
|
|
241
431
|
/****************************************
|
|
242
432
|
Responsive Classes
|
|
243
433
|
*****************************************/
|