2025-12-27 13:47:51 +07:00
|
|
|
$p-color: #6366f1;
|
2026-04-04 16:14:56 +07:00
|
|
|
$p-color-hover: #1e0ff0;
|
2025-12-27 13:47:51 +07:00
|
|
|
$s-color: #8b5cf6;
|
|
|
|
|
$text-p: #1f2937;
|
|
|
|
|
$text-s: #4b5563;
|
|
|
|
|
$text-m: #9ca3af;
|
|
|
|
|
$text-w: #ffffffcc;
|
|
|
|
|
$b-color-1: #f3f4f6;
|
|
|
|
|
$b-color-2: #e5e7eb;
|
|
|
|
|
$bg-hover: #e9ecef;
|
|
|
|
|
$bg-light: #f8f9ff;
|
|
|
|
|
$bg-darkening: #0000007a;
|
|
|
|
|
$shadow-1: #0000001a;
|
|
|
|
|
$white: #fff;
|
2026-04-18 14:25:20 +07:00
|
|
|
$black: #000;
|
2025-12-30 13:35:20 +07:00
|
|
|
$red: #dc2626;
|
2026-02-18 18:29:21 +07:00
|
|
|
$green: #00a63e;
|
2026-04-25 14:15:20 +07:00
|
|
|
$green-2: #10b981;
|
|
|
|
|
$grey: #5a6e8a;
|
2026-01-27 19:52:01 +07:00
|
|
|
$p-color-disabled: #6365f18e;
|
|
|
|
|
$s-color-disabled: #8a5cf663;
|
2026-03-30 12:48:31 +07:00
|
|
|
$border-color-1: #e2e8f0;
|
|
|
|
|
$border-color-1-hover: #b1b7be;
|
2026-04-03 14:52:31 +07:00
|
|
|
$color-warning: #fab005;
|
|
|
|
|
$color-warning-hover: #fa9805;
|
2026-04-17 13:13:27 +07:00
|
|
|
$color-warning-2: #f08c00;
|
2025-12-30 13:35:20 +07:00
|
|
|
|
|
|
|
|
$color-image: #f08c00;
|
|
|
|
|
$color-video: #2f9e44;
|
2026-01-04 13:27:59 +07:00
|
|
|
$color-audio: #1971c2;
|
2026-01-04 17:08:28 +07:00
|
|
|
$color-document: #a561e6;
|
2026-01-04 13:27:59 +07:00
|
|
|
|
2026-03-27 12:53:52 +07:00
|
|
|
$status-new: #fab005;
|
|
|
|
|
$status-showed: #5a6e8a;
|
2026-04-16 17:07:14 +07:00
|
|
|
$status-in-work: #3b82f6;
|
2026-03-27 12:53:52 +07:00
|
|
|
$authorized-use: #2ecc71;
|
|
|
|
|
|
2026-01-04 13:27:59 +07:00
|
|
|
:root {
|
|
|
|
|
--side-bar-width: 280px;
|
|
|
|
|
|
|
|
|
|
@media (max-width: 1200px) {
|
|
|
|
|
--side-bar-width: 180px;
|
|
|
|
|
}
|
2026-01-23 15:43:05 +07:00
|
|
|
|
|
|
|
|
@media (max-width: 767px) {
|
|
|
|
|
--side-bar-width: 0px;
|
|
|
|
|
}
|
2026-01-04 13:27:59 +07:00
|
|
|
}
|