UNPKG

673 BSCSSView Raw
1/*
2
3Copyright 2019-present Palantir Technologies, Inc. All rights reserved.
4Licensed under the Apache License, Version 2.0.
5
6*/
7
8/* stylelint-disable @blueprintjs/no-color-literal */
9
10// override some intent colors to pass contrast requirements
11$pt-intent-primary: #106ba3 !default; // $blue2
12$pt-intent-success: #0d8050 !default; // $green2;
13$pt-intent-warning: #a66321 !default; // $orange1;
14$pt-intent-danger: #c23030 !default; // $red2;
15
16// Import files in the same order that they are documented in the docs
17@import "common/variables";
18@import "common/colors";
19
20@import "reset";
21@import "typography";
22@import "accessibility/focus-states";
23
24@import "components/index";