2026-01-30 15:08:11 +00:00
|
|
|
// 1. Include specific theme variables
|
2026-01-28 22:25:02 +00:00
|
|
|
$primary: #F76436;
|
|
|
|
|
$secondary: #3C552D;
|
|
|
|
|
$success: #8BAE67;
|
2026-01-30 15:08:11 +00:00
|
|
|
$warning: #FFC01B;
|
|
|
|
|
$danger: #6b2737;
|
2026-01-28 22:25:02 +00:00
|
|
|
$info: #D7B26D;
|
2026-01-30 15:13:38 +00:00
|
|
|
$dark: #3b1002;
|
|
|
|
|
$light: #fde1d8;
|
2026-01-28 22:25:02 +00:00
|
|
|
|
2026-01-30 15:08:11 +00:00
|
|
|
$off-white: #F8F9FA;
|
|
|
|
|
$off-black: #495057;
|
2026-01-28 22:25:02 +00:00
|
|
|
|
2026-03-05 13:13:09 +00:00
|
|
|
$primary-light-4: #FAA489;
|
2026-01-30 15:08:11 +00:00
|
|
|
// 2. Configure color contrast
|
|
|
|
|
$color-contrast-dark: #000;
|
|
|
|
|
$color-contrast-light: #fff;
|
|
|
|
|
$min-contrast-ratio: 2.0;
|
2026-01-28 22:25:02 +00:00
|
|
|
|
|
|
|
|
$custom-colors: (
|
|
|
|
|
"color1": $primary,
|
2026-01-30 15:08:11 +00:00
|
|
|
"color2": $secondary,
|
|
|
|
|
"color3": $success,
|
|
|
|
|
"color4": $danger,
|
|
|
|
|
"color5": $warning,
|
|
|
|
|
"color6": $info,
|
|
|
|
|
);
|
|
|
|
|
$theme-colors: map-merge(
|
|
|
|
|
(
|
|
|
|
|
"primary": $primary,
|
|
|
|
|
"secondary": $secondary,
|
|
|
|
|
"success": $success,
|
|
|
|
|
"danger": $danger,
|
|
|
|
|
"warning": $warning,
|
2026-01-30 15:13:38 +00:00
|
|
|
"info": $info,
|
|
|
|
|
"dark": $dark,
|
|
|
|
|
"light": $light
|
2026-01-30 15:08:11 +00:00
|
|
|
),
|
|
|
|
|
$custom-colors
|
2026-01-28 22:25:02 +00:00
|
|
|
);
|
|
|
|
|
|
2026-02-07 05:54:08 +00:00
|
|
|
@keyframes spin {
|
|
|
|
|
0% { transform: rotate(0deg); }
|
|
|
|
|
100% { transform: rotate(360deg); }
|
|
|
|
|
}
|
|
|
|
|
|
2026-01-30 15:08:11 +00:00
|
|
|
@import "./bootstrap/scss/bootstrap";
|
2026-01-28 22:25:02 +00:00
|
|
|
|
2026-01-30 15:08:11 +00:00
|
|
|
@import "./sidebar.scss";
|
2026-02-09 18:25:44 +00:00
|
|
|
@import "./table.scss";
|
2026-03-03 23:52:17 +00:00
|
|
|
@import "./rmo/mailer.scss";
|
2026-01-30 20:41:02 +00:00
|
|
|
@import "./rmo/nuisance.scss";
|
2026-01-30 20:14:10 +00:00
|
|
|
@import "./rmo/root.scss";
|
2026-02-03 17:54:21 +00:00
|
|
|
@import "./rmo/status.scss";
|
2026-02-16 18:49:07 +00:00
|
|
|
@import "./sync/cell.scss";
|
2026-02-07 18:04:24 +00:00
|
|
|
@import "./sync/dashboard.scss";
|
2026-03-04 14:58:59 +00:00
|
|
|
@import "./sync/intelligence.scss";
|
2026-02-10 16:24:37 +00:00
|
|
|
@import "./sync/notification.scss";
|
2026-02-07 18:04:24 +00:00
|
|
|
@import "./sync/pool-csv-upload.scss";
|
2026-03-06 18:56:05 +00:00
|
|
|
@import "./sync/review.scss";
|
2026-02-16 01:17:27 +00:00
|
|
|
@import "./sync/settings.scss";
|
2026-02-17 14:42:37 +00:00
|
|
|
@import "./sync/settings-user-list.scss";
|
2026-02-24 20:34:21 +00:00
|
|
|
@import "./sync/upload-by-id.scss";
|
2026-02-24 20:18:15 +00:00
|
|
|
@import "./sync/upload-list.scss";
|