UNPKG

427 BSCSSView Raw
1// Copyright 2016 Palantir Technologies, Inc. All rights reserved.
2// Licensed under the Apache License, Version 2.0.
3
4$tooltip-background-color: $dark-gray5 !default;
5$tooltip-text-color: $light-gray5 !default;
6
7$dark-tooltip-background-color: $light-gray3 !default;
8$dark-tooltip-text-color: $dark-gray5 !default;
9
10$tooltip-padding-vertical: $pt-grid-size !default;
11$tooltip-padding-horizontal: 1.2 * $pt-grid-size !default;