PluginProbe
Forumax – AI Powered Advanced Community Forum Plugin / 2.2.0
Forumax – AI Powered Advanced Community Forum Plugin v2.2.0
2.4.4 2.4.3 2.4.2 2.4.1 2.4.0 trunk 1.0.8 1.1.0 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.4.0 1.4.1 2.0.0 2.1.0 All 29 releases
bbp-core / assets / admin / css / dashboard-styles.css

dashboard-styles.css in Forumax – AI Powered Advanced Community Forum Plugin 2.2.0, at assets/admin/css/dashboard-styles.css

818 lines 17.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * Forumax Dashboard Stylesheet
3 *
4 * Entry file for compiling dashboard-specific styles.
5 *
6 * @package Forumax
7 * @since 2.1.0
8 */
9 /**
10 * Convert font-size from px to rem with px fallback
11 *
12 * @param $size - the value in pixel you want to convert
13 *
14 * e.g. p font-size: fs-rem(12px);
15 * e.g. p {@include fontSize(12px);}
16 *
17 */
18 /*--------------------------------------
19 - Base
20 ----------------------------------------*/
21 /**
22 * Convert font-size from px to rem with px fallback
23 *
24 * @param $size - the value in pixel you want to convert
25 *
26 * e.g. p {@include fontSize(12px);}
27 *
28 */
29 .col {
30 position: relative;
31 width: 100%;
32 padding-right: 15px;
33 padding-left: 15px;
34 }
35
36 /*--------------------------------------
37 - Utilities
38 ----------------------------------------*/
39 :root {
40 --container-width: 100%;
41 --container-sm: 33.75rem;
42 --container-md: 45rem;
43 --container-lg: 60rem;
44 --container-xl: 71.25rem;
45 --container-xxl: 90rem;
46 --container-fluid: 100%;
47 --gutter-x: 1.875rem;
48 --gutter-3: 0.125rem;
49 --gutter-5: 0.225rem;
50 --gutter-10: 0.625rem;
51 --gutter-15: 0.9375rem;
52 --gutter-20: 1.25rem;
53 --gutter-25: 1.5625rem;
54 --gutter-30: 1.875rem;
55 --gutter-32: 2rem;
56 --gutter-35: 2.1875rem;
57 --gutter-40: 2.5rem;
58 --gutter-45: 2.8125rem;
59 --gutter-50: 3.125rem;
60 --ff-roboto: "Roboto", sans-serif;
61 --fw-100: 100;
62 --fw-200: 200;
63 --fw-300: 300;
64 --fw-400: 400;
65 --fw-500: 500;
66 --fw-600: 600;
67 --fw-700: 700;
68 --fw-800: 800;
69 --fw-900: 900;
70 --fs-12: 0.75rem;
71 --fs-13: 0.8125rem;
72 --fs-14: 0.875rem;
73 --fs-15: 0.9375rem;
74 --fs-16: 1rem;
75 --fs-17: 1.0625rem;
76 --fs-18: 1.125rem;
77 --fs-20: 1.25rem;
78 --fs-21: 1.3125rem;
79 --fs-24: 1.5rem;
80 --fs-25: 1.5625rem;
81 --fs-28: 1.75rem;
82 --fs-30: 1.875rem;
83 --fs-32: 2rem;
84 --fs-35: 2.1875rem;
85 --fs-40: 2.5rem;
86 --fs-45: 2.8125rem;
87 --hr-bg: var(--clr-black);
88 --hr-width: 100%;
89 --hr-height: 0.3125rem;
90 --hr-gutter-y: 1.875rem;
91 --hr-gutter-x: 0;
92 --hr-padding: 0;
93 --hr-radius: 0;
94 --m: 0;
95 --mt: 0;
96 --mr: 0;
97 --mb: 0;
98 --ml: 0;
99 --mx: 0;
100 --my: 0;
101 --m-auto: auto;
102 --my-auto: auto;
103 --mx-auto: auto;
104 --p: 0;
105 --pt: 0;
106 --pr: 0;
107 --pb: 0;
108 --pl: 0;
109 --px: 0;
110 --py: 0;
111 --p-auto: auto;
112 --py-auto: auto;
113 --px-auto: auto;
114 --border-width: 0.0625rem;
115 --border-style: solid;
116 --border-clr: transparent;
117 --border: var(--border-width) var(--border-style) var(--border-clr);
118 --border-t: var(--border-width) var(--border-style) var(--border-clr);
119 --border-r: var(--border-width) var(--border-style) var(--border-clr);
120 --border-b: var(--border-width) var(--border-style) var(--border-clr);
121 --border-l: var(--border-width) var(--border-style) var(--border-clr);
122 --border-x: var(--border-width) var(--border-style) var(--border-clr);
123 --border-y: var(--border-width) var(--border-style) var(--border-clr);
124 --radius: 0;
125 --radius-t: 0;
126 --radius-r: 0;
127 --radius-b: 0;
128 --radius-l: 0;
129 --radius-full: 50%;
130 --btn-bg: transparent;
131 --btn-clr: inherit;
132 --btn-ff: var(--ff-roboto);
133 --btn-fs: var(--fs-15);
134 --btn-py: 0.625rem;
135 --btn-px: 1.125rem;
136 --btn-my: var(--my);
137 --btn-mx: var(--mx);
138 --clr-black: #000;
139 --clr-black-100: #0D0E2B;
140 --clr-dark: #252733;
141 --clr-text: #575766;
142 --clr-text-light: #9199A1;
143 --clr-white: #fff;
144 --frmx_brand_color: #6a28ea;
145 --clr-orange: #ff5a46;
146 --clr-yellow: #FFE132;
147 --black_50: #ebebeb;
148 --black_100: #d6d9dc;
149 --black_150: #c8ccd0;
150 --black_200: #bbc0c4;
151 --black_300: #9fa6ad;
152 --black_350: #9199a1;
153 --black_400: #848d95;
154 --black_500: #6a737c;
155 --black_600: #535a60;
156 --black_700: #3c4146;
157 --black_750: #2f3337;
158 --black_800: #242729;
159 --black_900: #0c0d0e;
160 }
161
162 /**
163 * Forumax Dashboard Styles
164 *
165 * Modern, visually stunning dashboard design with premium aesthetics.
166 *
167 * @package Forumax
168 * @since 2.1.0
169 */
170 .forumax-dashboard-wrap {
171 max-width: 1600px;
172 margin: 20px 20px 20px 0;
173 font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
174 }
175 .forumax-dashboard-wrap * {
176 box-sizing: border-box;
177 }
178
179 .forumax-dashboard {
180 background: linear-gradient(180deg, #f9fafb 0%, #f3f4f6 100%);
181 border-radius: 16px;
182 overflow: hidden;
183 box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
184 }
185
186 .forumax-dashboard-header {
187 display: flex;
188 justify-content: space-between;
189 align-items: center;
190 padding: 24px 32px;
191 background: linear-gradient(135deg, #6831c1 0%, #8652e0 100%);
192 color: #fff;
193 gap: 20px;
194 flex-wrap: wrap;
195 }
196 .forumax-dashboard-header .forumax-dashboard-header-left {
197 display: flex;
198 align-items: center;
199 gap: 20px;
200 }
201 .forumax-dashboard-header .forumax-logo img {
202 height: 48px;
203 width: auto;
204 }
205 .forumax-dashboard-header .forumax-header-text h1 {
206 margin: 0;
207 font-size: 28px;
208 font-weight: 700;
209 line-height: 1.2;
210 color: #fff;
211 }
212 .forumax-dashboard-header .forumax-header-text p {
213 margin: 4px 0 0;
214 font-size: 14px;
215 opacity: 0.9;
216 }
217 .forumax-dashboard-header .forumax-dashboard-header-right {
218 display: flex;
219 align-items: center;
220 gap: 16px;
221 }
222 .forumax-dashboard-header .forumax-version {
223 background: rgba(255, 255, 255, 0.2);
224 padding: 6px 12px;
225 border-radius: 20px;
226 font-size: 12px;
227 font-weight: 600;
228 letter-spacing: 0.5px;
229 }
230
231 .forumax-btn {
232 display: inline-flex;
233 align-items: center;
234 gap: 8px;
235 padding: 10px 20px;
236 border-radius: 8px;
237 font-size: 14px;
238 font-weight: 600;
239 text-decoration: none;
240 transition: all 0.3s ease;
241 cursor: pointer;
242 border: none;
243 }
244 .forumax-btn .dashicons {
245 font-size: 18px;
246 width: 18px;
247 height: 18px;
248 }
249 .forumax-btn.forumax-btn-secondary {
250 background: rgba(255, 255, 255, 0.2);
251 color: #fff;
252 border: 1px solid rgba(255, 255, 255, 0.3);
253 }
254 .forumax-btn.forumax-btn-secondary:hover {
255 background: rgba(255, 255, 255, 0.3);
256 color: #fff;
257 }
258 .forumax-btn.forumax-btn-upgrade {
259 background: #f1bd6c;
260 color: #1e1e2f;
261 width: 100%;
262 justify-content: center;
263 }
264 .forumax-btn.forumax-btn-upgrade:hover {
265 background: rgb(236.5652173913, 168.0931677019, 61.4347826087);
266 transform: translateY(-2px);
267 box-shadow: 0 4px 12px rgba(241, 189, 108, 0.4);
268 }
269
270 .forumax-stats-section {
271 padding: 32px;
272 background: #fff;
273 border-bottom: 1px solid #e5e7eb;
274 }
275
276 .forumax-stats-grid {
277 display: grid;
278 grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
279 gap: 20px;
280 }
281 @media screen and (max-width: 1400px) {
282 .forumax-stats-grid {
283 grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
284 }
285 }
286
287 .forumax-stat-card {
288 position: relative;
289 background: #ffffff;
290 border-radius: 12px;
291 padding: 24px;
292 border: 1px solid #e5e7eb;
293 transition: all 0.3s ease;
294 overflow: hidden;
295 }
296 .forumax-stat-card::before {
297 content: "";
298 position: absolute;
299 top: 0;
300 left: 0;
301 right: 0;
302 height: 4px;
303 border-radius: 12px 12px 0 0;
304 }
305 .forumax-stat-card:hover {
306 transform: translateY(-4px);
307 box-shadow: 0 12px 24px -8px rgba(0, 0, 0, 0.15);
308 }
309 .forumax-stat-card .forumax-stat-icon {
310 width: 48px;
311 height: 48px;
312 border-radius: 12px;
313 display: flex;
314 align-items: center;
315 justify-content: center;
316 margin-bottom: 16px;
317 }
318 .forumax-stat-card .forumax-stat-icon .dashicons {
319 font-size: 24px;
320 width: 24px;
321 height: 24px;
322 color: #fff;
323 }
324 .forumax-stat-card .forumax-stat-content {
325 display: flex;
326 flex-direction: column;
327 gap: 4px;
328 }
329 .forumax-stat-card .forumax-stat-number {
330 font-size: 32px;
331 font-weight: 700;
332 line-height: 1;
333 color: #1e1e2f;
334 }
335 .forumax-stat-card .forumax-stat-label {
336 font-size: 14px;
337 color: #6b7280;
338 font-weight: 500;
339 }
340 .forumax-stat-card .forumax-stat-link {
341 display: inline-flex;
342 align-items: center;
343 gap: 4px;
344 margin-top: 12px;
345 font-size: 13px;
346 font-weight: 600;
347 color: #6831c1;
348 text-decoration: none;
349 }
350 .forumax-stat-card .forumax-stat-link .dashicons {
351 font-size: 16px;
352 width: 16px;
353 height: 16px;
354 transition: transform 0.2s ease;
355 }
356 .forumax-stat-card .forumax-stat-link:hover {
357 color: #541fa3;
358 }
359 .forumax-stat-card .forumax-stat-link:hover .dashicons {
360 transform: translateX(4px);
361 }
362 .forumax-stat-card .forumax-stat-badge {
363 display: inline-block;
364 padding: 4px 8px;
365 border-radius: 4px;
366 font-size: 11px;
367 font-weight: 600;
368 margin-top: 8px;
369 }
370 .forumax-stat-card .forumax-stat-badge.forumax-badge-warning {
371 background: rgba(245, 158, 11, 0.1);
372 color: rgb(172.4330708661, 110.9507874016, 7.0669291339);
373 }
374 .forumax-stat-card .forumax-stat-badge.forumax-badge-alert {
375 background: rgba(239, 68, 68, 0.1);
376 color: #ef4444;
377 animation: pulse-alert 2s infinite;
378 }
379 .forumax-stat-card.forumax-stat-forums::before {
380 background: #6831c1;
381 }
382 .forumax-stat-card.forumax-stat-forums .forumax-stat-icon {
383 background: #6831c1;
384 }
385 .forumax-stat-card.forumax-stat-unanswered::before {
386 background: #f59e0b;
387 }
388 .forumax-stat-card.forumax-stat-unanswered .forumax-stat-icon {
389 background: #f59e0b;
390 }
391 .forumax-stat-card.forumax-stat-topics::before {
392 background: #3b82f6;
393 }
394 .forumax-stat-card.forumax-stat-topics .forumax-stat-icon {
395 background: #3b82f6;
396 }
397 .forumax-stat-card.forumax-stat-replies::before {
398 background: #10b981;
399 }
400 .forumax-stat-card.forumax-stat-replies .forumax-stat-icon {
401 background: #10b981;
402 }
403 .forumax-stat-card.forumax-stat-users::before {
404 background: #8b5cf6;
405 }
406 .forumax-stat-card.forumax-stat-users .forumax-stat-icon {
407 background: #8b5cf6;
408 }
409 .forumax-stat-card.forumax-stat-tags::before {
410 background: #f59e0b;
411 }
412 .forumax-stat-card.forumax-stat-tags .forumax-stat-icon {
413 background: #f59e0b;
414 }
415 .forumax-stat-card.forumax-stat-pending::before {
416 background: #6b7280;
417 }
418 .forumax-stat-card.forumax-stat-pending .forumax-stat-icon {
419 background: #6b7280;
420 }
421 .forumax-stat-card.forumax-stat-pending.has-pending::before {
422 background: #ef4444;
423 }
424 .forumax-stat-card.forumax-stat-pending.has-pending .forumax-stat-icon {
425 background: #ef4444;
426 }
427 .forumax-stat-card.forumax-stat-pending.has-pending {
428 border-color: rgba(239, 68, 68, 0.3);
429 }
430
431 @keyframes pulse-alert {
432 0%, 100% {
433 opacity: 1;
434 }
435 50% {
436 opacity: 0.6;
437 }
438 }
439 .forumax-dashboard-content {
440 display: grid;
441 grid-template-columns: 1fr 360px;
442 gap: 32px;
443 padding: 32px;
444 }
445 @media (max-width: 1200px) {
446 .forumax-dashboard-content {
447 grid-template-columns: 1fr;
448 }
449 }
450
451 .forumax-dashboard-main {
452 display: flex;
453 flex-direction: column;
454 gap: 24px;
455 }
456
457 .forumax-dashboard-sidebar {
458 display: flex;
459 flex-direction: column;
460 gap: 24px;
461 }
462
463 .forumax-card {
464 background: #ffffff;
465 border-radius: 12px;
466 border: 1px solid #e5e7eb;
467 overflow: hidden;
468 transition: box-shadow 0.3s ease;
469 }
470 .forumax-card:hover {
471 box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
472 }
473 .forumax-card .forumax-card-header {
474 display: flex;
475 justify-content: space-between;
476 align-items: center;
477 padding: 16px 20px;
478 background: #f9fafb;
479 border-bottom: 1px solid #e5e7eb;
480 }
481 .forumax-card .forumax-card-header h2 {
482 margin: 0;
483 font-size: 16px;
484 font-weight: 600;
485 color: #1e1e2f;
486 display: flex;
487 align-items: center;
488 gap: 8px;
489 }
490 .forumax-card .forumax-card-header h2 .dashicons {
491 font-size: 20px;
492 width: 20px;
493 height: 20px;
494 color: #6831c1;
495 }
496 .forumax-card .forumax-card-header.forumax-gradient-header {
497 background: linear-gradient(135deg, #6831c1 0%, #8652e0 100%);
498 }
499 .forumax-card .forumax-card-header.forumax-gradient-header h2 {
500 color: #fff;
501 }
502 .forumax-card .forumax-card-header.forumax-gradient-header h2 .dashicons {
503 color: #f1bd6c;
504 }
505 .forumax-card .forumax-card-body {
506 padding: 20px;
507 }
508 .forumax-card .forumax-view-all {
509 font-size: 13px;
510 color: #6831c1;
511 text-decoration: none;
512 font-weight: 500;
513 }
514 .forumax-card .forumax-view-all:hover {
515 color: #541fa3;
516 }
517
518 .forumax-actions-grid {
519 display: grid;
520 grid-template-columns: repeat(4, 1fr);
521 gap: 16px;
522 }
523 @media (max-width: 768px) {
524 .forumax-actions-grid {
525 grid-template-columns: repeat(2, 1fr);
526 }
527 }
528
529 .forumax-action-item {
530 display: flex;
531 flex-direction: column;
532 align-items: center;
533 gap: 12px;
534 padding: 20px;
535 background: #f9fafb;
536 border-radius: 12px;
537 text-decoration: none;
538 transition: all 0.3s ease;
539 border: 1px solid transparent;
540 }
541 .forumax-action-item .forumax-action-icon {
542 width: 52px;
543 height: 52px;
544 border-radius: 12px;
545 background: linear-gradient(135deg, #6831c1 0%, #8652e0 100%);
546 display: flex;
547 align-items: center;
548 justify-content: center;
549 transition: transform 0.3s ease;
550 }
551 .forumax-action-item .forumax-action-icon .dashicons {
552 font-size: 24px;
553 width: 24px;
554 height: 24px;
555 color: #fff;
556 }
557 .forumax-action-item .forumax-action-label {
558 font-size: 13px;
559 font-weight: 600;
560 color: #374151;
561 text-align: center;
562 }
563 .forumax-action-item:hover {
564 background: #fff;
565 border-color: #6831c1;
566 box-shadow: 0 4px 12px rgba(104, 49, 193, 0.15);
567 }
568 .forumax-action-item:hover .forumax-action-icon {
569 transform: scale(1.1);
570 }
571
572 .forumax-activity-list {
573 list-style: none;
574 margin: 0;
575 padding: 0;
576 }
577
578 .forumax-activity-item {
579 display: flex;
580 align-items: flex-start;
581 gap: 16px;
582 padding: 16px 0;
583 border-bottom: 1px solid #e5e7eb;
584 }
585 .forumax-activity-item:last-child {
586 border-bottom: none;
587 padding-bottom: 0;
588 }
589 .forumax-activity-item:first-child {
590 padding-top: 0;
591 }
592 .forumax-activity-item .forumax-activity-avatar {
593 flex-shrink: 0;
594 }
595 .forumax-activity-item .forumax-activity-avatar img {
596 width: 40px;
597 height: 40px;
598 border-radius: 50%;
599 object-fit: cover;
600 }
601 .forumax-activity-item .forumax-activity-content {
602 flex: 1;
603 min-width: 0;
604 }
605 .forumax-activity-item .forumax-activity-title {
606 display: block;
607 font-size: 14px;
608 font-weight: 600;
609 color: #1e1e2f;
610 text-decoration: none;
611 margin-bottom: 4px;
612 white-space: nowrap;
613 overflow: hidden;
614 text-overflow: ellipsis;
615 }
616 .forumax-activity-item .forumax-activity-title:hover {
617 color: #6831c1;
618 }
619 .forumax-activity-item .forumax-activity-excerpt {
620 font-size: 13px;
621 color: #374151;
622 line-height: 1.5;
623 margin-bottom: 6px;
624 }
625 .forumax-activity-item .forumax-activity-meta {
626 display: flex;
627 flex-wrap: wrap;
628 align-items: center;
629 gap: 6px;
630 font-size: 12px;
631 color: #6b7280;
632 }
633 .forumax-activity-item .forumax-activity-meta a {
634 color: #6831c1;
635 text-decoration: none;
636 }
637 .forumax-activity-item .forumax-activity-meta a:hover {
638 text-decoration: underline;
639 }
640 .forumax-activity-item .forumax-activity-separator {
641 opacity: 0.5;
642 }
643 .forumax-activity-item .forumax-activity-stats {
644 flex-shrink: 0;
645 }
646 .forumax-activity-item .forumax-reply-count {
647 display: inline-flex;
648 align-items: center;
649 gap: 4px;
650 padding: 4px 8px;
651 background: #f3f4f6;
652 border-radius: 4px;
653 font-size: 12px;
654 color: #6b7280;
655 }
656 .forumax-activity-item .forumax-reply-count .dashicons {
657 font-size: 14px;
658 width: 14px;
659 height: 14px;
660 }
661
662 .forumax-empty-state {
663 text-align: center;
664 padding: 32px 20px;
665 color: #6b7280;
666 }
667 .forumax-empty-state .dashicons {
668 font-size: 48px;
669 width: 48px;
670 height: 48px;
671 margin-bottom: 12px;
672 opacity: 0.3;
673 }
674 .forumax-empty-state p {
675 margin: 0;
676 font-size: 14px;
677 }
678
679 .forumax-engagement-item {
680 display: flex;
681 justify-content: space-between;
682 align-items: center;
683 padding: 12px 0;
684 border-bottom: 1px solid #e5e7eb;
685 }
686 .forumax-engagement-item:last-child {
687 border-bottom: none;
688 padding-bottom: 0;
689 }
690 .forumax-engagement-item:first-child {
691 padding-top: 0;
692 }
693 .forumax-engagement-item .forumax-engagement-label {
694 font-size: 13px;
695 color: #6b7280;
696 }
697 .forumax-engagement-item .forumax-engagement-value {
698 font-size: 18px;
699 font-weight: 700;
700 color: #1e1e2f;
701 }
702
703 .forumax-pro-features {
704 list-style: none;
705 margin: 0 0 20px;
706 padding: 0;
707 }
708 .forumax-pro-features li {
709 display: flex;
710 align-items: center;
711 gap: 8px;
712 padding: 8px 0;
713 font-size: 13px;
714 color: #374151;
715 }
716 .forumax-pro-features li .dashicons {
717 font-size: 16px;
718 width: 16px;
719 height: 16px;
720 color: #10b981;
721 }
722
723 .forumax-info-item {
724 display: flex;
725 justify-content: space-between;
726 align-items: center;
727 padding: 10px 0;
728 border-bottom: 1px solid #e5e7eb;
729 }
730 .forumax-info-item:last-child {
731 border-bottom: none;
732 padding-bottom: 0;
733 }
734 .forumax-info-item:first-child {
735 padding-top: 0;
736 }
737 .forumax-info-item .forumax-info-label {
738 font-size: 13px;
739 color: #6b7280;
740 }
741 .forumax-info-item .forumax-info-value {
742 font-size: 13px;
743 font-weight: 600;
744 color: #1e1e2f;
745 }
746 .forumax-info-item .forumax-info-value.forumax-plan-badge {
747 padding: 4px 10px;
748 border-radius: 12px;
749 font-size: 11px;
750 text-transform: uppercase;
751 letter-spacing: 0.5px;
752 }
753 .forumax-info-item .forumax-info-value.forumax-plan-badge.free {
754 background: #f3f4f6;
755 color: #6b7280;
756 }
757 .forumax-info-item .forumax-info-value.forumax-plan-badge.pro {
758 background: linear-gradient(135deg, #f1bd6c, rgb(236.5652173913, 168.0931677019, 61.4347826087));
759 color: #1e1e2f;
760 }
761
762 .forumax-links-list {
763 list-style: none;
764 margin: 0;
765 padding: 0;
766 }
767 .forumax-links-list li {
768 margin-bottom: 8px;
769 }
770 .forumax-links-list li:last-child {
771 margin-bottom: 0;
772 }
773 .forumax-links-list li a {
774 display: flex;
775 align-items: center;
776 gap: 10px;
777 padding: 10px 12px;
778 background: #f9fafb;
779 border-radius: 8px;
780 text-decoration: none;
781 color: #374151;
782 font-size: 13px;
783 font-weight: 500;
784 transition: all 0.2s ease;
785 }
786 .forumax-links-list li a .dashicons {
787 font-size: 18px;
788 width: 18px;
789 height: 18px;
790 color: #6831c1;
791 }
792 .forumax-links-list li a:hover {
793 background: #6831c1;
794 color: #fff;
795 }
796 .forumax-links-list li a:hover .dashicons {
797 color: #fff;
798 }
799
800 .forumax-dashboard-error {
801 background: #fff;
802 border: 1px solid #e5e7eb;
803 border-radius: 12px;
804 padding: 40px;
805 text-align: center;
806 margin-top: 20px;
807 }
808 .forumax-dashboard-error h2 {
809 margin: 0 0 12px;
810 color: #ef4444;
811 }
812 .forumax-dashboard-error p {
813 margin: 0;
814 color: #6b7280;
815 }
816
817 /*# sourceMappingURL=dashboard-styles.css.map */
818