PluginProbe
Depicter — Popup & Slider Builder / trunk
Depicter — Popup & Slider Builder vtrunk
4.8.1 trunk 1.0.0 1.1.0 1.1.2 1.1.4 1.1.6 1.1.7 1.1.8 1.1.9 1.2.0 1.3.0 1.3.1 1.3.2 1.3.3 1.3.5 1.3.8 1.5.0 1.5.1 1.5.2 1.5.5 1.6.0 1.6.1 1.6.2 1.7.0 All 76 releases
depicter / resources / styles / editor.config.scss

editor.config.scss in Depicter — Popup & Slider Builder trunk, at resources/styles/editor.config.scss

62 lines 1.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * Config.
3 *
4 * This is an automatically generated file - DO NOT edit manually.
5 */
6
7 // Maps.
8 $color: (
9 material-red: #f44336,
10 material-pink: #e91e63,
11 material-purple: #9c27b0,
12 material-deep-purple: #673ab7,
13 material-indigo: #3f51b5,
14 material-blue: #2196f3,
15 material-light-blue: #03a9f4,
16 material-cyan: #00bcd4,
17 material-teal: #009688,
18 material-green: #4caf50,
19 material-light-green: #8bc34a,
20 material-lime: #cddc39,
21 material-yellow: #ffeb3b,
22 material-amber: #ffc107,
23 material-orange: #ff9800,
24 material-deep-orange: #ff5722,
25 material-brown: #795548,
26 material-grey: #9e9e9e,
27 material-blue-grey: #607d8b
28 );
29
30 $font-size: (
31 xs: 12px,
32 s: 16px,
33 m: 20px,
34 l: 28px,
35 xl: 36px
36 );
37
38 // Variables.
39 $color-material-red: #f44336;
40 $color-material-pink: #e91e63;
41 $color-material-purple: #9c27b0;
42 $color-material-deep-purple: #673ab7;
43 $color-material-indigo: #3f51b5;
44 $color-material-blue: #2196f3;
45 $color-material-light-blue: #03a9f4;
46 $color-material-cyan: #00bcd4;
47 $color-material-teal: #009688;
48 $color-material-green: #4caf50;
49 $color-material-light-green: #8bc34a;
50 $color-material-lime: #cddc39;
51 $color-material-yellow: #ffeb3b;
52 $color-material-amber: #ffc107;
53 $color-material-orange: #ff9800;
54 $color-material-deep-orange: #ff5722;
55 $color-material-brown: #795548;
56 $color-material-grey: #9e9e9e;
57 $color-material-blue-grey: #607d8b;
58 $font-size-xs: 12px;
59 $font-size-s: 16px;
60 $font-size-m: 20px;
61 $font-size-l: 28px;
62 $font-size-xl: 36px;