PluginProbe
YayMail – WooCommerce Email Customizer / 3.3
YayMail – WooCommerce Email Customizer v3.3
4.4.4 4.4.3 4.4.2 4.4.1 trunk 1.9.6 2.1.4 2.1.5 3.2.2 3.2.6 3.2.7.1 3.2.8.1 3.2.9 3.3 3.3.1 3.3.4 3.3.5 3.3.6 3.3.7 3.3.8 3.3.9 3.4 3.4.1 3.4.2 3.4.3 All 55 releases
yaymail / assets / admin / css / css.css

css.css in YayMail – WooCommerce Email Customizer 3.3, at assets/admin/css/css.css

71 lines 1.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* scroll for setting wordpress */
2 /* .yaymail-customizer-page-builder #adminmenuwrap {
3 height: 94vh !important;
4 overflow-y: auto !important;
5 overflow-x: hidden !important;
6
7 } */
8 .yaymail-customizer-page-builder #wpbody-content .error,
9 .yaymail-customizer-page-builder .updated {
10 display: none;
11 }
12 .yaymail-customizer-page-builder #adminmenumain {
13 display: none ;
14 }
15
16 .yaymail-customizer-page-builder #wpcontent {
17 margin-left: 0;
18 margin-right: 0;
19 margin-top: -32px;
20 opacity: unset;
21 }
22
23 @media screen and (max-width: 782px) {
24 .yaymail-customizer-page-builder #wpcontent {
25 margin-top: -46px;
26 opacity: unset;
27 }
28 }
29
30 .yaymail-customizer-page-builder #wpadminbar {
31 display: none ;
32 }
33
34 .yaymail-customizer-page-builder #wpfooter {
35 display: none !important;
36 }
37
38 .yaymail-customizer-page-builder #wpcontent {
39 padding: 0 !important;
40 }
41
42 .yaymail-customizer-page-builder .update-nag {
43 display: none !important;
44 }
45
46 .yaymail-customizer-page-builder #message {
47 display: none !important;
48 }
49
50 .yaymail-customizer-page-builder .notice {
51 display: none !important;
52 }
53
54 .yaymail-customizer-page-builder #wpbody-content {
55 padding-bottom: 0 !important;
56 }
57 .yaymail-customizer-page-builder #wpbody-content p {
58 margin-bottom: 0;
59 }
60 .yaymail-customizer-page-builder .notice-success {
61 display: none !important;
62 }
63 .yaymail-customizer-page-builder .anticon {
64 vertical-align: -.125em;
65 }
66 .yaymail-customizer-page-builder .anticon::before {
67 content: unset !important;
68 }
69 .yaymail-customizer-page-builder #screen-meta-links {
70 display: none !important;
71 }