11 lines
304 B
SCSS
11 lines
304 B
SCSS
|
|
// Stub H3 theme variables for Vite builds without @h3/theme-pc
|
||
|
|
$h3-primary-color: #2970ff;
|
||
|
|
$h3-blue-2: #eef1ff;
|
||
|
|
$h3-border-radius-base: 4px;
|
||
|
|
$h3-black-7: #121933;
|
||
|
|
$h3-text-color: #304265;
|
||
|
|
$h3-text-color-light: #707481;
|
||
|
|
$h3-text-color-light-2: #999999;
|
||
|
|
$h3-error-color: #ff4384;
|
||
|
|
$h3-line-color: #e0e3e9;
|