mirror of https://github.com/hashicorp/consul
18 lines
431 B
SCSS
18 lines
431 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-200: #{$decor-radius-200};
|
|
--gray-500: #{$gray-500};
|
|
--decor-elevation-600: #{$decor-elevation-600};
|
|
}
|
|
|
|
$gray: $gray-200;
|
|
$gray-025: #fafbfc;
|
|
|
|
$magenta-800-no-hash: 5a1434;
|