@appscode/design-system 1.0.43-alpha.13 → 1.0.43-alpha.132

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 (104) hide show
  1. package/base/utilities/_default.scss +283 -21
  2. package/base/utilities/_derived-variables.scss +0 -13
  3. package/base/utilities/_initial-variables.scss +78 -56
  4. package/base/utilities/_mixin.scss +10 -17
  5. package/base/utilities/_typography.scss +23 -7
  6. package/base/utilities/dark-theme.scss +25 -0
  7. package/components/_ac-accordion.scss +1 -0
  8. package/components/_ac-alert-box.scss +18 -10
  9. package/components/_ac-card.scss +55 -20
  10. package/components/_ac-code-highlight.scss +7 -1
  11. package/components/_ac-content-layout.scss +4 -4
  12. package/components/_ac-drag.scss +6 -6
  13. package/components/_ac-input.scss +74 -40
  14. package/components/_ac-modal.scss +5 -4
  15. package/components/_ac-multi-select.scss +195 -13
  16. package/components/_ac-options.scss +31 -16
  17. package/components/_ac-select-box.scss +15 -5
  18. package/components/_ac-table.scss +42 -36
  19. package/components/_ac-tabs.scss +72 -23
  20. package/components/_ac-tags.scss +2 -2
  21. package/components/_ac-terminal.scss +272 -0
  22. package/components/_app-drawer.scss +6 -6
  23. package/components/_breadcumb.scss +7 -2
  24. package/components/_buttons.scss +60 -27
  25. package/components/_card-body-wrapper.scss +3 -3
  26. package/components/_dashboard-header.scss +33 -1
  27. package/components/_direct-deploy.scss +69 -0
  28. package/components/_go-to-top.scss +1 -1
  29. package/components/_graph.scss +45 -0
  30. package/components/_image-upload.scss +6 -4
  31. package/components/_left-sidebar-menu.scss +200 -46
  32. package/components/_monaco-editor.scss +1 -1
  33. package/components/_navbar.scss +129 -26
  34. package/components/_overview-info.scss +4 -4
  35. package/components/_overview-page.scss +1 -2
  36. package/components/_pagination.scss +10 -2
  37. package/components/_payment-card.scss +28 -12
  38. package/components/_preview-modal.scss +19 -8
  39. package/components/_pricing-table.scss +1 -1
  40. package/components/_progress-bar.scss +5 -5
  41. package/components/_subscription-card.scss +15 -8
  42. package/components/_table-of-content.scss +1 -1
  43. package/components/_tfa.scss +69 -0
  44. package/components/_transitions.scss +261 -0
  45. package/components/_widget-menu.scss +9 -9
  46. package/components/_wizard.scss +31 -19
  47. package/components/ac-toaster/_ac-toasted.scss +5 -5
  48. package/components/bbum/_card-team.scss +18 -10
  49. package/components/bbum/_information-center.scss +17 -3
  50. package/components/bbum/_mobile-desktop.scss +6 -6
  51. package/components/bbum/_post.scss +5 -4
  52. package/components/bbum/_sign-up-notification.scss +6 -6
  53. package/components/bbum/_single-post-preview.scss +9 -9
  54. package/components/bbum/_user-profile.scss +97 -90
  55. package/components/ui-builder/_ui-builder.scss +29 -10
  56. package/components/ui-builder/_vue-open-api.scss +98 -0
  57. package/layouts/_404.scss +2 -1
  58. package/layouts/_code-preview.scss +14 -7
  59. package/main.scss +4 -0
  60. package/package.json +2 -7
  61. package/plugins/theme.js +130 -128
  62. package/vue-components/v2/banner/Banner.vue +2 -2
  63. package/vue-components/v2/breadcrumbs/Breadcrumb.vue +97 -0
  64. package/vue-components/v2/button/Button.vue +5 -0
  65. package/vue-components/v2/button/DownloadBtn.vue +45 -0
  66. package/vue-components/v2/card/PaymentCards.vue +11 -2
  67. package/vue-components/v2/content/ContentTable.vue +12 -7
  68. package/vue-components/v2/editor/Editor.vue +29 -1
  69. package/vue-components/v2/editor/FilteredFileEditor.vue +153 -0
  70. package/vue-components/v2/editor/ResourceKeyValueEditor.vue +196 -0
  71. package/vue-components/v2/loaders/ResourceLoader.vue +90 -0
  72. package/vue-components/v2/loaders/SidebarLoader.vue +32 -0
  73. package/vue-components/v2/modal/Modal.vue +33 -12
  74. package/vue-components/v2/modals/DeleteConfirmationModal.vue +77 -0
  75. package/vue-components/v2/modals/JsonShowModal.vue +12 -2
  76. package/vue-components/v2/navbar/Appdrawer.vue +10 -9
  77. package/vue-components/v2/navbar/ThemeMode.vue +120 -0
  78. package/vue-components/v2/navbar/User.vue +154 -12
  79. package/vue-components/v2/preloader/Preloader.vue +5 -5
  80. package/vue-components/v2/sidebar/ClusterSwitcher.vue +126 -0
  81. package/vue-components/v2/sidebar/SidebarItem.vue +23 -1
  82. package/vue-components/v2/sidebar/SidebarItemWithDropDown.vue +19 -20
  83. package/vue-components/v2/table/Table.vue +43 -8
  84. package/vue-components/v2/table/TableRow.vue +17 -8
  85. package/vue-components/v2/table/table-cell/CellValue.vue +31 -4
  86. package/vue-components/v2/table/table-cell/GenericCell.vue +56 -0
  87. package/vue-components/v2/table/table-cell/ObjectCell.vue +4 -1
  88. package/vue-components/v2/tabs/EditorTabs.vue +1 -1
  89. package/vue-components/v3/button/Button.vue +5 -0
  90. package/vue-components/v3/dropdown/DropdownMenu.vue +1 -1
  91. package/vue-components/v3/editor/Editor.vue +32 -11
  92. package/vue-components/v3/modal/Modal.vue +10 -1
  93. package/vue-components/v3/modals/JsonShowModal.vue +13 -4
  94. package/vue-components/v3/navbar/Appdrawer.vue +12 -7
  95. package/vue-components/v3/navbar/ThemeMode.vue +128 -0
  96. package/vue-components/v3/navbar/User.vue +154 -12
  97. package/vue-components/v3/sidebar/ClusterSwitcher.vue +133 -0
  98. package/vue-components/v3/sidebar/SidebarItemWithDropDown.vue +120 -0
  99. package/vue-components/v3/table/Table.vue +27 -5
  100. package/vue-components/v3/table/TableRow.vue +1 -1
  101. package/vue-components/v3/table/table-cell/CellValue.vue +26 -3
  102. package/vue-components/v3/table/table-cell/GenericCell.vue +62 -0
  103. package/vue-components/v3/table/table-cell/ObjectCell.vue +5 -1
  104. package/vue-components/v3/tabs/EditorTabs.vue +1 -1
