14 lines
270 B
SCSS
14 lines
270 B
SCSS
$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;
|
|
$red: #dc2626; |