PluginProbe
Virtue/Ascend/Pinnacle Toolkit / 4.9.12.2
Virtue/Ascend/Pinnacle Toolkit v4.9.12.2
4.9.12.2 trunk 1.3 1.4 1.5 1.6 1.7 1.8 1.9 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 3.0 3.1 3.2 3.3 3.4 3.7 All 48 releases
virtue-toolkit / cmb / css / sass / partials / _variables.scss

_variables.scss in Virtue/Ascend/Pinnacle Toolkit 4.9.12.2, at cmb/css/sass/partials/_variables.scss

27 lines 662 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 //--------------------------------------------------------------
2 // Variables
3 //--------------------------------------------------------------
4
5 // Mobile break-point
6 $mobile-break : 450px;
7
8 // Fonts
9 $font-sans : sans-serif;
10 $font-serif : Georgia, Times, "Times New Roman", serif;
11 $font-mono : "Courier 10 Pitch", Courier, monospace;
12 $font-size : 14px;
13
14 // Colors
15 $dark-gray : #222222;
16 $gray : #757575;
17 $medium-gray : #666;
18 $light-gray : #e9e9e9;
19 $lightchecker : #eee;
20 $darkchecker : #d0d0d0;
21 $blue : #0063ce;
22 $light-yellow : #fffff8;
23 $white : #ffffff;
24 $almostwhite : #fafafa;
25 $red : #f00;
26 $dark-red : #a00;
27