@@ -1,4 +1,6 @@
1
1
  .ac-system-left-sidebar {
2
+ min-height: calc(100vh - 50px);
3
+
2
4
  &.is-expanded {
3
5
  .ac-left-sidebar-wrapper {
4
6
  &.style-2 {
@@ -12,6 +14,32 @@
12
14
  }
13
15
  }
14
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
+ }
15
43
  }
16
44
 
17
45
  .ac-left-sidebar-wrapper {
@@ -83,7 +111,7 @@
83
111
  li {
84
112
  a {
85
113
  padding-left: 25px;
86
- background: $ac-white;
114
+ background-color: $ac-white;
87
115
  }
88
116
  }
89
117
  }
@@ -109,7 +137,7 @@
109
137
  .ac-lef-sidebar-inner {
110
138
  .ac-left-sidebar {
111
139
  .ac-product-logo {
112
- background: $ac-white;
140
+ background-color: transparent;
113
141
  border-bottom: 1px solid $ac-white-light;
114
142
  height: 50px;
115
143
  display: flex;
@@ -119,7 +147,7 @@
119
147
 
120
148
  .ac-product-version {
121
149
  font-size: 12px;
122
- font-weight: $ac-weight-medium;
150
+ font-weight: 500;
123
151
  color: $ac-link-black;
124
152
  }
125
153
  }
@@ -129,12 +157,17 @@
129
157
  height: calc(100vh - 100px);
130
158
  overflow-y: auto;
131
159
  padding-top: 8px;
160
+ scrollbar-color: $ac-white-light transparent;
132
161
 
133
162
  /* width */
134
163
  &::-webkit-scrollbar {
135
164
  display: none;
136
165
  }
137
166
 
167
+ &::-webkit-scrollbar {
168
+ display: none;
169
+ }
170
+
138
171
  li {
139
172
  &.is-open {
140
173
  a {
@@ -150,7 +183,7 @@
150
183
  li {
151
184
  a {
152
185
  strong {
153
- font-weight: $ac-weight-normal;
186
+ font-weight: 400;
154
187
  }
155
188
  }
156
189
  }
@@ -159,7 +192,7 @@
159
192
 
160
193
  a {
161
194
  font-style: normal;
162
- font-weight: $ac-weight-normal;
195
+ font-weight: 400;
163
196
  font-size: $font-size-small;
164
197
  line-height: 16px;
165
198
  color: $ac-black;
@@ -177,7 +210,7 @@
177
210
  top: 0;
178
211
  width: 0;
179
212
  height: 100%;
180
- background-color: #f2f2f2;
213
+ background-color: $ac-white-lighter;
181
214
  border-radius: 0 50px 50px 0;
182
215
  z-index: -1;
183
216
  transition: 0.3s ease-in-out;
@@ -185,8 +218,12 @@
185
218
 
186
219
  strong {
187
220
  max-width: calc(100% - 65px);
188
- line-break: anywhere;
189
- font-weight: $ac-weight-normal;
221
+ // line-break: anywhere;
222
+ white-space: break-spaces;
223
+ display: flex;
224
+ align-items: center;
225
+ overflow: hidden;
226
+ font-weight: 400;
190
227
  }
191
228
 
192
229
  &.ac-dropdown-button {
@@ -223,6 +260,10 @@
223
260
  background-color: transparent;
224
261
 
225
262
  span {
263
+ i.fa {
264
+ color: $ac-primary;
265
+ }
266
+
226
267
  img {
227
268
  filter: grayscale(0);
228
269
  }
@@ -251,7 +292,7 @@
251
292
  }
252
293
 
253
294
  &::before {
254
- background: $ac-primary;
295
+ background-color: $ac-primary;
255
296
  height: 100%;
256
297
  width: 4px;
257
298
  z-index: 9;
@@ -295,54 +336,167 @@
295
336
  }
296
337
  }
297
338
  }
339
+ }
298
340
 
299
- &.is-dark-sidebar {
300
- background-color: $ac-bg-dark;
341
+ // widget menu end
342
+ // 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
+ }
301
353
 
302
- .ac-lef-sidebar-inner {
303
- .ac-product-logo {
304
- .ac-product-version {
305
- color: $ac-primary;
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%;
306
362
  }
307
363
  }
308
364
 
309
- .menu-list {
310
- &.ac-menu-list {
311
- height: calc(100vh - 130px);
312
- overflow-y: auto;
313
- padding-top: 8px;
365
+ &:hover {
366
+ color: $ac-primary !important;
367
+ transform: scale(1.2);
368
+ }
369
+ }
370
+ }
314
371
 
315
- li {
316
- a {
317
- color: $ac-white !important;
318
- background-color: $ac-bg-dark;
372
+ .is-cluster-logo {
373
+ display: flex;
374
+ align-items: center;
375
+ margin-left: -8px;
376
+ padding: 5px;
377
+ }
319
378
 
320
- &:hover {
321
- color: $ac-white !important;
379
+ .multiselect {
380
+ height: 50px;
322
381
 
323
- span {
324
- color: $ac-black;
325
- }
326
- }
382
+ // commented out to set full width select box when right content is not present
383
+ // width: 234px;
327
384
 
328
- &:after {
329
- background-color: $ac-color-text;
330
- }
331
- }
385
+ left: 0px;
386
+ top: -5px;
332
387
 
333
- &.is-active {
334
- color: $ac-primary !important;
388
+ .multiselect__select {
389
+ height: 50px;
390
+ top: 4px;
391
+ }
335
392
 
336
- &:after,
337
- &::before {
338
- background: linear-gradient(
339
- 89.41deg,
340
- rgba(25, 113, 189, 0.2) 0.06%,
341
- rgba(25, 113, 189, 0) 138.7%
342
- );
393
+ .multiselect__tags {
394
+ border: none !important;
395
+ background-color: $ac-bg-light-gray;
396
+ min-height: 54px;
397
+ border-radius: 0;
343
398
 
344
- &::before {
345
- background-color: $ac-primary;
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
+
468
+ // cluster switcher end
469
+
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
+ }
346
500
  }
347
501
  }
348
502
  }
@@ -353,7 +507,7 @@
353
507
  }
354
508
  }
355
509
 
356
- // widget menu end
510
+ // dark theme end
357
511
  /****************************************
358
512
  Responsive Classes
359
513
  *****************************************/
@@ -1,6 +1,6 @@
1
1
  .editor {
2
2
  border: none;
3
- background: #f5f7f9 !important;
3
+ background-color: $ac-white-light !important;
4
4
  }
5
5
 
6
6
  .decorationsOverviewRuler {
@@ -1,5 +1,5 @@
1
1
  .ac-navbar-area {
2
- background: $ac-primary;
2
+ background-color: $ac-primary;
3
3
  box-shadow: $ac-shadow-3;
4
4
  position: fixed;
5
5
  width: 100%;
@@ -13,7 +13,7 @@
13
13
  color: #3a3a3a !important;
14
14
  }
15
15
  .drawer-icon svg {
16
- fill: #333 !important;
16
+ fill: $ac-color-text !important;
17
17
  }
18
18
  }
19
19
  .ac-navbar {
@@ -38,7 +38,7 @@
38
38
  .search-item {
39
39
  display: flex;
40
40
  align-items: center;
41
- background: rgba(255, 255, 255, 0.2);
41
+ background-color: rgba(255, 255, 255, 0.2);
42
42
  padding: 5px 20px;
43
43
  border-radius: 4px;
44
44
 
@@ -47,12 +47,12 @@
47
47
  }
48
48
 
49
49
  input {
50
- background: transparent;
50
+ background-color: transparent;
51
51
  border: none;
52
52
  color: $ac-white;
53
53
  font-size: $font-size-small;
54
54
  font-weight: 600;
55
- font-family: raleway;
55
+ font-family: $ac-family-heading;
56
56
  width: 100%;
57
57
  padding-left: 15px;
58
58
 
@@ -107,7 +107,7 @@
107
107
  top: 0;
108
108
  width: 100%;
109
109
  height: 100%;
110
- background-color: #000;
110
+ background-color: $ac-black;
111
111
  opacity: 0.2;
112
112
  z-index: 1;
113
113
  }
@@ -131,14 +131,41 @@
131
131
  .ac-menu-content {
132
132
  opacity: 1;
133
133
  visibility: visible;
134
- top: 45px;
134
+ top: 40px;
135
+ &.theme-choice {
136
+ transition: none;
137
+ padding: 10px 10px;
138
+ min-width: 150px !important;
139
+ max-height: 150px;
140
+ overflow-y: auto;
141
+ border-radius: 4px;
142
+ left: 0;
143
+ background-color: $ac-white;
144
+ ul {
145
+ li {
146
+ width: 40px;
147
+ height: 40px;
148
+ line-height: 42px;
149
+ border-radius: 4px;
150
+ text-align: center;
151
+ cursor: pointer;
135
152
 
153
+ &.is-active {
154
+ color: $ac-white;
155
+ background: $ac-primary;
156
+ }
157
+ }
158
+ }
159
+ // &::after {
160
+ // right: 90px;
161
+ // }
162
+ }
136
163
  &::after {
137
164
  position: absolute;
138
165
  content: "";
139
166
  right: 15px;
140
167
  top: -6px;
141
- background: $ac-white;
168
+ background-color: $ac-white;
142
169
  width: 15px;
143
170
  height: 15px;
144
171
  transform: rotate(45deg);
@@ -153,7 +180,7 @@
153
180
  }
154
181
 
155
182
  .ac-nav-button {
156
- background: transparent;
183
+ background-color: transparent;
157
184
  border: none;
158
185
  color: $ac-white-lighter;
159
186
  padding: 0 14px;
@@ -173,7 +200,7 @@
173
200
  right: 5px;
174
201
  width: 15px;
175
202
  height: 15px;
176
- background: $ac-white;
203
+ background-color: $ac-white;
177
204
  font-size: 12px;
178
205
  line-height: 15px;
179
206
  border-radius: 50%;
@@ -216,7 +243,10 @@
216
243
  min-width: 180px;
217
244
  opacity: 0;
218
245
  visibility: hidden;
219
- transition: 0.3s ease-in-out;
246
+ transition: 0.3s ease-in;
247
+ &.theme-choice {
248
+ left: 0;
249
+ }
220
250
 
221
251
  .user-profile-wrapper {
222
252
  background-color: $ac-white;
@@ -226,7 +256,7 @@
226
256
  .profile-area {
227
257
  display: flex;
228
258
  align-items: center;
229
- border-bottom: 1px solid #e5e9f2;
259
+ border-bottom: 1px solid $ac-white-light;
230
260
  padding-bottom: 10px;
231
261
  margin-bottom: 10px;
232
262
 
@@ -255,6 +285,7 @@
255
285
 
256
286
  .profile-info {
257
287
  p {
288
+ color: $ac-color-text;
258
289
  font-size: $font-size-small;
259
290
  font-weight: 500;
260
291
  line-height: 1.3;
@@ -283,7 +314,7 @@
283
314
  }
284
315
 
285
316
  &.quick-access {
286
- background: $ac-white;
317
+ background-color: $ac-white;
287
318
  padding: 20px;
288
319
  min-width: 260px !important;
289
320
  max-height: 250px;
@@ -294,19 +325,19 @@
294
325
  display: flex;
295
326
  justify-content: space-between;
296
327
  align-items: center;
297
- border-bottom: 1px solid #e5e9f2;
328
+ border-bottom: 1px solid $ac-white-light;
298
329
  padding-bottom: 20px;
299
330
 
300
331
  p {
301
332
  font-size: $font-size-small;
302
- color: #3c4858;
333
+ color: $ac-color-text;
303
334
  }
304
335
 
305
336
  button {
306
- background: transparent;
337
+ background-color: transparent;
307
338
  border: none;
308
339
  cursor: pointer;
309
- color: #8392a5;
340
+ color: $ac-color-value;
310
341
  }
311
342
  }
312
343
 
@@ -315,7 +346,7 @@
315
346
 
316
347
  p {
317
348
  font-size: $font-size-small;
318
- color: #3c4858;
349
+ color: $ac-color-text;
319
350
  }
320
351
 
321
352
  .organizations {
@@ -341,6 +372,7 @@
341
372
  padding: 0;
342
373
  font-size: $font-size-tiny;
343
374
  color: #eb5757;
375
+ background-color: transparent;
344
376
  }
345
377
  }
346
378
  }
@@ -359,22 +391,22 @@
359
391
 
360
392
  /* Handle */
361
393
  &::-webkit-scrollbar-thumb {
362
- background: #8392a5;
394
+ background-color: $ac-gray-light;
363
395
  border-radius: 10px;
364
396
  }
365
397
 
366
398
  /* Handle on hover */
367
399
  &::-webkit-scrollbar-thumb:hover {
368
- background: #8392a5;
400
+ background-color: $ac-gray-light;
369
401
  }
370
402
 
371
- &:last-child {
372
- right: 0;
373
- }
403
+ // &:last-child {
404
+ // right: 0;
405
+ // }
374
406
 
375
407
  &.is-notification {
376
408
  right: 0;
377
- background: $ac-white;
409
+ background-color: $ac-white;
378
410
  box-shadow: 0px 4px 8px rgba(84, 101, 126, 0.2);
379
411
  border-radius: 4px;
380
412
  min-width: 330px;
@@ -463,7 +495,7 @@
463
495
 
464
496
  p {
465
497
  font-size: $font-size-tiny;
466
- color: $ac-border;
498
+ color: $ac-label-text;
467
499
 
468
500
  &.is-success {
469
501
  color: $ac-success;
@@ -493,7 +525,7 @@
493
525
  }
494
526
 
495
527
  ul {
496
- background: $ac-white;
528
+ background-color: $ac-white;
497
529
  padding: 0;
498
530
  border-radius: 4px;
499
531
  overflow: hidden;
@@ -519,6 +551,77 @@
519
551
  }
520
552
  }
521
553
 
554
+ .ac-menu-item {
555
+ li {
556
+ &.is-close {
557
+ ul {
558
+ max-height: 0;
559
+ visibility: hidden;
560
+ transition: max-height 0.25s ease-out;
561
+ }
562
+ }
563
+ &.is-open {
564
+ ul {
565
+ max-height: 200px;
566
+ visibility: visible;
567
+ transition: max-height 0.25s ease-out;
568
+ }
569
+ }
570
+ }
571
+ .is-fullwidth {
572
+ width: 100%;
573
+ }
574
+ .navbar-dropdown-wrapper {
575
+ width: 300px;
576
+ transition: width 0.9s ease-in-out;
577
+ }
578
+ }
579
+
580
+ // start dark theme
581
+ .is-dark-theme {
582
+ body {
583
+ .ac-navbar-area {
584
+ background-color: var(--dark-bg-light);
585
+ --ac-white: #ffffff;
586
+ --ac-white-lighter: #f1f1f1;
587
+
588
+ .ac-navbar {
589
+ .search-item {
590
+ background-color: rgba(0, 0, 0, 0.2);
591
+ }
592
+
593
+ .ac-navbar-menu {
594
+ .ac-menu-item {
595
+ .quick-access {
596
+ --ac-white: var(--dark-bg-light);
597
+ }
598
+
599
+ .ac-menu-content {
600
+ &.theme-choice {
601
+ background-color: var(--dark-bg-light);
602
+ }
603
+ background-color: var(--dark-bg-light);
604
+
605
+ ul {
606
+ background-color: var(--dark-bg-light);
607
+ }
608
+
609
+ &::after {
610
+ --ac-white: var(--dark-bg-light);
611
+ }
612
+
613
+ .user-profile-wrapper {
614
+ --ac-white: var(--dark-bg-light);
615
+ }
616
+ }
617
+ }
618
+ }
619
+ }
620
+ }
621
+ }
622
+ }
623
+ // end dark theme code
624
+
522
625
  /****************************************
523
626
  Responsive Classes
524
627
  *****************************************/
@@ -9,7 +9,7 @@
9
9
  color: $ac-color-heading;
10
10
  font-weight: 500;
11
11
  padding: 20px;
12
- border-bottom: 1px solid $table-header;
12
+ border-bottom: 1px solid $ac-white-light;
13
13
  }
14
14
  }
15
15
 
@@ -41,13 +41,13 @@
41
41
 
42
42
  h4 {
43
43
  font-size: 12px;
44
- color: #6f6f8d;
44
+ color: $ac-color-value;
45
45
  font-weight: 500;
46
46
  opacity: 0.5;
47
47
  }
48
48
 
49
49
  .button {
50
- color: #6f6f8d;
50
+ color: $ac-color-value;
51
51
  text-decoration: underline;
52
52
  }
53
53
  }
@@ -70,7 +70,7 @@
70
70
  font-size: 16px;
71
71
  color: #f99a00;
72
72
  font-weight: 500;
73
- font-family: Raleway;
73
+ font-family: $ac-family-heading;
74
74
  }
75
75
  }
76
76
  }