2025-12-27 13:47:51 +07:00
|
|
|
$p-color: #6366f1;
|
|
|
|
|
$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;
|
2025-12-30 13:35:20 +07:00
|
|
|
$red: #dc2626;
|
2026-01-27 19:52:01 +07:00
|
|
|
$p-color-disabled: #6365f18e;
|
|
|
|
|
$s-color-disabled: #8a5cf663;
|
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
|
|
|
|
|
|
|
|
: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
|
|
|
}
|