@appscode/design-system 1.1.0-beta.2 → 1.1.0-beta.20

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