@appscode/design-system 2.0.6-alpha.1 → 2.0.6

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 (100) hide show
  1. package/{vue-components/styles/base → base}/utilities/_grid.scss +1 -1
  2. package/components/_ac-modal.scss +212 -0
  3. package/components/_ac-options.scss +122 -0
  4. package/components/_ac-table.scss +503 -0
  5. package/components/_ac-tabs.scss +313 -0
  6. package/components/_accordion.scss +117 -0
  7. package/components/_all.scss +35 -0
  8. package/{vue-components/styles/components → components}/_input.scss +23 -44
  9. package/components/_left-sidebar-menu.scss +482 -0
  10. package/components/_navbar.scss +786 -0
  11. package/{vue-components/styles/components → components}/ui-builder/_ui-builder.scss +17 -17
  12. package/{vue-components/styles/components → components}/ui-builder/_vue-open-api.scss +35 -35
  13. package/main.scss +4 -4
  14. package/package.json +1 -1
  15. package/vue-components/v3/accordion/Accordion.vue +117 -1
  16. package/vue-components/v3/button/Button.vue +59 -1
  17. package/vue-components/v3/dropdown/DropdownAction.vue +32 -1
  18. package/vue-components/v3/form-fields/AcSingleInput.vue +1 -3
  19. package/vue-components/v3/modal/Modal.vue +216 -1
  20. package/vue-components/v3/navbar/Appdrawer.vue +121 -1
  21. package/vue-components/v3/navbar/Navbar.vue +93 -1
  22. package/vue-components/v3/navbar/NavbarItemContent.vue +275 -0
  23. package/vue-components/v3/navbar/User.vue +170 -5
  24. package/vue-components/v3/option-dots/Options.vue +144 -1
  25. package/vue-components/v3/sidebar/Sidebar.vue +201 -1
  26. package/vue-components/v3/tab/Tabs.vue +24 -1
  27. package/vue-components/v3/table/Table.vue +453 -1
  28. package/vue-components/styles/components/_accordion.scss +0 -117
  29. package/vue-components/styles/components/_all.scss +0 -16
  30. package/vue-components/styles/components/_button.scss +0 -59
  31. package/vue-components/styles/components/_dropdown.scss +0 -32
  32. package/vue-components/styles/components/_left-sidebar.scss +0 -201
  33. package/vue-components/styles/components/_menu-content.scss +0 -470
  34. package/vue-components/styles/components/_modal.scss +0 -216
  35. package/vue-components/styles/components/_navbar.scss +0 -70
  36. package/vue-components/styles/components/_options.scss +0 -134
  37. package/vue-components/styles/components/_table.scss +0 -430
  38. package/vue-components/styles/components/_tabs.scss +0 -338
  39. /package/{vue-components/styles/base → base}/_video-player.scss +0 -0
  40. /package/{vue-components/styles/base → base}/utilities/_all.scss +0 -0
  41. /package/{vue-components/styles/base → base}/utilities/_colors.scss +0 -0
  42. /package/{vue-components/styles/base → base}/utilities/_customize-bulma.scss +0 -0
  43. /package/{vue-components/styles/base → base}/utilities/_extended.scss +0 -0
  44. /package/{vue-components/styles/base → base}/utilities/_global.scss +0 -0
  45. /package/{vue-components/styles/base → base}/utilities/_layouts.scss +0 -0
  46. /package/{vue-components/styles/base → base}/utilities/_mixin.scss +0 -0
  47. /package/{vue-components/styles/base → base}/utilities/_spacing.scss +0 -0
  48. /package/{vue-components/styles/base → base}/utilities/_typography.scss +0 -0
  49. /package/{vue-components/styles/components → components}/_ac-alert-box.scss +0 -0
  50. /package/{vue-components/styles/components → components}/_ac-calendar.scss +0 -0
  51. /package/{vue-components/styles/components → components}/_ac-code-highlight.scss +0 -0
  52. /package/{vue-components/styles/components → components}/_ac-content-layout.scss +0 -0
  53. /package/{vue-components/styles/components → components}/_ac-drag.scss +0 -0
  54. /package/{vue-components/styles/components → components}/_ac-select-box.scss +0 -0
  55. /package/{vue-components/styles/components → components}/_ac-tags.scss +0 -0
  56. /package/{vue-components/styles/components → components}/_add-card.scss +0 -0
  57. /package/{vue-components/styles/components → components}/_app-drawer.scss +0 -0
  58. /package/{vue-components/styles/components → components}/_breadcumb.scss +0 -0
  59. /package/{vue-components/styles/components → components}/_buttons.scss +0 -0
  60. /package/{vue-components/styles/components → components}/_card-body-wrapper.scss +0 -0
  61. /package/{vue-components/styles/components → components}/_dashboard-header.scss +0 -0
  62. /package/{vue-components/styles/components → components}/_direct-deploy.scss +0 -0
  63. /package/{vue-components/styles/components → components}/_getkeeper.scss +0 -0
  64. /package/{vue-components/styles/components → components}/_go-to-top.scss +0 -0
  65. /package/{vue-components/styles/components → components}/_graph.scss +0 -0
  66. /package/{vue-components/styles/components → components}/_image-upload.scss +0 -0
  67. /package/{vue-components/styles/components → components}/_input-card.scss +0 -0
  68. /package/{vue-components/styles/components → components}/_monaco-editor.scss +0 -0
  69. /package/{vue-components/styles/components → components}/_multi-select.scss +0 -0
  70. /package/{vue-components/styles/components → components}/_nested-list.scss +0 -0
  71. /package/{vue-components/styles/components → components}/_overview-info.scss +0 -0
  72. /package/{vue-components/styles/components → components}/_overview-page.scss +0 -0
  73. /package/{vue-components/styles/components → components}/_pagination.scss +0 -0
  74. /package/{vue-components/styles/components → components}/_payment-card.scss +0 -0
  75. /package/{vue-components/styles/components → components}/_preloader.scss +0 -0
  76. /package/{vue-components/styles/components → components}/_preview-modal.scss +0 -0
  77. /package/{vue-components/styles/components → components}/_pricing-table.scss +0 -0
  78. /package/{vue-components/styles/components → components}/_progress-bar.scss +0 -0
  79. /package/{vue-components/styles/components → components}/_report.scss +0 -0
  80. /package/{vue-components/styles/components → components}/_subscription-card.scss +0 -0
  81. /package/{vue-components/styles/components → components}/_table-of-content.scss +0 -0
  82. /package/{vue-components/styles/components → components}/_terminal.scss +0 -0
  83. /package/{vue-components/styles/components → components}/_tfa.scss +0 -0
  84. /package/{vue-components/styles/components → components}/_transitions.scss +0 -0
  85. /package/{vue-components/styles/components → components}/_widget-menu.scss +0 -0
  86. /package/{vue-components/styles/components → components}/_wizard.scss +0 -0
  87. /package/{vue-components/styles/components → components}/ac-toaster/_ac-toasted.scss +0 -0
  88. /package/{vue-components/styles/components → components}/bbum/_activities-header.scss +0 -0
  89. /package/{vue-components/styles/components → components}/bbum/_all.scss +0 -0
  90. /package/{vue-components/styles/components → components}/bbum/_card-team.scss +0 -0
  91. /package/{vue-components/styles/components → components}/bbum/_information-center.scss +0 -0
  92. /package/{vue-components/styles/components → components}/bbum/_left-sidebar.scss +0 -0
  93. /package/{vue-components/styles/components → components}/bbum/_mobile-desktop.scss +0 -0
  94. /package/{vue-components/styles/components → components}/bbum/_post.scss +0 -0
  95. /package/{vue-components/styles/components → components}/bbum/_sign-up-notification.scss +0 -0
  96. /package/{vue-components/styles/components → components}/bbum/_single-post-preview.scss +0 -0
  97. /package/{vue-components/styles/components → components}/bbum/_user-profile.scss +0 -0
  98. /package/{vue-components/styles/layouts → layouts}/_404.scss +0 -0
  99. /package/{vue-components/styles/layouts → layouts}/_all.scss +0 -0
  100. /package/{vue-components/styles/layouts → layouts}/_code-preview.scss +0 -0
