PluginProbe
WP Coder – Insert & Manage Code Snippets / 4.3
WP Coder – Insert & Manage Code Snippets v4.3
4.5.1 1.1 2.3.1 2.3.2 2.4.1 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1 3.1.1 3.2 3.2.1 3.3 3.4 3.5 3.5.1 All 39 releases
wp-coder / assets / scss / admin.scss

admin.scss in WP Coder – Insert & Manage Code Snippets 4.3, at assets/scss/admin.scss

39 lines 775 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 :root {
2 --wowp-border: #E4E4E7;
3 --wowp-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
4 --wowp-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
5
6 --wowp-gray-500: #6a7282;
7 --wowp-gray-400: #99a1af;
8 --wowp-gray-100: #f3f4f6;
9 --wowp-gray-200: #e5e7eb;
10 --wowp-gray-900: #101828;
11 --wowp-gray-700: #364153;
12
13 --wowp-color-blue: #2b7fff;
14 --wowp-color-yellow: #f0b100;
15 --wowp-color-red: #fb2c36;
16 --wowp-color-green: #00c950;
17 }
18
19 .wowp {
20 width: calc(100% - 20px);
21
22
23 @import "header";
24 @import "page-header";
25 @import "settings";
26 @import "fields";
27 @import "button";
28
29 @import "tooltip";
30 @import "helpers";
31 @import "command";
32 @import "snippet";
33 @import "popover";
34 @import "pro";
35
36 }
37
38 @import "notification";
39 @import "list";