PluginProbe
WPGet API – Connect to any external REST API / 2.2.2
WPGet API – Connect to any external REST API v2.2.2
1.9.2 1.9.3 1.9.4 1.9.5 1.9.6 1.9.7 1.9.8 1.9.9 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.1.0 2.1.1 2.1.3 2.1.4 2.1.5 2.2.0 2.2.1 2.2.10 2.2.2 2.2.3 All 97 releases
wpgetapi / lib / cmb2 / css / sass / partials / _variables.scss

_variables.scss in WPGet API – Connect to any external REST API 2.2.2, at lib/cmb2/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