UNPKG

355 BSCSSView Raw
1// Copyright 2017 Palantir Technologies, Inc. All rights reserved.
2// Licensed under the Apache License, Version 2.0.
3
4@import "../../common/variables";
5
6$progress-track-color: rgba($gray1, 0.2) !default;
7$progress-head-color: rgba($gray1, 0.8) !default;
8$dark-progress-track-color: rgba($black, 0.5) !default;
9$dark-progress-head-color: $gray3 !default;