@appscode/design-system 1.1.0 → 2.0.0

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