@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.
Files changed (215) hide show
  1. package/base/_video-player.scss +65 -0
  2. package/base/utilities/_all.scss +7 -5
  3. package/base/utilities/_colors.scss +377 -0
  4. package/base/utilities/_customize-bulma.scss +23 -27
  5. package/base/utilities/_extended.scss +39 -0
  6. package/base/utilities/{_default.scss → _global.scss} +192 -333
  7. package/base/utilities/_layouts.scss +19 -0
  8. package/base/utilities/_mixin.scss +11 -11
  9. package/base/utilities/_spacing.scss +96 -0
  10. package/base/utilities/_typography.scss +56 -24
  11. package/components/_ac-alert-box.scss +205 -263
  12. package/components/_ac-calendar.scss +4 -4
  13. package/components/_ac-code-highlight.scss +13 -16
  14. package/components/_ac-content-layout.scss +165 -165
  15. package/components/_ac-drag.scss +13 -13
  16. package/components/_ac-modal.scss +212 -212
  17. package/components/_ac-options.scss +122 -123
  18. package/components/_ac-select-box.scss +10 -10
  19. package/components/_ac-table.scss +503 -502
  20. package/components/_ac-tabs.scss +65 -61
  21. package/components/_ac-tags.scss +116 -116
  22. package/components/_accordion.scss +117 -0
  23. package/components/_add-card.scss +3 -3
  24. package/components/_all.scss +35 -28
  25. package/components/_app-drawer.scss +0 -134
  26. package/components/_breadcumb.scss +0 -71
  27. package/components/_buttons.scss +779 -779
  28. package/components/_card-body-wrapper.scss +5 -5
  29. package/components/_dashboard-header.scss +0 -115
  30. package/components/_direct-deploy.scss +8 -8
  31. package/components/_getkeeper.scss +110 -0
  32. package/components/_go-to-top.scss +1 -1
  33. package/components/_graph.scss +10 -10
  34. package/components/_image-upload.scss +9 -9
  35. package/components/_input-card.scss +232 -0
  36. package/components/_input.scss +573 -0
  37. package/components/_left-sidebar-menu.scss +452 -587
  38. package/components/_monaco-editor.scss +2 -2
  39. package/components/{_ac-multi-select.scss → _multi-select.scss} +89 -251
  40. package/components/_navbar.scss +786 -752
  41. package/components/_nested-list.scss +3 -3
  42. package/components/_overview-info.scss +10 -10
  43. package/components/_overview-page.scss +4 -4
  44. package/components/_pagination.scss +106 -124
  45. package/components/_payment-card.scss +21 -21
  46. package/components/_preloader.scss +1 -1
  47. package/components/_preview-modal.scss +18 -18
  48. package/components/_pricing-table.scss +14 -14
  49. package/components/_progress-bar.scss +73 -86
  50. package/components/_subscription-card.scss +22 -24
  51. package/components/_table-of-content.scss +8 -8
  52. package/components/{_ac-terminal.scss → _terminal.scss} +114 -81
  53. package/components/_tfa.scss +9 -9
  54. package/components/_transitions.scss +35 -0
  55. package/components/_widget-menu.scss +252 -257
  56. package/components/_wizard.scss +518 -793
  57. package/components/ac-toaster/_ac-toasted.scss +11 -16
  58. package/components/bbum/_activities-header.scss +1 -1
  59. package/components/bbum/_card-team.scss +12 -12
  60. package/components/bbum/_information-center.scss +21 -23
  61. package/components/bbum/_left-sidebar.scss +8 -8
  62. package/components/bbum/_mobile-desktop.scss +16 -21
  63. package/components/bbum/_post.scss +5 -5
  64. package/components/bbum/_sign-up-notification.scss +10 -10
  65. package/components/bbum/_single-post-preview.scss +29 -29
  66. package/components/bbum/_user-profile.scss +10 -10
  67. package/components/ui-builder/_ui-builder.scss +221 -31
  68. package/components/ui-builder/_vue-open-api.scss +565 -7
  69. package/icons/close-icon.svg +3 -0
  70. package/layouts/_code-preview.scss +17 -18
  71. package/main.scss +26 -10
  72. package/package.json +1 -1
  73. package/plugins/theme.js +11 -9
  74. package/plugins/vue-toaster.js +1 -1
  75. package/vue-components/images/icons/cluster-icon.svg +10 -0
  76. package/vue-components/images/icons/org-icon.svg +10 -0
  77. package/vue-components/plugins/time-convert.js +49 -0
  78. package/vue-components/types/cluster.ts +6 -0
  79. package/vue-components/types/importFlow.ts +16 -0
  80. package/vue-components/types/notification.ts +6 -0
  81. package/vue-components/types/previewYaml.ts +8 -0
  82. package/vue-components/types/table.ts +55 -0
  83. package/vue-components/types/theme.ts +10 -0
  84. package/vue-components/types/user.ts +22 -0
  85. package/vue-components/v2/banner/Banner.vue +1 -1
  86. package/vue-components/v2/button/Buttons.vue +1 -1
  87. package/vue-components/v2/card/Card.vue +1 -1
  88. package/vue-components/v2/card/OverviewCards.vue +17 -2
  89. package/vue-components/v2/content/ContentTable.vue +14 -9
  90. package/vue-components/v2/editor/FilteredFileEditor.vue +2 -2
  91. package/vue-components/v2/editor/ResourceKeyValueEditor.vue +21 -21
  92. package/vue-components/v2/icons/Ellipsis.vue +2 -1
  93. package/vue-components/v2/modal/Modal.vue +2 -6
  94. package/vue-components/v2/navbar/Appdrawer.vue +37 -12
  95. package/vue-components/v2/navbar/Navbar.vue +3 -3
  96. package/vue-components/v2/navbar/NavbarItem.vue +3 -1
  97. package/vue-components/v2/navbar/NavbarItemContent.vue +1 -1
  98. package/vue-components/v2/navbar/User.vue +5 -22
  99. package/vue-components/v2/pagination/Pagination.vue +66 -0
  100. package/vue-components/v2/sidebar/SidebarItem.vue +10 -7
  101. package/{components/_ac-accordion.scss → vue-components/v3/accordion/Accordion.vue} +40 -6
  102. package/vue-components/v3/alert/Alert.vue +238 -0
  103. package/vue-components/v3/alert/Toast.vue +79 -0
  104. package/vue-components/v3/banner/Banner.vue +10 -0
  105. package/vue-components/v3/breadcrumbs/Breadcrumb.vue +166 -0
  106. package/vue-components/v3/button/Button.vue +110 -57
  107. package/vue-components/v3/button/Buttons.vue +22 -0
  108. package/vue-components/v3/button/DownloadBtn.vue +31 -0
  109. package/vue-components/v3/cards/Card.vue +32 -0
  110. package/vue-components/v3/cards/CardContent.vue +7 -0
  111. package/vue-components/v3/cards/CardHeader.vue +14 -0
  112. package/vue-components/v3/cards/Cards.vue +7 -0
  113. package/vue-components/v3/cards/Cluster.vue +159 -0
  114. package/vue-components/v3/cards/Counter.vue +39 -0
  115. package/vue-components/v3/cards/FeatureCard.vue +67 -0
  116. package/vue-components/v3/cards/FeatureCards.vue +6 -0
  117. package/vue-components/v3/cards/InfoCard.vue +242 -0
  118. package/vue-components/v3/cards/Monitoring.vue +90 -0
  119. package/vue-components/v3/cards/OrgClusterCard.vue +86 -0
  120. package/vue-components/v3/cards/OverviewCard.vue +28 -0
  121. package/vue-components/v3/cards/OverviewCards.vue +39 -0
  122. package/vue-components/v3/cards/Payment.vue +62 -0
  123. package/vue-components/v3/cards/Vendor.vue +89 -0
  124. package/vue-components/v3/content/ContentHeader.vue +39 -30
  125. package/vue-components/v3/content/ContentLayout.vue +20 -0
  126. package/vue-components/v3/content/ContentTable.vue +44 -58
  127. package/vue-components/v3/dropdown/DropdownAction.vue +95 -0
  128. package/vue-components/v3/dropdown/DropdownDivider.vue +2 -0
  129. package/vue-components/v3/dropdown/DropdownItem.vue +2 -0
  130. package/vue-components/v3/dropdown/DropdownMenu.vue +85 -91
  131. package/vue-components/v3/editor/Editor.vue +117 -115
  132. package/vue-components/v3/editor/FilteredFileEditor.vue +325 -128
  133. package/vue-components/v3/editor/ResourceKeyValueEditor.vue +73 -94
  134. package/vue-components/v3/footer/FooterArea.vue +40 -0
  135. package/vue-components/v3/footer/FooterItem.vue +32 -0
  136. package/vue-components/v3/footer/FooterItems.vue +15 -0
  137. package/vue-components/v3/footer/Info.vue +25 -0
  138. package/vue-components/v3/footer/Status.vue +43 -0
  139. package/vue-components/v3/footer/Usage.vue +34 -0
  140. package/vue-components/v3/form/Form.vue +24 -36
  141. package/vue-components/v3/form/FormFooter.vue +24 -0
  142. package/vue-components/v3/form/FormFooterControl.vue +7 -0
  143. package/vue-components/v3/form/FormFooterControls.vue +7 -0
  144. package/vue-components/v3/form-fields/AcSingleInput.vue +21 -0
  145. package/vue-components/v3/form-fields/FileUpload.vue +89 -0
  146. package/vue-components/v3/form-fields/Input.vue +19 -15
  147. package/vue-components/v3/header/Header.vue +120 -26
  148. package/vue-components/v3/header/HeaderItem.vue +18 -0
  149. package/vue-components/v3/header/HeaderItems.vue +4 -0
  150. package/vue-components/v3/icons/Ellipsis.vue +2 -0
  151. package/vue-components/v3/loaders/ClusterSwitcherLoader.vue +13 -0
  152. package/vue-components/v3/loaders/InfoCardLoader.vue +19 -0
  153. package/vue-components/v3/loaders/ResourceLoader.vue +4 -12
  154. package/vue-components/v3/loaders/SidebarLoader.vue +4 -12
  155. package/vue-components/v3/loaders/SingleInfoCardLoader.vue +24 -0
  156. package/vue-components/v3/modal/Modal.vue +294 -95
  157. package/vue-components/v3/modals/DeleteConfirmationModal.vue +37 -50
  158. package/vue-components/v3/modals/JsonShowModal.vue +63 -68
  159. package/vue-components/v3/navbar/Appdrawer.vue +198 -51
  160. package/vue-components/v3/navbar/Navbar.vue +139 -0
  161. package/vue-components/v3/navbar/NavbarItem.vue +103 -0
  162. package/vue-components/v3/navbar/NavbarItemContent.vue +282 -0
  163. package/vue-components/v3/navbar/Notification.vue +207 -0
  164. package/vue-components/v3/navbar/ThemeMode.vue +128 -112
  165. package/vue-components/v3/navbar/User.vue +431 -268
  166. package/vue-components/v3/notification/AlertBox.vue +266 -39
  167. package/vue-components/v3/notification/Notification.vue +50 -44
  168. package/vue-components/v3/notification/NotificationItem.vue +51 -19
  169. package/vue-components/v3/option-dots/Options.vue +197 -0
  170. package/vue-components/v3/pagination/Pagination.vue +216 -102
  171. package/vue-components/v3/preloader/Preloader.vue +23 -0
  172. package/vue-components/v3/searchbars/SearchBar.vue +50 -34
  173. package/vue-components/v3/sidebar/AccentColorPicker.vue +97 -0
  174. package/vue-components/v3/sidebar/ClusterSwitcher.vue +71 -86
  175. package/vue-components/v3/sidebar/Sidebar.vue +239 -0
  176. package/vue-components/v3/sidebar/SidebarBody.vue +14 -0
  177. package/vue-components/v3/sidebar/SidebarFooter.vue +89 -0
  178. package/vue-components/v3/sidebar/SidebarHeader.vue +131 -0
  179. package/vue-components/v3/sidebar/SidebarItem.vue +62 -0
  180. package/vue-components/v3/sidebar/SidebarItemWithDropDown.vue +101 -104
  181. package/vue-components/v3/sidebar/SidebarMenuList.vue +9 -0
  182. package/vue-components/v3/sidebar/Steps.vue +152 -0
  183. package/vue-components/v3/sidebar/sidebar-tabs/SidebarTabs.vue +204 -0
  184. package/vue-components/v3/sidebar/sidebar-tabs/SidebarTabsLayout.vue +44 -0
  185. package/vue-components/v3/sidebar/sidebar-tabs/TabsContent.vue +99 -0
  186. package/vue-components/v3/tab/TabItem.vue +10 -12
  187. package/vue-components/v3/tab/Tabs.vue +36 -0
  188. package/vue-components/v3/tab/TabsBody.vue +7 -0
  189. package/vue-components/v3/table/EmptyTableInfo.vue +8 -0
  190. package/vue-components/v3/table/FakeTableCell.vue +22 -31
  191. package/vue-components/v3/table/InfoTable.vue +89 -61
  192. package/vue-components/v3/table/MultiInfoTable.vue +72 -95
  193. package/vue-components/v3/table/Table.vue +596 -157
  194. package/vue-components/v3/table/TableCell.vue +13 -24
  195. package/vue-components/v3/table/TableContainer.vue +50 -28
  196. package/vue-components/v3/table/TableRow.vue +65 -87
  197. package/vue-components/v3/table/table-cell/ArrayCell.vue +94 -103
  198. package/vue-components/v3/table/table-cell/CellValue.vue +74 -106
  199. package/vue-components/v3/table/table-cell/GenericCell.vue +43 -42
  200. package/vue-components/v3/table/table-cell/ObjectCell.vue +91 -101
  201. package/vue-components/v3/table/table-cell/ValueWithModal.vue +22 -31
  202. package/vue-components/v3/tabs/EditorTabs.vue +18 -24
  203. package/vue-components/v3/tag/Tag.vue +16 -12
  204. package/vue-components/v3/tag/Tags.vue +7 -0
  205. package/base/utilities/_derived-variables.scss +0 -25
  206. package/base/utilities/_initial-variables.scss +0 -215
  207. package/base/utilities/dark-theme.scss +0 -26
  208. package/components/_ac-card.scss +0 -597
  209. package/components/_ac-input.scss +0 -876
  210. package/mixins/stickyContent.js +0 -141
  211. package/plugins/caching.ts +0 -243
  212. package/vue-components/v3/long-running-tasks/LongRunningTaskItem.vue +0 -92
  213. package/vue-components/v3/modals/LongRunningTasksModal.vue +0 -400
  214. package/vue-components/v3/terminal/LongRunningTaskTerminal.vue +0 -148
  215. /package/components/{_ac-report.scss → _report.scss} +0 -0