@@ -0,0 +1,786 @@
1
+ // .ac-navbar-area {
2
+ // background-color: $primary;
3
+ // box-shadow: $ac-shadow-3;
4
+ // position: fixed;
5
+ // margin-left: 250px;
6
+ // width: 100%;
7
+ // top: 0;
8
+ // z-index: 999;
9
+
10
+ // &.is-full {
11
+ // margin-left: 0;
12
+
13
+ // .ac-navbar {
14
+ // grid-template-columns: 255px auto auto;
15
+ // width: 100%;
16
+ // }
17
+ // }
18
+
19
+ // &.is-light {
20
+ // background: $primary-97;
21
+ // border-bottom: 1px solid $primary-90;
22
+ // box-shadow: none;
23
+
24
+ // .ac-navbar-menu {
25
+ // .ac-menu-item {
26
+ // .ac-nav-button {
27
+ // &.ac-profile-button {
28
+ // font-weight: 600;
29
+ // font-size: 13px;
30
+ // line-height: 100%;
31
+ // color: $primary-10 !important;
32
+
33
+ // strong {
34
+ // color: $primary-10 !important;
35
+ // font-weight: 600;
36
+ // }
37
+ // }
38
+ // }
39
+ // }
40
+ // }
41
+
42
+ // .drawer-icon svg {
43
+ // fill: $primary-10 !important;
44
+ // }
45
+ // }
46
+
47
+ // .ac-navbar {
48
+ // display: inline-grid;
49
+ // grid-template-columns: auto auto;
50
+ // // margin-left: 255px;
51
+ // grid-gap: 0px;
52
+ // align-items: center;
53
+ // width: calc(100% - 255px);
54
+ // height: 50px;
55
+ // padding: 0 15px;
56
+
57
+ // .ac-navbar-brand {
58
+ // .logo {
59
+ // font-size: 20px;
60
+ // font-weight: 600;
61
+ // color: $white-100;
62
+ // }
63
+
64
+ // img {
65
+ // height: 30px;
66
+ // }
67
+ // }
68
+
69
+ // .search-item {
70
+ // display: flex;
71
+ // align-items: center;
72
+ // background-color: rgba(255, 255, 255, 0.2);
73
+ // padding: 5px 20px;
74
+ // border-radius: 4px;
75
+
76
+ // span {
77
+ // color: $white-100;
78
+ // }
79
+
80
+ // input {
81
+ // background-color: transparent;
82
+ // border: none;
83
+ // color: $white-100;
84
+ // font-size: 13px;
85
+ // font-weight: 600;
86
+ // font-family: $font-heading;
87
+ // width: 100%;
88
+ // padding-left: 15px;
89
+
90
+ // &::placeholder {
91
+ // color: $primary-90;
92
+ // font-weight: 500;
93
+ // }
94
+
95
+ // &:focus {
96
+ // outline: none;
97
+ // }
98
+ // }
99
+ // }
100
+
101
+ // .ac-navbar-menu {
102
+ // display: flex;
103
+ // align-items: center;
104
+ // justify-content: flex-end;
105
+
106
+ // .ac-organizations {
107
+ // margin: 0;
108
+
109
+ // .ac-nav-button {
110
+ // border: none;
111
+ // margin: 0;
112
+ // padding: 0;
113
+ // margin-right: 15px;
114
+ // width: 26px;
115
+ // height: 26px;
116
+ // border-radius: 50%;
117
+ // overflow: hidden;
118
+ // border: 2px solid $white-100;
119
+
120
+ // &:last-child {
121
+ // margin-right: 0;
122
+ // position: relative;
123
+ // z-index: 1;
124
+
125
+ // .more-items {
126
+ // text-align: center;
127
+ // color: $white-100;
128
+ // z-index: 99;
129
+ // position: absolute;
130
+ // font-size: 12px;
131
+ // font-weight: 500;
132
+ // }
133
+
134
+ // &::after {
135
+ // position: absolute;
136
+ // content: "";
137
+ // left: 0;
138
+ // top: 0;
139
+ // width: 100%;
140
+ // height: 100%;
141
+ // background-color: $black-5;
142
+ // opacity: 0.2;
143
+ // z-index: 1;
144
+ // }
145
+ // }
146
+ // }
147
+ // }
148
+
149
+ // .ac-menu-item {
150
+ // position: relative;
151
+ // z-index: 1;
152
+
153
+ // // width: 30px;
154
+ // // height: 30px;
155
+ // // border-radius: 50%;
156
+ // .ac-nav-button:not(.ac-profile-button) {
157
+ // &:after {
158
+ // content: "";
159
+ // border-radius: 50%;
160
+ // width: 30px;
161
+ // height: 30px;
162
+ // position: absolute;
163
+ // z-index: -1;
164
+ // left: 50%;
165
+ // transition: 0.3s ease-in-out;
166
+ // margin-left: -15px;
167
+ // }
168
+
169
+ // &:hover {
170
+ // &:after {
171
+ // background-color: rgba(255, 255, 255, 0.2) !important;
172
+ // }
173
+ // }
174
+ // }
175
+
176
+ // &:hover {
177
+ // .ac-nav-button:not(.ac-profile-button) {
178
+ // i.fa {
179
+ // color: $white-100;
180
+ // }
181
+ // }
182
+
183
+ // .ac-menu-content {
184
+ // opacity: 1;
185
+ // visibility: visible;
186
+ // top: 40px;
187
+
188
+ // &.theme-choice {
189
+ // transition: none;
190
+ // padding: 10px 10px;
191
+ // min-width: 150px !important;
192
+ // max-height: 150px;
193
+ // overflow-y: auto;
194
+ // border-radius: 0 0 4px 4px;
195
+ // left: 0;
196
+ // background-color: $white-100;
197
+
198
+ // ul {
199
+ // li {
200
+ // width: 40px;
201
+ // height: 40px;
202
+ // line-height: 42px;
203
+ // // border-radius: 4px;
204
+ // text-align: center;
205
+ // cursor: pointer;
206
+
207
+ // &.is-active {
208
+ // color: $white-100;
209
+ // background: $primary;
210
+ // }
211
+ // }
212
+ // }
213
+
214
+ // // &::after {
215
+ // // right: 90px;
216
+ // // }
217
+ // }
218
+
219
+ // &::after {
220
+ // position: absolute;
221
+ // content: "";
222
+ // right: 38px;
223
+ // top: -6px;
224
+ // background-color: $white-100;
225
+ // width: 15px;
226
+ // height: 15px;
227
+ // transform: rotate(45deg);
228
+ // box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.16);
229
+ // z-index: -1;
230
+ // }
231
+ // }
232
+
233
+ // .ac-shake {
234
+ // animation-play-state: paused;
235
+ // }
236
+ // }
237
+
238
+ // .ac-nav-button {
239
+ // background-color: transparent;
240
+ // border: none;
241
+ // color: $primary-90;
242
+ // padding: 0 14px;
243
+ // margin-left: 15px;
244
+
245
+ // &.ac-profile-button {
246
+ // color: $white-100;
247
+ // }
248
+
249
+ // &:last-child {
250
+ // margin-left: 0;
251
+ // }
252
+
253
+ // span {
254
+ // position: absolute;
255
+ // top: 5px;
256
+ // right: 5px;
257
+ // width: 15px;
258
+ // height: 15px;
259
+ // background-color: $white-100;
260
+ // font-size: 12px;
261
+ // line-height: 15px;
262
+ // border-radius: 50%;
263
+ // color: $primary;
264
+ // z-index: 9;
265
+ // }
266
+
267
+ // &:focus {
268
+ // outline: none;
269
+ // box-shadow: none !important;
270
+ // }
271
+
272
+ // &.ac-profile-button {
273
+ // strong {
274
+ // color: $white-100;
275
+ // margin-left: 16px;
276
+ // font-weight: 500;
277
+ // font-size: 13px;
278
+ // }
279
+
280
+ // .ac-user-profile {
281
+ // width: 32px;
282
+ // height: 32px;
283
+ // border-radius: 50%;
284
+ // overflow: hidden;
285
+ // border: 2px solid #d2e7f9;
286
+ // }
287
+
288
+ // i.fa {
289
+ // padding: 0 10px;
290
+ // }
291
+ // }
292
+ // }
293
+
294
+ // .ac-menu-content {
295
+ // position: absolute;
296
+ // right: 0;
297
+ // top: 80px;
298
+ // box-shadow: $ac-shadow-1;
299
+ // min-width: 180px;
300
+ // opacity: 0;
301
+ // visibility: hidden;
302
+ // transition: 0.3s ease-in;
303
+
304
+ // &.theme-choice {
305
+ // left: 0;
306
+ // }
307
+
308
+ // .user-profile-wrapper {
309
+ // background-color: $white-100;
310
+ // border-radius: 4px;
311
+ // border: 1px solid $primary-90;
312
+
313
+ // .profile-area {
314
+ // display: flex;
315
+ // align-items: center;
316
+ // border-bottom: 1px solid $primary-90;
317
+ // padding: 8px 16px;
318
+
319
+ // .profile-photo {
320
+ // // width: 50px;
321
+ // // height: 50px;
322
+ // border-radius: 50%;
323
+ // position: relative;
324
+ // z-index: 1;
325
+ // margin-right: 10px;
326
+
327
+ // img {
328
+ // border-radius: 50%;
329
+ // width: 100%;
330
+ // border: 2px solid #d2e7f9;
331
+ // }
332
+
333
+ // .camera-icon {
334
+ // position: absolute;
335
+ // right: -10px;
336
+ // top: 0;
337
+ // background-color: transparent;
338
+ // border: none;
339
+ // cursor: pointer;
340
+ // }
341
+ // }
342
+
343
+ // .profile-info {
344
+ // p {
345
+ // color: $primary-10;
346
+ // font-size: 13px;
347
+ // font-weight: 500;
348
+ // line-height: 1.3;
349
+ // }
350
+
351
+ // a {
352
+ // font-size: 1rem;
353
+ // color: $primary-20;
354
+ // line-height: 1.3;
355
+ // }
356
+ // }
357
+ // }
358
+
359
+ // ul {
360
+ // li {
361
+ // a {
362
+ // padding: 6px 16px;
363
+ // font-weight: 500;
364
+
365
+ // &:hover {
366
+ // // background-color: transparent;
367
+ // color: $primary;
368
+ // }
369
+ // }
370
+ // }
371
+ // }
372
+ // }
373
+
374
+ // &.quick-access {
375
+ // background-color: $white-100;
376
+ // padding: 20px;
377
+ // min-width: 260px !important;
378
+ // max-height: 250px;
379
+ // overflow-y: auto;
380
+ // border-radius: 4px;
381
+
382
+ // .header {
383
+ // display: flex;
384
+ // justify-content: space-between;
385
+ // align-items: center;
386
+ // border-bottom: 1px solid $primary-90;
387
+ // padding-bottom: 20px;
388
+
389
+ // p {
390
+ // font-size: 13px;
391
+ // color: $primary-10;
392
+ // }
393
+
394
+ // button {
395
+ // background-color: transparent;
396
+ // border: none;
397
+ // cursor: pointer;
398
+ // color: $primary-20;
399
+ // }
400
+ // }
401
+
402
+ // .body-content {
403
+ // margin-top: 20px;
404
+
405
+ // p {
406
+ // font-size: 13px;
407
+ // color: $primary-10;
408
+ // }
409
+
410
+ // .organizations {
411
+ // .organization {
412
+ // display: flex;
413
+ // align-items: center;
414
+ // justify-content: space-between;
415
+ // padding: 5px 0;
416
+
417
+ // .org-info {
418
+ // display: flex;
419
+ // align-items: center;
420
+
421
+ // img {
422
+ // max-width: 30px;
423
+ // margin-right: 10px;
424
+ // object-fit: cover;
425
+ // }
426
+ // }
427
+
428
+ // .remove {
429
+ // border: none;
430
+ // padding: 0;
431
+ // font-size: 11px;
432
+ // color: $danger;
433
+ // background-color: transparent;
434
+ // }
435
+ // }
436
+ // }
437
+ // }
438
+ // }
439
+
440
+ // &::-webkit-scrollbar {
441
+ // width: 7px;
442
+ // }
443
+
444
+ // /* Track */
445
+ // &::-webkit-scrollbar-track {
446
+ // background-color: #d1d4de;
447
+ // border-radius: 10px;
448
+ // }
449
+
450
+ // /* Handle */
451
+ // &::-webkit-scrollbar-thumb {
452
+ // background-color: $black-50;
453
+ // border-radius: 10px;
454
+ // }
455
+
456
+ // /* Handle on hover */
457
+ // &::-webkit-scrollbar-thumb:hover {
458
+ // background-color: $black-50;
459
+ // }
460
+
461
+ // // &:last-child {
462
+ // // right: 0;
463
+ // // }
464
+
465
+ // &.is-notification {
466
+ // right: 0;
467
+ // background-color: $white-100;
468
+ // box-shadow: 0px 4px 8px rgba(84, 101, 126, 0.2);
469
+ // border-radius: 4px;
470
+ // min-width: 330px;
471
+ // max-height: 400px;
472
+ // overflow-y: auto;
473
+
474
+ // .notification-header {
475
+ // padding: 20px 20px 6px 20px;
476
+ // display: flex;
477
+ // justify-content: space-between;
478
+ // align-items: baseline;
479
+
480
+ // .left-content {
481
+ // p {
482
+ // font-weight: 500;
483
+ // font-size: 13px;
484
+ // line-height: 19px;
485
+ // margin-bottom: 15px;
486
+
487
+ // span {
488
+ // font-weight: normal;
489
+ // }
490
+
491
+ // &.date {
492
+ // font-size: 11px;
493
+ // line-height: 14px;
494
+ // font-weight: normal;
495
+ // margin-bottom: 0;
496
+ // }
497
+ // }
498
+ // }
499
+
500
+ // .right-content {
501
+ // .button {
502
+ // border: none;
503
+ // margin: 0;
504
+ // padding: 10px;
505
+ // font-size: 13px;
506
+
507
+ // &.is-active {
508
+ // background-color: $primary;
509
+ // color: $white-100;
510
+
511
+ // img {
512
+ // filter: brightness(100);
513
+ // }
514
+ // }
515
+
516
+ // &:hover {
517
+ // background-color: $primary;
518
+ // color: $white-100;
519
+
520
+ // img {
521
+ // filter: brightness(100);
522
+ // }
523
+ // }
524
+ // }
525
+ // }
526
+ // }
527
+
528
+ // .notification-body {
529
+ // .single-notification-item {
530
+ // display: block;
531
+ // border-top: 1px solid $primary-90;
532
+ // padding: 15px 20px;
533
+ // font-weight: 500;
534
+
535
+ // &.is-complete {
536
+ // font-weight: 400;
537
+ // }
538
+
539
+ // &:hover {
540
+ // background-color: #d1e3f2;
541
+ // }
542
+
543
+ // p {
544
+ // color: $primary-10;
545
+ // font-size: 12px;
546
+ // }
547
+
548
+ // .notification-status {
549
+ // margin-top: 10px;
550
+ // display: flex;
551
+ // align-items: center;
552
+ // justify-content: space-between;
553
+
554
+ // p {
555
+ // font-size: 11px;
556
+ // color: $primary-10;
557
+
558
+ // &.is-success {
559
+ // color: $success;
560
+ // }
561
+
562
+ // &.is-danger {
563
+ // color: $danger;
564
+ // }
565
+
566
+ // &.is-warning {
567
+ // color: $warning;
568
+ // }
569
+ // }
570
+ // }
571
+ // }
572
+ // }
573
+
574
+ // .see-all-message {
575
+ // border-top: 1px solid $primary-90;
576
+ // text-align: center;
577
+ // font-weight: 500;
578
+ // font-size: 13px;
579
+ // color: $primary-10;
580
+ // display: block;
581
+ // padding: 10px 20px;
582
+ // }
583
+ // }
584
+
585
+ // ul {
586
+ // background-color: $white-100;
587
+ // padding: 0;
588
+ // // border-radius: 4px;
589
+ // overflow: hidden;
590
+
591
+ // li {
592
+ // a {
593
+ // display: block;
594
+ // padding: 8px 15px;
595
+ // color: $primary-10;
596
+ // transition: 0.3s ease-in-out;
597
+ // font-size: 13px;
598
+
599
+ // &:hover {
600
+ // background-color: $primary-95;
601
+
602
+ // p {
603
+ // color: $primary !important;
604
+ // }
605
+ // }
606
+ // }
607
+ // }
608
+ // }
609
+ // }
610
+ // }
611
+ // }
612
+ // }
613
+ // }
614
+
615
+ // .ac-menu-item {
616
+ // li {
617
+ // &.is-close {
618
+ // ul {
619
+ // max-height: 0;
620
+ // visibility: hidden;
621
+ // transition: max-height 0.25s ease-out;
622
+ // }
623
+ // }
624
+
625
+ // &.is-open {
626
+ // ul {
627
+ // max-height: 200px;
628
+ // visibility: visible;
629
+ // transition: max-height 0.25s ease-out;
630
+ // }
631
+ // }
632
+ // }
633
+
634
+ // .is-fullwidth {
635
+ // width: 100%;
636
+ // }
637
+
638
+ // .navbar-dropdown-wrapper {
639
+ // width: 240px;
640
+ // transition: width 0.9s ease-in-out;
641
+ // }
642
+ // }
643
+
644
+ // .theme-choicee {
645
+ // border-top: 1px solid $primary-90;
646
+
647
+ // li {
648
+ // cursor: pointer;
649
+ // padding: 0.5rem;
650
+ // border-radius: 0;
651
+ // transition: all 0.2s ease-in-out;
652
+ // display: flex;
653
+ // align-items: center;
654
+ // justify-content: center;
655
+
656
+ // &:last-child {
657
+ // border-right: none;
658
+ // }
659
+
660
+ // &:hover {
661
+ // background: $primary-95;
662
+ // }
663
+
664
+ // &.is-active {
665
+ // background: $primary-90;
666
+ // color: $primary;
667
+ // }
668
+ // }
669
+ // }
670
+
671
+ // // start dark theme
672
+ // .is-dark-theme {
673
+ // body {
674
+ // .ac-navbar-area {
675
+ // background-color: var(--dark-bg-light);
676
+ // --ac-white: #ffffff;
677
+ // --ac-white-lighter: #f1f1f1;
678
+
679
+ // .ac-navbar {
680
+ // .search-item {
681
+ // background-color: rgba(0, 0, 0, 0.2);
682
+ // }
683
+
684
+ // .ac-navbar-menu {
685
+ // .ac-menu-item {
686
+ // .quick-access {
687
+ // --ac-white: var(--dark-bg-light);
688
+ // }
689
+
690
+ // .ac-menu-content {
691
+ // &.theme-choice {
692
+ // background-color: var(--dark-bg-light);
693
+ // }
694
+
695
+ // background-color: var(--dark-bg-light);
696
+
697
+ // ul {
698
+ // background-color: var(--dark-bg-light);
699
+ // }
700
+
701
+ // &::after {
702
+ // --ac-white: var(--dark-bg-light);
703
+ // }
704
+
705
+ // .user-profile-wrapper {
706
+ // --ac-white: var(--dark-bg-light);
707
+ // }
708
+ // }
709
+ // }
710
+ // }
711
+ // }
712
+ // }
713
+ // }
714
+ // }
715
+
716
+ // // end dark theme code
717
+
718
+ // /****************************************
719
+ // Responsive Classes
720
+ // *****************************************/
721
+ // // Extra small devices (portrait phones, less than 576px)
722
+ // @media (max-width: 575.98px) {
723
+ // // .ac-navbar-area {
724
+ // // .ac-navbar {
725
+ // // grid-template-columns: 60px 30px auto;
726
+
727
+ // // .ac-navbar-brand {
728
+ // // max-width: 40px;
729
+
730
+ // // a {
731
+ // // display: block;
732
+ // // }
733
+ // // }
734
+
735
+ // // .search-item {
736
+ // // display: inline-block;
737
+
738
+ // // input {
739
+ // // display: none;
740
+ // // }
741
+ // // }
742
+
743
+ // // .ac-navbar-menu {
744
+ // // .ac-menu-item {
745
+ // // .ac-nav-button {
746
+ // // margin-left: 0px;
747
+
748
+ // // &.ac-profile-button {
749
+ // // margin-left: 0px;
750
+
751
+ // // strong {
752
+ // // display: none;
753
+ // // }
754
+ // // }
755
+ // // }
756
+ // // }
757
+ // // }
758
+ // // }
759
+ // // }
760
+ // }
761
+
762
+ // // Small devices (landscape phones, 576px and up)
763
+ // @media (min-width: 576px) and (max-width: 767.98px) {
764
+ // }
765
+
766
+ // // Medium devices (tablets, 768px and up)
767
+ // @media (min-width: 768px) and (max-width: 991.98px) {
768
+ // // .ac-navbar-area {
769
+ // // .ac-navbar {
770
+ // // grid-template-columns: 250px auto auto;
771
+ // // }
772
+ // // }
773
+ // }
774
+
775
+ // // Large devices (desktops, 992px and up)
776
+ // @media (min-width: 992px) and (max-width: 1199.98px) {
777
+ // // .ac-navbar-area {
778
+ // // .ac-navbar {
779
+ // // grid-template-columns: 270px auto auto;
780
+ // // }
781
+ // // }
782
+ // }
783
+
784
+ // // Extra large devices (large desktops, 1200px and up)
785
+ // @media (min-width: 1200px) {
786
+ // }