@appscode/design-system 2.0.18 → 2.0.19-alpha.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/main.scss +4 -4
- 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/_all.scss +16 -0
- package/vue-components/styles/components/_button.scss +59 -0
- package/vue-components/styles/components/_dropdown.scss +32 -0
- package/{components → vue-components/styles/components}/_input.scss +44 -23
- package/vue-components/styles/components/_left-sidebar.scss +201 -0
- package/vue-components/styles/components/_menu-content.scss +527 -0
- package/vue-components/styles/components/_modal.scss +216 -0
- package/vue-components/styles/components/_navbar.scss +73 -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/{components → vue-components/styles/components}/ui-builder/_ui-builder.scss +5 -5
- package/vue-components/v3/accordion/Accordion.vue +1 -117
- package/vue-components/v3/alert/AlertMessage.vue +61 -0
- package/vue-components/v3/button/Button.vue +1 -62
- package/vue-components/v3/dropdown/DropdownAction.vue +1 -32
- package/vue-components/v3/form-fields/AcSingleInput.vue +3 -1
- 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 +1 -93
- package/vue-components/v3/navbar/NavbarItem.vue +0 -65
- package/vue-components/v3/navbar/NavbarItemContent.vue +0 -275
- package/vue-components/v3/navbar/User.vue +6 -175
- package/vue-components/v3/option-dots/Options.vue +1 -144
- 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-modal.scss +0 -212
- package/components/_ac-options.scss +0 -122
- package/components/_ac-table.scss +0 -503
- package/components/_ac-tabs.scss +0 -313
- package/components/_accordion.scss +0 -117
- package/components/_all.scss +0 -35
- 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-alert-box.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-content-layout.scss +0 -0
- /package/{components → vue-components/styles/components}/_ac-drag.scss +0 -0
- /package/{components → vue-components/styles/components}/_ac-select-box.scss +0 -0
- /package/{components → vue-components/styles/components}/_ac-tags.scss +0 -0
- /package/{components → vue-components/styles/components}/_add-card.scss +0 -0
- /package/{components → vue-components/styles/components}/_app-drawer.scss +0 -0
- /package/{components → vue-components/styles/components}/_breadcumb.scss +0 -0
- /package/{components → vue-components/styles/components}/_buttons.scss +0 -0
- /package/{components → vue-components/styles/components}/_card-body-wrapper.scss +0 -0
- /package/{components → vue-components/styles/components}/_dashboard-header.scss +0 -0
- /package/{components → vue-components/styles/components}/_direct-deploy.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}/_image-upload.scss +0 -0
- /package/{components → vue-components/styles/components}/_input-card.scss +0 -0
- /package/{components → vue-components/styles/components}/_monaco-editor.scss +0 -0
- /package/{components → vue-components/styles/components}/_multi-select.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}/_payment-card.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}/_subscription-card.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}/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,13 +11,13 @@
|
|
|
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 "
|
|
20
|
+
@import "@/components/vue-components/styles/components/all";
|
|
21
21
|
|
|
22
22
|
// //BASE - Base styles, variables, mixins
|
|
23
23
|
// @import "base/video-player";
|
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,16 @@
|
|
|
1
|
+
// @import "button";
|
|
2
|
+
// @import "input";
|
|
3
|
+
// @import "accordion";
|
|
4
|
+
// @import "modal";
|
|
5
|
+
// @import "navbar";
|
|
6
|
+
// @import "options";
|
|
7
|
+
// @import "table";
|
|
8
|
+
|
|
9
|
+
// @import "tabs";
|
|
10
|
+
@import "navbar";
|
|
11
|
+
@import "terminal";
|
|
12
|
+
@import "multi-select";
|
|
13
|
+
@import "report";
|
|
14
|
+
@import "getkeeper";
|
|
15
|
+
@import "ui-builder/ui-builder";
|
|
16
|
+
@import "ui-builder/vue-open-api";
|
|
@@ -0,0 +1,59 @@
|
|
|
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-medium {
|
|
52
|
+
font-size: 1rem;
|
|
53
|
+
height: 36px;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
button.is-primary {
|
|
58
|
+
background-color: $primary;
|
|
59
|
+
}
|
|
@@ -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
|
+
}
|
|
@@ -257,23 +257,6 @@
|
|
|
257
257
|
margin-bottom: 0;
|
|
258
258
|
}
|
|
259
259
|
|
|
260
|
-
&.is-dark {
|
|
261
|
-
input {
|
|
262
|
-
background-color: $primary-10;
|
|
263
|
-
border-color: transparent;
|
|
264
|
-
color: $white-100;
|
|
265
|
-
|
|
266
|
-
&::placeholder {
|
|
267
|
-
color: $primary-10;
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
button {
|
|
271
|
-
i.fa {
|
|
272
|
-
color: $white-100;
|
|
273
|
-
}
|
|
274
|
-
}
|
|
275
|
-
}
|
|
276
|
-
}
|
|
277
260
|
|
|
278
261
|
label {
|
|
279
262
|
font-size: 13px;
|
|
@@ -313,12 +296,6 @@
|
|
|
313
296
|
margin-top: -1px;
|
|
314
297
|
z-index: -1;
|
|
315
298
|
}
|
|
316
|
-
|
|
317
|
-
// &.is-required {
|
|
318
|
-
// &:after {
|
|
319
|
-
// width: calc(100% + 10px);
|
|
320
|
-
// }
|
|
321
|
-
// }
|
|
322
299
|
}
|
|
323
300
|
}
|
|
324
301
|
|
|
@@ -571,3 +548,47 @@
|
|
|
571
548
|
background-color: $primary-95;
|
|
572
549
|
}
|
|
573
550
|
}
|
|
551
|
+
|
|
552
|
+
// file upload
|
|
553
|
+
.file-upload {
|
|
554
|
+
border: 1px dashed $primary-80;
|
|
555
|
+
border-radius: 4px;
|
|
556
|
+
&:hover {
|
|
557
|
+
background-color: $primary-97;
|
|
558
|
+
|
|
559
|
+
label {
|
|
560
|
+
.upload-icon {
|
|
561
|
+
border: 1px solid $primary-80;
|
|
562
|
+
svg {
|
|
563
|
+
color: $primary-10;
|
|
564
|
+
}
|
|
565
|
+
}
|
|
566
|
+
}
|
|
567
|
+
}
|
|
568
|
+
label {
|
|
569
|
+
cursor: pointer;
|
|
570
|
+
padding: 32px;
|
|
571
|
+
display: block;
|
|
572
|
+
.upload-icon {
|
|
573
|
+
border: 1px solid $primary-90;
|
|
574
|
+
display: inline-flex;
|
|
575
|
+
align-items: center;
|
|
576
|
+
justify-content: center;
|
|
577
|
+
border-radius: 50%;
|
|
578
|
+
width: 100px;
|
|
579
|
+
height: 100px;
|
|
580
|
+
margin-bottom: 24px;
|
|
581
|
+
padding: 24px;
|
|
582
|
+
|
|
583
|
+
svg {
|
|
584
|
+
color: $primary-30;
|
|
585
|
+
}
|
|
586
|
+
}
|
|
587
|
+
p {
|
|
588
|
+
color: $primary-10;
|
|
589
|
+
strong {
|
|
590
|
+
font-weight: 600;
|
|
591
|
+
}
|
|
592
|
+
}
|
|
593
|
+
}
|
|
594
|
+
}
|
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
.ac-left-sidebar-wrapper {
|
|
2
|
+
position: fixed;
|
|
3
|
+
top: 0px;
|
|
4
|
+
z-index: 9999;
|
|
5
|
+
background-color: $primary-20;
|
|
6
|
+
width: 250px;
|
|
7
|
+
transition: 0.3s ease-in-out;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.ac-left-sidebar {
|
|
11
|
+
.menu-list {
|
|
12
|
+
&.ac-menu-list {
|
|
13
|
+
height: calc(100vh - 80px);
|
|
14
|
+
overflow-y: auto;
|
|
15
|
+
padding-top: 4px;
|
|
16
|
+
scrollbar-color: $white-100 transparent;
|
|
17
|
+
|
|
18
|
+
/* width */
|
|
19
|
+
&::-webkit-scrollbar {
|
|
20
|
+
display: none;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
&::-webkit-scrollbar {
|
|
24
|
+
display: none;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
li {
|
|
28
|
+
&.is-open {
|
|
29
|
+
a {
|
|
30
|
+
&.ac-dropdown-button {
|
|
31
|
+
.ac-arrow-down {
|
|
32
|
+
transform: rotate(-180deg);
|
|
33
|
+
transform-origin: 5px;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
ul {
|
|
39
|
+
li {
|
|
40
|
+
a {
|
|
41
|
+
strong {
|
|
42
|
+
font-weight: 500;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
a {
|
|
50
|
+
font-style: normal;
|
|
51
|
+
font-weight: 500;
|
|
52
|
+
font-size: 13px;
|
|
53
|
+
line-height: 16px;
|
|
54
|
+
color: $primary-97;
|
|
55
|
+
position: relative;
|
|
56
|
+
z-index: 1;
|
|
57
|
+
padding: 10px 15px 10px 24px;
|
|
58
|
+
transition: 0.3s ease-in-out;
|
|
59
|
+
display: flex;
|
|
60
|
+
align-items: center;
|
|
61
|
+
|
|
62
|
+
&:after {
|
|
63
|
+
position: absolute;
|
|
64
|
+
content: "";
|
|
65
|
+
left: 10px;
|
|
66
|
+
top: 0;
|
|
67
|
+
width: calc(100% - 20px);
|
|
68
|
+
height: 100%;
|
|
69
|
+
background: $primary;
|
|
70
|
+
border-radius: 4px;
|
|
71
|
+
z-index: -1;
|
|
72
|
+
transition: 0.3s ease-in-out;
|
|
73
|
+
opacity: 0;
|
|
74
|
+
visibility: hidden;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
strong {
|
|
78
|
+
max-width: calc(100% - 65px);
|
|
79
|
+
// line-break: anywhere;
|
|
80
|
+
white-space: break-spaces;
|
|
81
|
+
display: flex;
|
|
82
|
+
align-items: center;
|
|
83
|
+
overflow: hidden;
|
|
84
|
+
font-weight: 500;
|
|
85
|
+
transition: 0.3s ease-in-out;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
&.ac-dropdown-button {
|
|
89
|
+
user-select: none;
|
|
90
|
+
|
|
91
|
+
.ac-arrow-down {
|
|
92
|
+
position: absolute;
|
|
93
|
+
margin-right: 0;
|
|
94
|
+
right: 20px;
|
|
95
|
+
transition: transform 0.3s;
|
|
96
|
+
transform-origin: 4px;
|
|
97
|
+
color: $black-70;
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
&:hover {
|
|
102
|
+
background-color: transparent;
|
|
103
|
+
|
|
104
|
+
&:after {
|
|
105
|
+
color: $primary;
|
|
106
|
+
opacity: 0.2;
|
|
107
|
+
visibility: visible;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
span {
|
|
111
|
+
color: $primary-97;
|
|
112
|
+
|
|
113
|
+
img {
|
|
114
|
+
filter: brightness(10);
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
span {
|
|
120
|
+
margin-right: 12px;
|
|
121
|
+
width: 16px;
|
|
122
|
+
height: 16px;
|
|
123
|
+
color: $black-30;
|
|
124
|
+
font-size: 16px;
|
|
125
|
+
|
|
126
|
+
img {
|
|
127
|
+
width: 100%;
|
|
128
|
+
filter: brightness(10);
|
|
129
|
+
transition: 0.3s ease-in-out;
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
ul {
|
|
135
|
+
max-height: 0;
|
|
136
|
+
transition: max-height 0.2s ease-out;
|
|
137
|
+
margin: 0;
|
|
138
|
+
padding: 0;
|
|
139
|
+
border-left: none;
|
|
140
|
+
overflow: hidden;
|
|
141
|
+
|
|
142
|
+
li {
|
|
143
|
+
a {
|
|
144
|
+
padding-left: 52px;
|
|
145
|
+
font-size: 12px;
|
|
146
|
+
padding-top: 10px;
|
|
147
|
+
padding-bottom: 10px;
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
a {
|
|
154
|
+
&.is-active {
|
|
155
|
+
background-color: transparent;
|
|
156
|
+
&::after {
|
|
157
|
+
opacity: 1 !important;
|
|
158
|
+
visibility: visible !important;
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
.sidebar-collapsed:not(.is-hoverable) {
|
|
166
|
+
.ac-left-sidebar-wrapper {
|
|
167
|
+
width: 60px;
|
|
168
|
+
.ac-left-sidebar {
|
|
169
|
+
.menu-list {
|
|
170
|
+
&.ac-menu-list {
|
|
171
|
+
li {
|
|
172
|
+
a {
|
|
173
|
+
padding: 10px 15px;
|
|
174
|
+
display: flex;
|
|
175
|
+
align-items: center;
|
|
176
|
+
justify-content: center;
|
|
177
|
+
|
|
178
|
+
span {
|
|
179
|
+
margin: 0;
|
|
180
|
+
}
|
|
181
|
+
strong {
|
|
182
|
+
opacity: 0;
|
|
183
|
+
visibility: hidden;
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
ul {
|
|
187
|
+
li {
|
|
188
|
+
a {
|
|
189
|
+
padding-left: 15px;
|
|
190
|
+
display: flex;
|
|
191
|
+
justify-content: center;
|
|
192
|
+
align-items: center;
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
}
|