@@ -1,513 +1,382 @@
1
- .ac-system-left-sidebar {
2
- min-height: calc(100vh - 50px);
3
-
4
- &.is-expanded {
5
- .ac-left-sidebar-wrapper {
6
- &.style-2 {
7
- .ac-lef-sidebar-inner {
8
- .ac-left-sidebar {
9
- .ac-menu-list {
10
- background-color: $ac-white;
11
- }
12
- }
13
- }
14
- }
15
- }
16
- }
17
-
18
- &.is-close {
19
- .ac-left-sidebar-wrapper {
20
- .ac-lef-sidebar-inner {
21
- .ac-left-sidebar {
22
- .menu-list {
23
- &.ac-menu-list {
24
- li {
25
- a {
26
- &.ac-dropdown-button {
27
- .ac-arrow-down {
28
- right: 0px !important;
29
- }
30
- }
31
-
32
- span {
33
- margin-right: 0px;
34
- }
35
- }
36
- }
37
- }
38
- }
39
- }
40
- }
41
- }
42
- }
43
- }
1
+ // .ac-system-left-sidebar {
2
+ // min-height: calc(100vh - 50px);
3
+ // }
44
4
 
45
5
  .ac-left-sidebar-wrapper {
46
- background-color: $ac-white-lightest;
47
- width: 100%;
48
- position: sticky;
49
- top: 50px;
6
+ position: fixed;
7
+ top: 0px;
8
+ z-index: 9999;
9
+ background-color: $primary-20;
10
+ width: 250px;
50
11
 
51
12
  // ac-left-sidebar-2 start
52
- &.style-2 {
53
- .ac-lef-sidebar-inner {
54
- .ac-left-sidebar {
55
- .ac-product-logo {
56
- padding-left: 10px;
57
- padding-right: 10px;
58
- justify-content: center;
59
-
60
- .ac-product-version {
61
- p {
62
- font-size: 11px;
63
- line-height: 1.2;
64
- }
65
- }
66
- }
67
-
68
- .button {
69
- &.is-transparent {
70
- width: 70px;
71
- }
72
- }
73
-
74
- .ac-product-logo {
75
- padding-left: 20px;
76
- justify-content: inherit;
77
- display: flex;
78
- height: 50px;
79
- width: 70px !important;
80
- }
81
-
82
- .ac-menu-list {
83
- width: 70px;
84
- // transition: 0.3s ease-in-out;
85
- background-color: $ac-white-light;
86
-
87
- li {
88
- a {
89
- padding: 12px 15px 12px 26px !important;
90
- font-weight: 500;
91
-
92
- &:hover {
93
- &::after {
94
- width: calc(100% - 5px) !important;
95
- }
96
-
97
- span {
98
- color: $ac-link-black;
99
- }
100
- }
101
-
102
- &.ac-dropdown-button {
103
- .ac-arrow-down {
104
- right: 8px !important;
105
- }
106
- }
107
- }
108
-
109
- &.is-open {
110
- ul {
111
- li {
112
- a {
113
- padding-left: 25px;
114
- background-color: $ac-white;
115
- }
116
- }
117
- }
118
- }
119
-
120
- a {
121
- strong {
122
- display: none;
123
- }
124
-
125
- span {
126
- padding: 0;
127
- margin-right: 0;
128
- }
129
- }
130
- }
131
- }
132
- }
133
- }
134
- }
13
+ // &.style-2 {
14
+ // .ac-left-sidebar-inner {
15
+ // .ac-left-sidebar {
16
+ // .ac-product-logo {
17
+ // padding-left: 10px;
18
+ // padding-right: 10px;
19
+ // justify-content: center;
20
+
21
+ // .ac-product-version {
22
+ // p {
23
+ // font-size: 11px;
24
+ // line-height: 1.2;
25
+ // }
26
+ // }
27
+ // }
28
+
29
+ // .button {
30
+ // &.is-transparent {
31
+ // width: 70px;
32
+ // }
33
+ // }
34
+
35
+ // .ac-product-logo {
36
+ // padding-left: 20px;
37
+ // justify-content: inherit;
38
+ // display: flex;
39
+ // height: 50px;
40
+ // width: 70px !important;
41
+ // }
42
+
43
+ // .ac-menu-list {
44
+ // width: 70px;
45
+ // background-color: $primary-90;
46
+
47
+ // li {
48
+ // a {
49
+ // padding: 12px 15px 12px 26px !important;
50
+ // font-weight: 500;
51
+
52
+ // &:hover {
53
+ // span {
54
+ // color: $primary-97;
55
+ // }
56
+ // }
57
+
58
+ // &.ac-dropdown-button {
59
+ // .ac-arrow-down {
60
+ // right: 8px !important;
61
+ // }
62
+ // }
63
+ // }
64
+
65
+ // &.is-open {
66
+ // ul {
67
+ // li {
68
+ // a {
69
+ // padding-left: 25px;
70
+ // background-color: $white-100;
71
+ // }
72
+ // }
73
+ // }
74
+ // }
75
+
76
+ // a {
77
+ // strong {
78
+ // display: none;
79
+ // }
80
+
81
+ // span {
82
+ // padding: 0;
83
+ // margin-right: 0;
84
+ // }
85
+ // }
86
+ // }
87
+ // }
88
+ // }
89
+ // }
90
+ // }
135
91
 
136
92
  // ac-left-sidebar-2 end
137
- .ac-lef-sidebar-inner {
138
- .ac-left-sidebar {
139
- .ac-product-logo {
140
- background-color: transparent;
141
- border-bottom: 1px solid $ac-white-light;
142
- height: 50px;
143
- display: flex;
144
- justify-content: space-between;
145
- padding: 0 10px 0 15px;
146
- align-items: center;
147
-
148
- .ac-product-version {
149
- font-size: 12px;
150
- font-weight: 500;
151
- color: $ac-link-black;
152
- }
153
- }
154
-
155
- .menu-list {
156
- &.ac-menu-list {
157
- height: calc(100vh - 100px);
158
- overflow-y: auto;
159
- padding-top: 8px;
160
- scrollbar-color: $ac-white-light transparent;
161
-
162
- /* width */
163
- &::-webkit-scrollbar {
164
- display: none;
165
- }
166
-
167
- &::-webkit-scrollbar {
168
- display: none;
169
- }
170
-
171
- li {
172
- &.is-open {
173
- a {
174
- &.ac-dropdown-button {
175
- .ac-arrow-down {
176
- transform: rotate(-180deg);
177
- transform-origin: 5px;
178
- }
179
- }
180
- }
181
-
182
- ul {
183
- li {
184
- a {
185
- strong {
186
- font-weight: 500;
187
- }
188
- }
189
- }
190
- }
191
- }
192
-
193
- a {
194
- font-style: normal;
195
- font-weight: 500;
196
- font-size: $font-size-small;
197
- line-height: 16px;
198
- color: $ac-link-black;
199
- position: relative;
200
- z-index: 1;
201
- padding: 10px 15px 10px 24px;
202
- transition: 0.3s ease-in-out;
203
- display: flex;
204
- align-items: center;
205
-
206
- &:after {
207
- position: absolute;
208
- content: "";
209
- left: 0;
210
- top: 0;
211
- width: 0;
212
- height: 100%;
213
- background-color: $ac-white-lighter;
214
- border-radius: 0 50px 50px 0;
215
- z-index: -1;
216
- transition: 0.3s ease-in-out;
217
- }
218
-
219
- strong {
220
- max-width: calc(100% - 65px);
221
- // line-break: anywhere;
222
- white-space: break-spaces;
223
- display: flex;
224
- align-items: center;
225
- overflow: hidden;
226
- font-weight: 500;
227
- }
228
-
229
- &.ac-dropdown-button {
230
- user-select: none;
231
-
232
- .ac-arrow-down {
233
- position: absolute;
234
- margin-right: 0;
235
- right: 20px;
236
- transition: transform 0.3s;
237
- transform-origin: 4px;
238
- }
239
- }
240
-
241
- &:hover {
242
- background-color: transparent;
243
-
244
- &:after {
245
- width: calc(100% - 15px);
246
- color: $ac-primary;
247
- }
248
-
249
- span {
250
- color: $ac-link-black;
251
-
252
- img {
253
- filter: grayscale(0);
254
- }
255
- }
256
- }
257
-
258
- &.is-active {
259
- color: $ac-primary !important;
260
- background-color: transparent;
261
-
262
- span {
263
- i.fa {
264
- color: $ac-primary;
265
- }
266
-
267
- img {
268
- filter: grayscale(0);
269
- }
270
- }
271
-
272
- &:after,
273
- &::before {
274
- background: linear-gradient(
275
- 89.41deg,
276
- hsla(
277
- var(--hsl-hue),
278
- var(--hsl-saturation),
279
- var(--hsl-lightness),
280
- 0.2
281
- ),
282
- rgba(25, 113, 189, 0) 138.7%
283
- );
284
- position: absolute;
285
- content: "";
286
- left: 0;
287
- top: 0;
288
- width: calc(100% - 15px);
289
- height: 100%;
290
- border-radius: 0 50px 50px 0;
291
- z-index: -1;
292
- }
293
-
294
- &::before {
295
- background-color: $ac-primary;
296
- height: 100%;
297
- width: 4px;
298
- z-index: 9;
299
- }
300
- }
301
-
302
- span {
303
- margin-right: 15px;
304
- width: 16px;
305
- height: 16px;
306
- color: $ac-gray-dark;
307
- font-size: 16px;
308
-
309
- img {
310
- width: 100%;
311
- filter: grayscale(1);
312
- transition: 0.3s ease-in-out;
313
- }
314
- }
315
- }
316
-
317
- ul {
318
- max-height: 0;
319
- transition: max-height 0.2s ease-out;
320
- margin: 0;
321
- padding: 0;
322
- border-left: none;
323
- overflow: hidden;
324
-
325
- li {
326
- a {
327
- padding-left: 60px;
328
- font-size: $font-size-extra-small;
329
- padding-top: 10px;
330
- padding-bottom: 10px;
331
- }
332
- }
333
- }
334
- }
335
- }
336
- }
337
- }
338
- }
339
93
  }
