UNPKG

2.28 kBSCSSView Raw
1/*
2 * MIT License
3 *
4 * Copyright (c) 2016 Microsoft
5 *
6 * Permission is hereby granted, free of charge, to any person obtaining a copy
7 * of this software and associated documentation files (the "Software"), to deal
8 * in the Software without restriction, including without limitation the rights
9 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10 * copies of the Software, and to permit persons to whom the Software is
11 * furnished to do so, subject to the following conditions:
12 *
13 * The above copyright notice and this permission notice shall be included in all
14 * copies or substantial portions of the Software.
15 *
16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 * SOFTWARE.
23 */
24
25$fa-font-path:"./../node_modules/font-awesome/fonts";
26$font: 'Segoe UI,Tahoma,Verdana,Geneva,sans-serif';
27
28$lightFontFamily: 'Segoe UI Light',wf_segoe-ui_light,helvetica,arial,sans-serif;
29$semilightFontFamily: 'Segoe UI Semilight',wf_segoe-ui_semilight,helvetica,arial,sans-serif;
30$regularFontFamily: 'Segoe UI',wf_segoe-ui_normal,helvetica,arial,sans-serif;
31$semiboldFontFamily: 'Segoe UI Semibold',wf_segoe-ui_semibold,helvetica,arial,sans-serif;
32$boldFontFamily: 'Segoe UI Bold',wf_segoe-ui_bold,helvetica,arial,sans-serif;
33
34$lightSecondaryFontFamily: $font;
35$regularSecondaryFontFamily: wf_standard-font,helvetica,arial,sans-serif;
36$boldSecondaryFontFamily: wf_standard-font_bold,helvetica,arial,sans-serif;
37
38$smallFontSize: 12px;
39$mediumFontSize: 14px;
40$largeFontSize: 16px;
41
42$dataColor1: #01B8AA;
43$dataColor2: #374649;
44$dataColor3: #FD625E;
45$dataColor4: #F2C80F;
46$dataColor5: #5F6B6D;
47$dataColor6: #8AD4EB;
48$dataColor7: #FE9666; // Bethany's Mango
49$dataColor8: #A66999;
50$dataColor9: #3599B8;
51$dataColor10: #DFBFBF;
52
53$themeSecondaryAltColor: #444;
54$neutralTertiaryColor: #A6A6A6;
55$neutralTertiaryAltColor: #C8C8C8;
56$neutralLightColor: #EAEAEA;
\No newline at end of file