mirror of https://github.com/status-im/consul.git
17 lines
381 B
SCSS
17 lines
381 B
SCSS
@import './custom-query';
|
|
|
|
// TODO: Setup only the CSS props we actually need here
|
|
// potentially see if our compiled can automatically remove
|
|
// unused CSS props
|
|
:root {
|
|
--white: #{$white};
|
|
--decor-border-100: #{$decor-border-100};
|
|
--decor-radius-300: #{$decor-radius-300};
|
|
--gray-500: #{$gray-500};
|
|
}
|
|
|
|
$gray: $gray-200;
|
|
$gray-025: #fafbfc;
|
|
|
|
$magenta-800-no-hash: 5a1434;
|