340
94
 
95
+ // .ac-left-sidebar {
96
+ // .menu-list {
97
+ // &.ac-menu-list {
98
+ // height: calc(100vh - 80px);
99
+ // overflow-y: auto;
100
+ // padding-top: 4px;
101
+ // scrollbar-color: $white-100 transparent;
102
+
103
+ // /* width */
104
+ // &::-webkit-scrollbar {
105
+ // display: none;
106
+ // }
107
+
108
+ // &::-webkit-scrollbar {
109
+ // display: none;
110
+ // }
111
+
112
+ // li {
113
+ // &.is-open {
114
+ // a {
115
+ // &.ac-dropdown-button {
116
+ // .ac-arrow-down {
117
+ // transform: rotate(-180deg);
118
+ // transform-origin: 5px;
119
+ // }
120
+ // }
121
+ // }
122
+
123
+ // ul {
124
+ // li {
125
+ // a {
126
+ // strong {
127
+ // font-weight: 500;
128
+ // }
129
+ // }
130
+ // }
131
+ // }
132
+ // }
133
+
134
+ // a {
135
+ // font-style: normal;
136
+ // font-weight: 500;
137
+ // font-size: 13px;
138
+ // line-height: 16px;
139
+ // color: $primary-97;
140
+ // position: relative;
141
+ // z-index: 1;
142
+ // padding: 10px 15px 10px 24px;
143
+ // transition: 0.3s ease-in-out;
144
+ // display: flex;
145
+ // align-items: center;
146
+
147
+ // &:after {
148
+ // position: absolute;
149
+ // content: "";
150
+ // left: 10px;
151
+ // top: 0;
152
+ // width: calc(100% - 20px);
153
+ // height: 100%;
154
+ // background: rgba(255, 255, 255, 0.1);
155
+ // border-radius: 4px;
156
+ // z-index: -1;
157
+ // transition: 0.3s ease-in-out;
158
+ // opacity: 0;
159
+ // visibility: hidden;
160
+ // }
161
+
162
+ // strong {
163
+ // max-width: calc(100% - 65px);
164
+ // // line-break: anywhere;
165
+ // white-space: break-spaces;
166
+ // display: flex;
167
+ // align-items: center;
168
+ // overflow: hidden;
169
+ // font-weight: 500;
170
+ // }
171
+
172
+ // &.ac-dropdown-button {
173
+ // user-select: none;
174
+
175
+ // .ac-arrow-down {
176
+ // position: absolute;
177
+ // margin-right: 0;
178
+ // right: 20px;
179
+ // transition: transform 0.3s;
180
+ // transform-origin: 4px;
181
+ // color: $black-70;
182
+ // }
183
+ // }
184
+
185
+ // &:hover {
186
+ // background-color: transparent;
187
+
188
+ // &:after {
189
+ // color: $primary;
190
+ // opacity: 0.5;
191
+ // visibility: visible;
192
+ // }
193
+
194
+ // span {
195
+ // color: $primary-97;
196
+
197
+ // img {
198
+ // filter: brightness(10);
199
+ // }
200
+ // }
201
+ // }
202
+
203
+ // span {
204
+ // margin-right: 12px;
205
+ // width: 16px;
206
+ // height: 16px;
207
+ // color: $black-30;
208
+ // font-size: 16px;
209
+
210
+ // img {
211
+ // width: 100%;
212
+ // filter: brightness(10);
213
+ // transition: 0.3s ease-in-out;
214
+ // }
215
+ // }
216
+ // }
217
+
218
+ // ul {
219
+ // max-height: 0;
220
+ // transition: max-height 0.2s ease-out;
221
+ // margin: 0;
222
+ // padding: 0;
223
+ // border-left: none;
224
+ // overflow: hidden;
225
+
226
+ // li {
227
+ // a {
228
+ // padding-left: 52px;
229
+ // font-size: 12px;
230
+ // padding-top: 10px;
231
+ // padding-bottom: 10px;
232
+ // }
233
+ // }
234
+ // }
235
+ // }
236
+ // }
237
+ // a {
238
+ // &.is-active {
239
+ // background-color: transparent;
240
+ // &::after {
241
+ // opacity: 1 !important;
242
+ // visibility: visible !important;
243
+ // }
244
+ // }
245
+ // }
246
+ // }
247
+
248
+ // // .ac-options.is-right {
249
+ // // .option-dots {
250
+ // // transition: 0.3s;
251
+
252
+ // // i.fa {
253
+ // // &.fa-angle-left {
254
+ // // font-size: 18px;
255
+ // // }
256
+ // // }
257
+
258
+ // // &:active {
259
+ // // i.fa {
260
+ // // background-color: $primary-90;
261
+ // // width: 25px;
262
+ // // height: 25px;
263
+ // // text-align: center;
264
+ // // line-height: 25px;
265
+ // // border-radius: 50%;
266
+ // // }
267
+ // // }
268
+
269
+ // // &:hover {
270
+ // // color: $primary !important;
271
+ // // transform: scale(1.2);
272
+ // // }
273
+ // // }
274
+ // // }
275
+ // }
276
+
277
+ // sidebar footer start
278
+
279
+ // sidebar footer end
341
280
  // widget menu end
