UNPKG

932 Btext/lessView Raw
1/******************************************************************************
2 *
3 * Copyright (c) 2017, the Perspective Authors.
4 *
5 * This file is part of the Perspective library, distributed under the terms of
6 * the Apache License 2.0. The full license can be found in the LICENSE file.
7 *
8 */
9
10@border-color: #ccc;
11@sans-serif-fonts: Arial, sans-serif;
12@monospace-fonts: monospace;
13
14// material design
15@material-sans-serif-fonts: "Open Sans", Arial, sans-serif;
16@material-monospace-fonts: "Roboto Mono", monospace;
17
18@border-color-dark: #3b3f46;
19
20@coolgrey100: #eceff1;
21@coolgrey200: #cfd8dc;
22@coolgrey600: #3b3f46;
23@coolgrey700: #2f3136;
24@coolgrey800: #2a2c2f;
25@coolgrey900: #242526;
26
27@blue800: #1a7da1;
28@blue900: #135d78;
29
30@lightblue600: #22a0ce;
31@lightblue700: #0288d1;
32
33@red300: #ff471e;
34@red600: #c72513;
35@red800: #951c0e;
36@red900: #7f170b;
37
38@amber300: #ffd54f;
39@amber400: #ffca28;
40
41@darkgray: #666;
42@lightgray: #a0a0a0;