PluginProbe
Buttonizer – Floating Menus, Sticky Buttons, & Popup Builder / 1.1
Buttonizer – Floating Menus, Sticky Buttons, & Popup Builder v1.1
3.6.0 3.5.0 trunk 1.0.10 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.1.1 1.2 1.3 1.4 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.5 1.5.1 All 110 releases
buttonizer-multifunctional-button / freemius / assets / scss / _colors.scss

_colors.scss in Buttonizer – Floating Menus, Sticky Buttons, & Popup Builder 1.1, at freemius/assets/scss/_colors.scss

66 lines 1.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 $menu-hover-color: #333;
2 $darkest-color: #000;
3 $fms-live-color: #71ae00;
4 $fms-test-color: #f7941d;
5 $fms-link-color: #29abe1;
6 $fms-link-hover-color: darken(#29abe1, 10%);
7 $body-bkg: #111;
8 $special-color: #d3135a;
9 $body-color: #f1f1f1;
10 $fms-white: #f1f1f1;
11 $container-bkg: #222;
12 $container-bkg-odd: #262626;
13 $container-border-color: #333;
14 $table-head-bkg: #333;
15 $table-head-color: #999;
16 $info-color: #999;
17 $error-color: #ff0000;
18
19 $fs-logo-blue-color: #29abe1;
20 $fs-logo-green-color: #71ae00;
21 $fs-logo-magenta-color: #d3135a;
22
23 // WordPress colors.
24 $page-header-bkg: #333;
25 $page-header-color: $fms-white;
26 $text-dark-color: #333;
27 $text-light-color: #666;
28 $text-lightest-color: #999;
29
30 // Notices.
31 $wp-notice-success-color: #f7fff7;
32 $wp-notice-success-dark-color: #46b450;
33 $wp-notice-error-color: #ffeaea;
34 $wp-notice-error-dark-color: #dc3232;
35 $wp-notice-warn-color: #fff8e5;
36 $wp-notice-warn-dark-color: #ffb900;
37 $fs-notice-promotion-border-color: #00a0d2;
38 $fs-notice-promotion-bkg: #f2fcff;
39
40 // WP Buttons.
41 $button-primary-bkg: #6bc406;
42 $button-primary-color: $fms-white;
43 $button-secondary-bkg: #333;
44 $button-secondary-color: $fms-white;
45 $featured-color: #6bc406;
46 $wp-selected-color: #0074a3;
47
48 $wordpress_color: #01749A;
49 $blogger_color: #ff8100;
50 $wix_color: #fac102;
51 $shopify_color: #80d100;
52 $addthis_color: #fe6d4e;
53 $tumblr_color: #34506b;
54 $zepo_color: #00baf2;
55 $jquery_color: #000919;
56 $javascript_color: #00baf2;
57 $squarespace_color: #000;
58
59 $blog_color: #ff6600;
60 $facebook_color: #3b5998;
61 $twitter_color: #4099ff;
62 $linkedin_color: #4875b4;
63 $youtube_color: #ff3333;
64 $gplus_color: #c63d2d;
65
66