342
281
  // cluster switcher start
343
- .ac-left-sidebar {
344
- .ac-options.is-right {
345
- .option-dots {
346
- transition: 0.3s;
347
-
348
- i.fa {
349
- &.fa-angle-left {
350
- font-size: 18px;
351
- }
352
- }
353
-
354
- &:active {
355
- i.fa {
356
- background-color: $ac-white-lighter;
357
- width: 25px;
358
- height: 25px;
359
- text-align: center;
360
- line-height: 25px;
361
- border-radius: 50%;
362
- }
363
- }
364
-
365
- &:hover {
366
- color: $ac-primary !important;
367
- transform: scale(1.2);
368
- }
369
- }
370
- }
371
-
372
- .is-cluster-logo {
373
- display: flex;
374
- align-items: center;
375
- margin-left: -8px;
376
- padding: 5px;
377
- }
378
-
379
- .multiselect {
380
- height: 50px;
381
-
382
- // commented out to set full width select box when right content is not present
383
- // width: 234px;
384
-
385
- left: 0px;
386
- top: -5px;
387
-
388
- .multiselect__select {
389
- height: 50px;
390
- top: 4px;
391
- }
392
-
393
- .multiselect__tags {
394
- border: none !important;
395
- background-color: $ac-bg-light-gray;
396
- min-height: 54px;
397
- border-radius: 0;
398
-
399
- .multiselect__placeholder {
400
- padding-top: 12px !important;
401
- font-size: 14px;
402
- }
403
-
404
- .multiselect__input {
405
- background-color: $ac-bg-light-gray !important;
406
- top: 13px;
407
-
408
- &::placeholder {
409
- font-size: 12px;
410
- font-weight: 500;
411
- }
412
- }
413
- }
414
-
415
- .multiselect__single {
416
- background-color: $ac-bg-light-gray !important;
417
- top: 14px !important;
418
-
419
- img {
420
- width: 20px;
421
- margin-right: 8px;
422
- }
423
-
424
- span {
425
- span {
426
- overflow: hidden;
427
- text-overflow: ellipsis;
428
- display: -webkit-box;
429
- line-clamp: 1;
430
- -webkit-line-clamp: 1;
431
- box-orient: vertical;
432
- -webkit-box-orient: vertical;
433
- }
434
- }
435
- }
436
- }
437
-
438
- .multiselect__content-wrapper {
439
- border: 1px solid $ac-white-light;
440
-
441
- .multiselect__content {
442
- .multiselect__element {
443
- .multiselect__option {
444
- display: flex;
445
- align-items: center;
446
- font-size: 14px;
447
-
448
- img {
449
- width: 25px;
450
- }
451
-
452
- p {
453
- color: $ac-color-text;
454
- font-weight: 500;
455
- }
456
-
457
- .location {
458
- color: $ac-color-text;
459
- font-weight: 400;
460
- opacity: 0.8;
461
- }
462
- }
463
- }
464
- }
465
- }
466
- }
467
-
282
+ // .ac-left-sidebar {
283
+ // .is-cluster-logo {
284
+ // display: flex;
285
+ // align-items: center;
286
+ // margin-left: -8px;
287
+ // padding: 5px;
288
+ // }
289
+
290
+ // .multiselect {
291
+ // height: 50px;
292
+
293
+ // // commented out to set full width select box when right content is not present
294
+ // // width: 234px;
295
+
296
+ // left: 0px;
297
+ // top: -5px;
298
+
299
+ // .multiselect__select {
300
+ // height: 50px;
301
+ // top: 4px;
302
+ // }
303
+
304
+ // .multiselect__tags {
305
+ // border: none !important;
306
+ // background-color: $black-60;
307
+ // min-height: 54px;
308
+ // border-radius: 0;
309
+
310
+ // .multiselect__placeholder {
311
+ // padding-top: 12px !important;
312
+ // font-size: 14px;
313
+ // }
314
+
315
+ // .multiselect__input {
316
+ // background-color: transparent-light-gray !important;
317
+ // top: 13px;
318
+
319
+ // &::placeholder {
320
+ // font-size: 12px;
321
+ // font-weight: 500;
322
+ // }
323
+ // }
324
+ // }
325
+
326
+ // .multiselect__single {
327
+ // background-color: transparent-light-gray !important;
328
+ // top: 14px !important;
329
+
330
+ // img {
331
+ // width: 20px;
332
+ // margin-right: 8px;
333
+ // }
334
+
335
+ // span {
336
+ // span {
337
+ // overflow: hidden;
338
+ // text-overflow: ellipsis;
339
+ // display: -webkit-box;
340
+ // line-clamp: 1;
341
+ // -webkit-line-clamp: 1;
342
+ // box-orient: vertical;
343
+ // -webkit-box-orient: vertical;
344
+ // }
345
+ // }
346
+ // }
347
+ // }
348
+
349
+ // .multiselect__content-wrapper {
350
+ // border: 1px solid $primary-90;
351
+
352
+ // .multiselect__content {
353
+ // .multiselect__element {
354
+ // .multiselect__option {
355
+ // display: flex;
356
+ // align-items: center;
357
+ // font-size: 14px;
358
+
359
+ // img {
360
+ // width: 25px;
361
+ // }
362
+
363
+ // p {
364
+ // color: $primary-10;
365
+ // font-weight: 500;
366
+ // }
367
+
368
+ // .location {
369
+ // color: $primary-10;
370
+ // font-weight: 400;
371
+ // opacity: 0.8;
372
+ // }
373
+ // }
374
+ // }
375
+ // }
376
+ // }
377
+ // }
468
378
  // cluster switcher end
