11 lines
358 B
SCSS
11 lines
358 B
SCSS
// This rebel line is crying (in WebStorm) but it actually works
|
|
@import '../../../../../apps/red-ui/src/assets/styles/variables';
|
|
|
|
$btn-bg-hover: #e2e4e9 !default;
|
|
$btn-bg: #f0f1f4 !default;
|
|
$warn: #fdbd00 !default;
|
|
$white: white !default;
|
|
$separator: rgba(226, 228, 233, 0.9) !default;
|
|
$quick-filter-border: #d3d5da !default;
|
|
$filter-bg: #f4f5f7 !default;
|