PluginProbe
Uji Countdown / trunk
Uji Countdown vtrunk
3.0 trunk 1.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.6.1 1.0.7 1.0.8 1.0.9 1.1 1.2 1.3 1.3.1 1.3.2 1.3.3 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 All 36 releases
uji-countdown / src / common.scss

common.scss in Uji Countdown trunk, at src/common.scss

22 lines 505 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 @import "node_modules/@wordpress/base-styles/variables";
2 @import "node_modules/@wordpress/base-styles/colors";
3 @import "node_modules/@wordpress/base-styles/mixins";
4 @import "node_modules/@wordpress/base-styles/breakpoints";
5
6 /**
7 * #.# Common SCSS
8 *
9 * Can include things like variables and mixins
10 * that are used across the project.
11 */
12
13 // Colors.
14 $black: rgb(41, 41, 41);
15 $white: #f4f4f4;
16 $gray: #dedede;
17 $green: #bada55;
18 $red: orangered;
19 $blue: rgb(78, 56, 177);
20 $lightblu: #f0ecff;
21 $midblu:#a698d8;
22