@appscode/design-system 2.0.18 → 2.0.19-alpha.10
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/main.scss +4 -18
- package/package.json +1 -1
- package/{base → vue-components/styles/base}/utilities/_grid.scss +1 -1
- package/vue-components/styles/components/_accordion.scss +117 -0
- package/vue-components/styles/components/_add-card.scss +70 -0
- package/vue-components/styles/components/_all.scss +38 -0
- package/vue-components/styles/components/_breadcrumb.scss +32 -0
- package/vue-components/styles/components/_button.scss +110 -0
- package/vue-components/styles/components/_card-body-wrapper.scss +54 -0
- package/vue-components/styles/components/_direct-deploy.scss +69 -0
- package/vue-components/styles/components/_dropdown.scss +32 -0
- package/vue-components/styles/components/_modal.scss +216 -0
- package/vue-components/styles/components/_options.scss +134 -0
- package/vue-components/styles/components/_table.scss +430 -0
- package/vue-components/styles/components/_tabs.scss +338 -0
- package/vue-components/styles/components/alert/_alert-message.scss +16 -0
- package/vue-components/styles/components/alert/_alert.scss +123 -0
- package/vue-components/styles/components/alert/_all.scss +3 -0
- package/vue-components/styles/components/alert/_toast.scss +50 -0
- package/vue-components/styles/components/cards/_all.scss +8 -0
- package/vue-components/styles/components/cards/_cluster.scss +97 -0
- package/vue-components/styles/components/cards/_features.scss +26 -0
- package/vue-components/styles/components/cards/_info.scss +83 -0
- package/vue-components/styles/components/cards/_monitoring.scss +24 -0
- package/vue-components/styles/components/cards/_org.scss +59 -0
- package/vue-components/styles/components/cards/_vendor.scss +58 -0
- package/vue-components/styles/components/content/_all.scss +2 -0
- package/vue-components/styles/components/content/_content-header.scss +14 -0
- package/vue-components/styles/components/content/_content-layout.scss +4 -0
- package/vue-components/styles/components/editor/_all.scss +2 -0
- package/vue-components/styles/components/editor/_filtered-file-editor.scss +195 -0
- package/vue-components/styles/components/footer/_all.scss +3 -0
- package/vue-components/styles/components/footer/_footer-area.scss +26 -0
- package/vue-components/styles/components/footer/_footer-item.scss +14 -0
- package/vue-components/styles/components/footer/_footer-items.scss +5 -0
- package/vue-components/styles/components/form-fields/_all.scss +4 -0
- package/vue-components/styles/components/form-fields/_file-upload.scss +42 -0
- package/vue-components/styles/components/form-fields/_form-footer.scss +9 -0
- package/{components → vue-components/styles/components/form-fields}/_input.scss +47 -32
- package/vue-components/styles/components/header/_header-item.scss +13 -0
- package/vue-components/styles/components/header/_header.scss +7 -0
- package/vue-components/styles/components/navbar/_all.scss +2 -0
- package/vue-components/styles/components/navbar/_menu-content.scss +527 -0
- package/vue-components/styles/components/navbar/_navbar.scss +73 -0
- package/vue-components/styles/components/navbar/_notification.scss +103 -0
- package/vue-components/styles/components/select-box/_ac-select-box.scss +49 -0
- package/vue-components/styles/components/select-box/_all.scss +2 -0
- package/vue-components/styles/components/sidebar/_all.scss +1 -0
- package/vue-components/styles/components/sidebar/_left-sidebar.scss +222 -0
- package/{components → vue-components/styles/components}/ui-builder/_ui-builder.scss +6 -39
- package/vue-components/v3/accordion/Accordion.vue +1 -117
- package/vue-components/v3/alert/Alert.vue +1 -218
- package/vue-components/v3/alert/AlertMessage.vue +46 -0
- package/vue-components/v3/alert/Toast.vue +1 -50
- package/vue-components/v3/breadcrumbs/Breadcrumb.vue +1 -33
- package/vue-components/v3/button/Button.vue +2 -63
- package/vue-components/v3/button/Buttons.vue +0 -8
- package/vue-components/v3/cards/Cluster.vue +2 -93
- package/vue-components/v3/cards/FeatureCard.vue +1 -25
- package/vue-components/v3/cards/FeatureCards.vue +5 -1
- package/vue-components/v3/cards/InfoCard.vue +1 -80
- package/vue-components/v3/cards/Monitoring.vue +1 -24
- package/vue-components/v3/cards/OrgCard.vue +1 -59
- package/vue-components/v3/cards/Payment.vue +3 -0
- package/vue-components/v3/cards/Vendor.vue +2 -58
- package/vue-components/v3/content/ContentHeader.vue +1 -14
- package/vue-components/v3/content/ContentLayout.vue +1 -7
- package/vue-components/v3/dropdown/DropdownAction.vue +1 -32
- package/vue-components/v3/editor/FilteredFileEditor.vue +2 -196
- package/vue-components/v3/footer/FooterArea.vue +2 -27
- package/vue-components/v3/footer/FooterItem.vue +1 -15
- package/vue-components/v3/footer/FooterItems.vue +2 -7
- package/vue-components/v3/form/FormFooter.vue +1 -9
- package/vue-components/v3/form-fields/AcSingleInput.vue +3 -1
- package/vue-components/v3/form-fields/FileUpload.vue +1 -42
- package/vue-components/v3/header/Header.vue +1 -7
- package/vue-components/v3/header/HeaderItem.vue +1 -13
- package/vue-components/v3/modal/Modal.vue +1 -216
- package/vue-components/v3/navbar/Appdrawer.vue +1 -121
- package/vue-components/v3/navbar/Navbar.vue +2 -92
- package/vue-components/v3/navbar/NavbarItem.vue +0 -65
- package/vue-components/v3/navbar/NavbarItemContent.vue +0 -275
- package/vue-components/v3/navbar/Notification.vue +1 -103
- package/vue-components/v3/navbar/User.vue +6 -175
- package/vue-components/v3/option-dots/Options.vue +1 -144
- package/vue-components/v3/sidebar/ClusterSwitcher.vue +3 -1
- package/vue-components/v3/sidebar/Sidebar.vue +1 -201
- package/vue-components/v3/tab/Tabs.vue +1 -24
- package/vue-components/v3/table/Table.vue +1 -453
- package/components/_ac-alert-box.scss +0 -205
- package/components/_ac-content-layout.scss +0 -165
- package/components/_ac-modal.scss +0 -212
- package/components/_ac-options.scss +0 -122
- package/components/_ac-select-box.scss +0 -49
- package/components/_ac-table.scss +0 -503
- package/components/_ac-tabs.scss +0 -313
- package/components/_accordion.scss +0 -117
- package/components/_add-card.scss +0 -70
- package/components/_all.scss +0 -35
- package/components/_buttons.scss +0 -779
- package/components/_card-body-wrapper.scss +0 -54
- package/components/_direct-deploy.scss +0 -69
- package/components/_left-sidebar-menu.scss +0 -482
- package/components/_navbar.scss +0 -786
- /package/{base → vue-components/styles/base}/_video-player.scss +0 -0
- /package/{base → vue-components/styles/base}/utilities/_all.scss +0 -0
- /package/{base → vue-components/styles/base}/utilities/_colors.scss +0 -0
- /package/{base → vue-components/styles/base}/utilities/_customize-bulma.scss +0 -0
- /package/{base → vue-components/styles/base}/utilities/_extended.scss +0 -0
- /package/{base → vue-components/styles/base}/utilities/_global.scss +0 -0
- /package/{base → vue-components/styles/base}/utilities/_layouts.scss +0 -0
- /package/{base → vue-components/styles/base}/utilities/_mixin.scss +0 -0
- /package/{base → vue-components/styles/base}/utilities/_spacing.scss +0 -0
- /package/{base → vue-components/styles/base}/utilities/_typography.scss +0 -0
- /package/{components → vue-components/styles/components}/_ac-calendar.scss +0 -0
- /package/{components → vue-components/styles/components}/_ac-code-highlight.scss +0 -0
- /package/{components → vue-components/styles/components}/_ac-drag.scss +0 -0
- /package/{components → vue-components/styles/components}/_ac-tags.scss +0 -0
- /package/{components → vue-components/styles/components}/_breadcumb.scss +0 -0
- /package/{components → vue-components/styles/components}/_dashboard-header.scss +0 -0
- /package/{components → vue-components/styles/components}/_getkeeper.scss +0 -0
- /package/{components → vue-components/styles/components}/_go-to-top.scss +0 -0
- /package/{components → vue-components/styles/components}/_graph.scss +0 -0
- /package/{components → vue-components/styles/components}/_nested-list.scss +0 -0
- /package/{components → vue-components/styles/components}/_overview-info.scss +0 -0
- /package/{components → vue-components/styles/components}/_overview-page.scss +0 -0
- /package/{components → vue-components/styles/components}/_pagination.scss +0 -0
- /package/{components → vue-components/styles/components}/_preloader.scss +0 -0
- /package/{components → vue-components/styles/components}/_preview-modal.scss +0 -0
- /package/{components → vue-components/styles/components}/_pricing-table.scss +0 -0
- /package/{components → vue-components/styles/components}/_progress-bar.scss +0 -0
- /package/{components → vue-components/styles/components}/_report.scss +0 -0
- /package/{components → vue-components/styles/components}/_table-of-content.scss +0 -0
- /package/{components → vue-components/styles/components}/_terminal.scss +0 -0
- /package/{components → vue-components/styles/components}/_tfa.scss +0 -0
- /package/{components → vue-components/styles/components}/_transitions.scss +0 -0
- /package/{components → vue-components/styles/components}/_widget-menu.scss +0 -0
- /package/{components → vue-components/styles/components}/_wizard.scss +0 -0
- /package/{components → vue-components/styles/components}/ac-toaster/_ac-toasted.scss +0 -0
- /package/{components → vue-components/styles/components}/bbum/_activities-header.scss +0 -0
- /package/{components → vue-components/styles/components}/bbum/_all.scss +0 -0
- /package/{components → vue-components/styles/components}/bbum/_card-team.scss +0 -0
- /package/{components → vue-components/styles/components}/bbum/_information-center.scss +0 -0
- /package/{components → vue-components/styles/components}/bbum/_left-sidebar.scss +0 -0
- /package/{components → vue-components/styles/components}/bbum/_mobile-desktop.scss +0 -0
- /package/{components → vue-components/styles/components}/bbum/_post.scss +0 -0
- /package/{components → vue-components/styles/components}/bbum/_sign-up-notification.scss +0 -0
- /package/{components → vue-components/styles/components}/bbum/_single-post-preview.scss +0 -0
- /package/{components → vue-components/styles/components}/bbum/_user-profile.scss +0 -0
- /package/{components → vue-components/styles/components/cards}/_payment-card.scss +0 -0
- /package/{components → vue-components/styles/components/cards}/_subscription-card.scss +0 -0
- /package/{components → vue-components/styles/components/editor}/_monaco-editor.scss +0 -0
- /package/{components → vue-components/styles/components/form-fields}/_image-upload.scss +0 -0
- /package/{components → vue-components/styles/components/form-fields}/_input-card.scss +0 -0
- /package/{components/_app-drawer.scss → vue-components/styles/components/header/_all.scss} +0 -0
- /package/{components → vue-components/styles/components/select-box}/_multi-select.scss +0 -0
- /package/{components → vue-components/styles/components}/ui-builder/_vue-open-api.scss +0 -0
- /package/{layouts → vue-components/styles/layouts}/_404.scss +0 -0
- /package/{layouts → vue-components/styles/layouts}/_all.scss +0 -0
- /package/{layouts → vue-components/styles/layouts}/_code-preview.scss +0 -0
package/main.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "utf-8";
|
|
2
2
|
// customize bulma css
|
|
3
|
-
@import "@/
|
|
3
|
+
@import "@/components/vue-components/styles/base/utilities/_customize-bulma.scss";
|
|
4
4
|
|
|
5
5
|
// Third party CSS
|
|
6
6
|
@import "../node_modules/bulma/bulma.sass";
|
|
@@ -11,24 +11,10 @@
|
|
|
11
11
|
@import "vue-multiselect/dist/vue-multiselect.css";
|
|
12
12
|
|
|
13
13
|
// BASE
|
|
14
|
-
@import "
|
|
14
|
+
@import "@/components/vue-components/styles/base/utilities/all";
|
|
15
15
|
|
|
16
16
|
// LAYOUTS
|
|
17
|
-
@import "
|
|
17
|
+
@import "@/components/vue-components/styles/layouts/all";
|
|
18
18
|
|
|
19
19
|
// COMPONENTS
|
|
20
|
-
@import "
|
|
21
|
-
|
|
22
|
-
// //BASE - Base styles, variables, mixins
|
|
23
|
-
// @import "base/video-player";
|
|
24
|
-
|
|
25
|
-
// COMPONENTS
|
|
26
|
-
// @import "./cluster/resourceViewer";
|
|
27
|
-
// @import "./cluster/app-drawer";
|
|
28
|
-
|
|
29
|
-
// LAYOUTS - Page layout styles
|
|
30
|
-
// @import "layouts/_clusterListPage";
|
|
31
|
-
|
|
32
|
-
// KUBEDB COMPONENTS
|
|
33
|
-
// @import "./kubedb/styles/scss/custom.scss";
|
|
34
|
-
// @import "./kubedb/styles/scss/transitions.scss";
|
|
20
|
+
// @import "@/components/vue-components/styles/components/all";
|
package/package.json
CHANGED
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
.ac-accordion-wrapper {
|
|
2
|
+
&.is-marginless {
|
|
3
|
+
.single-accordion-item {
|
|
4
|
+
margin: 0;
|
|
5
|
+
padding: 0;
|
|
6
|
+
|
|
7
|
+
.accordion-heading {
|
|
8
|
+
padding: 10px 20px;
|
|
9
|
+
position: relative;
|
|
10
|
+
z-index: 1;
|
|
11
|
+
|
|
12
|
+
&::after {
|
|
13
|
+
position: absolute;
|
|
14
|
+
content: "";
|
|
15
|
+
left: 0;
|
|
16
|
+
top: 0;
|
|
17
|
+
width: 4px;
|
|
18
|
+
height: 100%;
|
|
19
|
+
background-color: $primary;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.single-accordion-item {
|
|
26
|
+
background-color: $white-100;
|
|
27
|
+
padding: 15px 20px;
|
|
28
|
+
margin-bottom: 15px;
|
|
29
|
+
border-radius: 4px;
|
|
30
|
+
border: 1px solid $primary-90;
|
|
31
|
+
|
|
32
|
+
&.open {
|
|
33
|
+
.accordion-heading {
|
|
34
|
+
margin-bottom: 10px;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
&:last-child {
|
|
39
|
+
margin-bottom: 0;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.accordion-heading {
|
|
43
|
+
display: flex;
|
|
44
|
+
align-items: center;
|
|
45
|
+
justify-content: space-between;
|
|
46
|
+
|
|
47
|
+
h3 {
|
|
48
|
+
cursor: pointer;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
button {
|
|
52
|
+
font-size: 12px;
|
|
53
|
+
letter-spacing: 0.1px;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.icon {
|
|
57
|
+
width: 20px;
|
|
58
|
+
height: 20px;
|
|
59
|
+
border: 1px solid $primary-90;
|
|
60
|
+
line-height: 20px;
|
|
61
|
+
display: flex;
|
|
62
|
+
justify-content: center;
|
|
63
|
+
align-items: center;
|
|
64
|
+
font-size: 10px;
|
|
65
|
+
border-radius: 50%;
|
|
66
|
+
cursor: pointer;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.accordion-body {
|
|
71
|
+
max-height: 0;
|
|
72
|
+
transition: max-height 0.2s ease-out;
|
|
73
|
+
overflow: hidden;
|
|
74
|
+
|
|
75
|
+
p {
|
|
76
|
+
font-size: 13px;
|
|
77
|
+
color: $primary-20;
|
|
78
|
+
line-height: 1.6;
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.overview-body {
|
|
85
|
+
.ac-accordion-wrapper {
|
|
86
|
+
&.is-marginless {
|
|
87
|
+
.single-accordion-item {
|
|
88
|
+
.accordion-heading {
|
|
89
|
+
padding-bottom: 0;
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
/****************************************
|
|
97
|
+
Responsive Classes
|
|
98
|
+
*****************************************/
|
|
99
|
+
// Extra small devices (portrait phones, less than 576px)
|
|
100
|
+
@media (max-width: 575.98px) {
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
// Small devices (landscape phones, 576px and up)
|
|
104
|
+
@media (min-width: 576px) and (max-width: 767.98px) {
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
// Medium devices (tablets, 768px and up)
|
|
108
|
+
@media (min-width: 768px) and (max-width: 991.98px) {
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
// Large devices (desktops, 992px and up)
|
|
112
|
+
@media (min-width: 992px) and (max-width: 1199.98px) {
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
// Extra large devices (large desktops, 1200px and up)
|
|
116
|
+
@media (min-width: 1200px) {
|
|
117
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
// .add-card-form {
|
|
2
|
+
// .card-title {
|
|
3
|
+
// display: grid;
|
|
4
|
+
// grid-template-columns: 46px auto;
|
|
5
|
+
// align-items: center;
|
|
6
|
+
|
|
7
|
+
// .back-button {
|
|
8
|
+
// border: none;
|
|
9
|
+
// height: 46px;
|
|
10
|
+
// width: 46px;
|
|
11
|
+
// background-color: $white-100;
|
|
12
|
+
// border-radius: 4px 0 0 0;
|
|
13
|
+
// font-size: 16px;
|
|
14
|
+
// }
|
|
15
|
+
|
|
16
|
+
// h4 {
|
|
17
|
+
// font-weight: 600;
|
|
18
|
+
// font-size: 25px;
|
|
19
|
+
// line-height: 29px;
|
|
20
|
+
// color: $primary-5;
|
|
21
|
+
// margin-left: 20px;
|
|
22
|
+
// }
|
|
23
|
+
// }
|
|
24
|
+
|
|
25
|
+
// .card-body {
|
|
26
|
+
// background-color: $white-100;
|
|
27
|
+
// padding: 20px;
|
|
28
|
+
|
|
29
|
+
// .card-information {
|
|
30
|
+
// // display: grid;
|
|
31
|
+
// // grid-template-columns: 50% 17% 17% 17%;
|
|
32
|
+
// grid-gap: 20px;
|
|
33
|
+
// }
|
|
34
|
+
|
|
35
|
+
// .more-details {
|
|
36
|
+
// cursor: pointer;
|
|
37
|
+
// }
|
|
38
|
+
// }
|
|
39
|
+
// }
|
|
40
|
+
|
|
41
|
+
// /****************************************
|
|
42
|
+
// Responsive Classes
|
|
43
|
+
// *****************************************/
|
|
44
|
+
// // Extra small devices (portrait phones, less than 576px)
|
|
45
|
+
// @media (max-width: 575.98px) {
|
|
46
|
+
// }
|
|
47
|
+
|
|
48
|
+
// // Small devices (landscape phones, 576px and up)
|
|
49
|
+
// @media (min-width: 576px) and (max-width: 767.98px) {
|
|
50
|
+
// }
|
|
51
|
+
|
|
52
|
+
// // Medium devices (tablets, 768px and up)
|
|
53
|
+
// @media (min-width: 768px) and (max-width: 991.98px) {
|
|
54
|
+
// }
|
|
55
|
+
|
|
56
|
+
// // Large devices (desktops, 992px and up)
|
|
57
|
+
// @media (min-width: 992px) and (max-width: 1199.98px) {
|
|
58
|
+
// }
|
|
59
|
+
|
|
60
|
+
// // Extra large devices (large desktops, 1200px and up)
|
|
61
|
+
// @media (min-width: 1200px) {
|
|
62
|
+
// .add-card-form {
|
|
63
|
+
// .card-title {
|
|
64
|
+
// h4 {
|
|
65
|
+
// font-size: 20px;
|
|
66
|
+
// line-height: 24px;
|
|
67
|
+
// }
|
|
68
|
+
// }
|
|
69
|
+
// }
|
|
70
|
+
// }
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
@import "navbar/all";
|
|
2
|
+
@import "alert/all";
|
|
3
|
+
@import "cards/all";
|
|
4
|
+
@import "content/all";
|
|
5
|
+
@import "editor/all";
|
|
6
|
+
@import "form-fields/all";
|
|
7
|
+
@import "header/all";
|
|
8
|
+
@import "select-box/all";
|
|
9
|
+
@import "sidebar/all";
|
|
10
|
+
|
|
11
|
+
@import "button";
|
|
12
|
+
@import "terminal";
|
|
13
|
+
@import "ac-drag";
|
|
14
|
+
@import "accordion";
|
|
15
|
+
@import "dropdown";
|
|
16
|
+
@import "breadcrumb";
|
|
17
|
+
@import "getkeeper";
|
|
18
|
+
@import "go-to-top";
|
|
19
|
+
@import "graph";
|
|
20
|
+
@import "modal";
|
|
21
|
+
@import "options";
|
|
22
|
+
@import "preloader";
|
|
23
|
+
@import "preview-modal";
|
|
24
|
+
// @import "progress-bar";
|
|
25
|
+
@import "report";
|
|
26
|
+
@import "table-of-content";
|
|
27
|
+
@import "table";
|
|
28
|
+
@import "tabs";
|
|
29
|
+
@import "terminal";
|
|
30
|
+
@import "tfa";
|
|
31
|
+
@import "transitions";
|
|
32
|
+
|
|
33
|
+
// @import "pricing-table";
|
|
34
|
+
// @import "overview-info";
|
|
35
|
+
// @import "overview-page"
|
|
36
|
+
// @import "nested-list";
|
|
37
|
+
@import "ui-builder/ui-builder";
|
|
38
|
+
@import "ui-builder/vue-open-api";
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
.ac-breadcrumb {
|
|
2
|
+
padding: 8px 20px;
|
|
3
|
+
border-bottom: 1px solid $primary-95;
|
|
4
|
+
position: sticky;
|
|
5
|
+
top: 50px;
|
|
6
|
+
height: auto;
|
|
7
|
+
background-color: $white-100;
|
|
8
|
+
z-index: 998;
|
|
9
|
+
display: flex;
|
|
10
|
+
align-items: center;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.breadcrumb {
|
|
14
|
+
a {
|
|
15
|
+
color: $primary-20;
|
|
16
|
+
font-size: 13px;
|
|
17
|
+
padding: 0 3px;
|
|
18
|
+
font-weight: 500;
|
|
19
|
+
font-style: normal;
|
|
20
|
+
|
|
21
|
+
&:hover {
|
|
22
|
+
color: $primary-10;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
li.is-active {
|
|
27
|
+
a {
|
|
28
|
+
color: $primary-10;
|
|
29
|
+
font-weight: 500;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
.button {
|
|
2
|
+
&.ac-button {
|
|
3
|
+
padding: 8px 16px;
|
|
4
|
+
font-weight: 500;
|
|
5
|
+
line-height: 1;
|
|
6
|
+
|
|
7
|
+
&.is-primary {
|
|
8
|
+
&.is-light {
|
|
9
|
+
color: $primary;
|
|
10
|
+
&:focus:not(:hover) {
|
|
11
|
+
color: inherit;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
&.is-warning {
|
|
16
|
+
&.is-light {
|
|
17
|
+
color: $yellow-30;
|
|
18
|
+
&:focus:not(:hover) {
|
|
19
|
+
color: inherit;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
&.is-success {
|
|
25
|
+
&.is-light {
|
|
26
|
+
color: $green-30;
|
|
27
|
+
&:focus:not(:hover) {
|
|
28
|
+
color: inherit;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
&.is-light {
|
|
33
|
+
&.is-loading {
|
|
34
|
+
&::after {
|
|
35
|
+
border-color: transparent transparent $primary-5 $primary-5 !important;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
&.is-outlined {
|
|
39
|
+
&:hover {
|
|
40
|
+
border-color: inherit;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
&.is-small {
|
|
46
|
+
padding: 4px 12px;
|
|
47
|
+
&:not(.is-rounded) {
|
|
48
|
+
border-radius: 4px;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
&.is-square {
|
|
52
|
+
width: 28px;
|
|
53
|
+
height: 28px;
|
|
54
|
+
align-items: center;
|
|
55
|
+
justify-content: center;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
&.is-medium {
|
|
59
|
+
font-size: 1rem;
|
|
60
|
+
height: 36px;
|
|
61
|
+
&.is-square {
|
|
62
|
+
width: 36px;
|
|
63
|
+
align-items: center;
|
|
64
|
+
justify-content: center;
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
&.is-tinny {
|
|
68
|
+
height: 24px;
|
|
69
|
+
padding: 0 8px;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
button.is-primary {
|
|
74
|
+
background-color: $primary;
|
|
75
|
+
}
|
|
76
|
+
.up-down-buttons {
|
|
77
|
+
border-radius: 4px;
|
|
78
|
+
overflow: hidden;
|
|
79
|
+
position: relative;
|
|
80
|
+
z-index: 1;
|
|
81
|
+
max-width: 36px;
|
|
82
|
+
margin-bottom: 0 !important;
|
|
83
|
+
button.ac-button {
|
|
84
|
+
width: 36px;
|
|
85
|
+
height: 18px;
|
|
86
|
+
cursor: pointer;
|
|
87
|
+
border: none;
|
|
88
|
+
color: $primary;
|
|
89
|
+
background-color: $primary-90;
|
|
90
|
+
transition: 0.3s ease-in-out;
|
|
91
|
+
margin: 0 !important;
|
|
92
|
+
border-radius: 0;
|
|
93
|
+
&:hover {
|
|
94
|
+
background-color: $primary-80;
|
|
95
|
+
}
|
|
96
|
+
&.is-primary {
|
|
97
|
+
background-color: $primary;
|
|
98
|
+
color: $white-100;
|
|
99
|
+
&:hover {
|
|
100
|
+
background-color: $primary-30;
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
.icon {
|
|
104
|
+
margin: 0;
|
|
105
|
+
padding: 0;
|
|
106
|
+
width: auto;
|
|
107
|
+
height: auto;
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
// .card-body-wrapper {
|
|
2
|
+
// background-color: $white-100;
|
|
3
|
+
// border-radius: 4px;
|
|
4
|
+
// box-shadow: none;
|
|
5
|
+
|
|
6
|
+
// .card-header {
|
|
7
|
+
// background-color: $info-light;
|
|
8
|
+
// border-radius: 4px 4px 0px 0px;
|
|
9
|
+
// padding: 10px 20px;
|
|
10
|
+
// box-shadow: none;
|
|
11
|
+
|
|
12
|
+
// .left-content {
|
|
13
|
+
// p {
|
|
14
|
+
// font-weight: 500;
|
|
15
|
+
// font-size: 14px;
|
|
16
|
+
// line-height: 16px;
|
|
17
|
+
// color: $primary-5;
|
|
18
|
+
|
|
19
|
+
// .require {
|
|
20
|
+
// color: #ff0000;
|
|
21
|
+
// }
|
|
22
|
+
|
|
23
|
+
// &.description {
|
|
24
|
+
// font-weight: normal;
|
|
25
|
+
// font-size: 14px;
|
|
26
|
+
// line-height: 16px;
|
|
27
|
+
// color: $primary-20;
|
|
28
|
+
// margin-top: 10px;
|
|
29
|
+
// }
|
|
30
|
+
// }
|
|
31
|
+
// }
|
|
32
|
+
|
|
33
|
+
// .right-content {
|
|
34
|
+
// .button {
|
|
35
|
+
// font-size: 12px;
|
|
36
|
+
// font-weight: normal;
|
|
37
|
+
// letter-spacing: 0;
|
|
38
|
+
// }
|
|
39
|
+
// }
|
|
40
|
+
// }
|
|
41
|
+
|
|
42
|
+
// .card-content {
|
|
43
|
+
// p {
|
|
44
|
+
// &.cluster-title {
|
|
45
|
+
// font-weight: normal;
|
|
46
|
+
// font-size: 14px;
|
|
47
|
+
// line-height: 16px;
|
|
48
|
+
// color: $black-40;
|
|
49
|
+
// margin-top: 30px;
|
|
50
|
+
// margin-bottom: 10px;
|
|
51
|
+
// }
|
|
52
|
+
// }
|
|
53
|
+
// }
|
|
54
|
+
// }
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
// .direct-deploy {
|
|
2
|
+
// h5 {
|
|
3
|
+
// font-weight: 500;
|
|
4
|
+
// font-size: 18px;
|
|
5
|
+
// line-height: 21px;
|
|
6
|
+
// color: $primary-5;
|
|
7
|
+
// margin-bottom: 10px;
|
|
8
|
+
// .fa {
|
|
9
|
+
// color: $primary;
|
|
10
|
+
// }
|
|
11
|
+
// }
|
|
12
|
+
|
|
13
|
+
// p {
|
|
14
|
+
// font-size: 14px;
|
|
15
|
+
// line-height: 160%;
|
|
16
|
+
// color: $primary-5;
|
|
17
|
+
// margin-bottom: 20px;
|
|
18
|
+
// }
|
|
19
|
+
|
|
20
|
+
// .check-permission {
|
|
21
|
+
// font-weight: normal;
|
|
22
|
+
// font-size: 14px;
|
|
23
|
+
// line-height: 16px;
|
|
24
|
+
// color: $primary-5;
|
|
25
|
+
// }
|
|
26
|
+
|
|
27
|
+
// .button {
|
|
28
|
+
// margin: 10px 0;
|
|
29
|
+
// }
|
|
30
|
+
|
|
31
|
+
// .msg {
|
|
32
|
+
// font-size: 12px;
|
|
33
|
+
// line-height: 14px;
|
|
34
|
+
// color: $primary-20;
|
|
35
|
+
// }
|
|
36
|
+
// .buttons {
|
|
37
|
+
// &.is-gray {
|
|
38
|
+
// .button {
|
|
39
|
+
// &.ac-primary {
|
|
40
|
+
// background-color: $info-light;
|
|
41
|
+
// }
|
|
42
|
+
// }
|
|
43
|
+
// }
|
|
44
|
+
// }
|
|
45
|
+
// }
|
|
46
|
+
|
|
47
|
+
// h5 {
|
|
48
|
+
// &.toc-title {
|
|
49
|
+
// font-style: normal;
|
|
50
|
+
// font-weight: 500;
|
|
51
|
+
// font-size: 16px;
|
|
52
|
+
// line-height: 19px;
|
|
53
|
+
// color: $primary-20;
|
|
54
|
+
// }
|
|
55
|
+
// }
|
|
56
|
+
// .is-gray {
|
|
57
|
+
// .button {
|
|
58
|
+
// border: none;
|
|
59
|
+
// background-color: $info-light;
|
|
60
|
+
// }
|
|
61
|
+
// }
|
|
62
|
+
|
|
63
|
+
// .card-content {
|
|
64
|
+
// &.is-table-of-content {
|
|
65
|
+
// display: grid;
|
|
66
|
+
// grid-template-columns: 65% 35%;
|
|
67
|
+
// grid-gap: 15px;
|
|
68
|
+
// }
|
|
69
|
+
// }
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
.dropdown-group {
|
|
2
|
+
margin-bottom: 8px;
|
|
3
|
+
}
|
|
4
|
+
.dropdown-action {
|
|
5
|
+
.dropdown-content {
|
|
6
|
+
min-width: 220px;
|
|
7
|
+
max-width: 500px;
|
|
8
|
+
max-height: calc(100vh - 200px);
|
|
9
|
+
overflow-y: auto;
|
|
10
|
+
border: 1px solid $primary-90;
|
|
11
|
+
|
|
12
|
+
label {
|
|
13
|
+
padding: 8px 16px;
|
|
14
|
+
display: flex;
|
|
15
|
+
border-bottom: 1px solid $primary-95;
|
|
16
|
+
color: $primary-20;
|
|
17
|
+
font-weight: 500;
|
|
18
|
+
}
|
|
19
|
+
.dropdown-item {
|
|
20
|
+
display: flex;
|
|
21
|
+
align-items: center;
|
|
22
|
+
gap: 8px;
|
|
23
|
+
font-size: 13px;
|
|
24
|
+
padding: 8px 16px;
|
|
25
|
+
color: $primary-20;
|
|
26
|
+
&:hover {
|
|
27
|
+
background-color: $primary-97;
|
|
28
|
+
color: $primary;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|