469
379
 
470
- // dark theme start
471
- .is-dark-theme {
472
- body {
473
- .ac-system-body {
474
- .ac-system-left-sidebar {
475
- background-color: var(--dark-bg);
476
- }
477
- }
478
-
479
- .ac-left-sidebar-wrapper {
480
- .ac-lef-sidebar-inner {
481
- .ac-left-sidebar {
482
- .menu-list {
483
- &.ac-menu-list {
484
- li {
485
- a {
486
- &.is-active {
487
- font-weight: 500;
488
- color: $ac-full-white !important;
489
-
490
- span {
491
- i.fa {
492
- color: $ac-primary;
493
- }
494
- }
495
-
496
- &:after {
497
- background: var(--dark-bg-light) !important;
498
- }
499
- }
500
- }
501
- }
502
- }
503
- }
504
- }
505
- }
506
- }
507
- }
508
- }
509
-
510
- // dark theme end
511
380
  /****************************************
512
381
  Responsive Classes
513
382
  *****************************************/
@@ -517,101 +386,97 @@ Responsive Classes
517
386
  display: none;
518
387
  }
519
388
 
520
- .ac-left-sidebar-wrapper {
521
- &.style-2 {
522
- .menu-list {
523
- &.ac-menu-list {
524
- li {
525
- .dropdown-2 {
526
- ul {
527
- li {
528
- background-color: $ac-white;
529
- }
530
- }
531
- }
532
-
533
- a {
534
- text-align: left;
535
- }
536
- }
537
- }
538
- }
539
- }
540
-
541
- .ac-lef-sidebar-inner {
542
- .ac-left-sidebar {
543
- .ac-product-logo {
544
- .ac-product-version {
545
- display: none;
546
- }
547
- }
548
-
549
- .menu-list {
550
- &.ac-menu-list {
551
- li {
552
- a {
553
- padding: 10px 15px 10px 24px;
554
- text-align: center;
555
-
556
- strong {
557
- display: none;
558
- }
559
-
560
- &.is-active {
561
- &:after {
562
- width: calc(100% - 5px);
563
- }
564
- }
565
-
566
- &:hover {
567
- &:after {
568
- width: calc(100% - 5px);
569
- }
570
-
571
- span {
572
- color: $ac-link-black;
573
- }
574
- }
575
- }
576
-
577
- .ac-dropdown-button {
578
- .ac-arrow-down {
579
- right: 10px !important;
580
- }
581
- }
582
-
583
- ul {
584
- max-height: 0;
585
- transition: max-height 0.2s ease-out;
586
- background-color: $ac-bg;
587
-
588
- li {
589
- a {
590
- padding: 10px 15px 10px 24px;
591
- text-align: center;
592
- }
593
- }
594
- }
595
- }
596
- }
597
- }
598
- }
599
- }
600
- }
389
+ // .ac-left-sidebar-wrapper {
390
+ // &.style-2 {
391
+ // .menu-list {
392
+ // &.ac-menu-list {
393
+ // li {
394
+ // .dropdown-2 {
395
+ // ul {
396
+ // li {
397
+ // background-color: $white-100;
398
+ // }
399
+ // }
400
+ // }
401
+
402
+ // a {
403
+ // text-align: left;
404
+ // }
405
+ // }
406
+ // }
407
+ // }
408
+ // }
409
+
410
+ // .ac-left-sidebar-inner {
411
+ // .ac-left-sidebar {
412
+ // .ac-product-logo {
413
+ // .ac-product-version {
414
+ // display: none;
415
+ // }
416
+ // }
417
+
418
+ // .menu-list {
419
+ // &.ac-menu-list {
420
+ // li {
421
+ // a {
422
+ // padding: 10px 15px 10px 24px;
423
+ // text-align: center;
424
+
425
+ // strong {
426
+ // display: none;
427
+ // }
428
+
429
+ // // &.is-active {
430
+ // // &:after {
431
+ // // width: calc(100% - 5px);
432
+ // // }
433
+ // // }
434
+
435
+ // &:hover {
436
+ // // &:after {
437
+ // // width: calc(100% - 5px);
438
+ // // }
439
+
440
+ // span {
441
+ // color: $primary-97;
442
+ // }
443
+ // }
444
+ // }
445
+
446
+ // .ac-dropdown-button {
447
+ // .ac-arrow-down {
448
+ // right: 10px !important;
449
+ // }
450
+ // }
451
+
452
+ // ul {
453
+ // max-height: 0;
454
+ // transition: max-height 0.2s ease-out;
455
+ // background-color: transparent;
456
+
457
+ // li {
458
+ // a {
459
+ // padding: 10px 15px 10px 24px;
460
+ // text-align: center;
461
+ // }
462
+ // }
463
+ // }
464
+ // }
465
+ // }
466
+ // }
467
+ // }
468
+ // }
469
+ // }
601
470
  }
602
471
 
603
472
  // Small devices (landscape phones, 576px and up)
604
- @media (min-width: 576px) and (max-width: 767.98px) {
605
- }
473
+ @media (min-width: 576px) and (max-width: 767.98px) {}
606
474
 
607
475
  // Medium devices (tablets, 768px and up)
608
- @media (min-width: 768px) and (max-width: 991.98px) {
609
- }
476
+ @media (min-width: 768px) and (max-width: 991.98px) {}
610
477
 
611
478
  // Large devices (desktops, 992px and up)
612
- @media (min-width: 992px) and (max-width: 1199.98px) {
613
- }
479
+ @media (min-width: 992px) and (max-width: 1199.98px) {}
614
480
 
615
481
  // Extra large devices (large desktops, 1200px and up)
616
- @media (min-width: 1200px) {
617
- }
482
+ @media (min-width: 1200px) {}