PluginProbe
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant / 2.3.2
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant v2.3.2
2.3.2 2.3.1 2.3.0 2.2.8 2.2.7 trunk 1.10.0 1.10.1 1.10.2 1.10.3 1.10.4 1.10.5 1.11.0 1.11.1 1.11.2 1.6 1.7 1.8 1.8.1 1.8.2 1.8.3 1.9.0 1.9.1 1.9.10 1.9.11 All 60 releases
merchant / assets / css / admin / notices.css

notices.css in Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant 2.3.2, at assets/css/admin/notices.css

168 lines 4.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .merchant-patcher-eol {
2 position: relative;
3 }
4 .merchant-patcher-eol a.notice-dismiss {
5 text-decoration: none;
6 }
7
8 .wp-core-ui .merchant-patcher-eol-bar.notice {
9 display: -webkit-box;
10 display: -ms-flexbox;
11 display: flex;
12 -webkit-box-align: center;
13 -ms-flex-align: center;
14 align-items: center;
15 -webkit-box-pack: center;
16 -ms-flex-pack: center;
17 justify-content: center;
18 width: calc(100% + 20px);
19 min-height: 50px;
20 margin: 0;
21 -webkit-margin-start: -20px;
22 margin-inline-start: -20px;
23 padding-block: 16px;
24 padding-inline: 20px 48px;
25 border: 0;
26 border-top: 3px solid #3858E9;
27 border-bottom: 3px solid #3858E9;
28 border-radius: 0;
29 -webkit-box-shadow: none;
30 box-shadow: none;
31 -webkit-box-sizing: border-box;
32 box-sizing: border-box;
33 }
34 .wp-core-ui .merchant-patcher-eol-bar.notice p {
35 margin: 0;
36 padding: 0;
37 font-size: 14px;
38 line-height: 18px;
39 text-align: center;
40 }
41 .wp-core-ui .merchant-patcher-eol-bar.notice a.notice-dismiss {
42 top: 50%;
43 inset-inline-end: 20px;
44 width: 20px;
45 height: 20px;
46 padding: 0;
47 -webkit-transform: translateY(-50%);
48 transform: translateY(-50%);
49 }
50 .wp-core-ui .merchant-patcher-eol-bar.notice a.notice-dismiss:before {
51 width: 20px;
52 height: 20px;
53 margin: 0;
54 color: #646970;
55 font-size: 20px;
56 line-height: 20px;
57 }
58 @media screen and (max-width: 782px) {
59 .wp-core-ui .merchant-patcher-eol-bar.notice {
60 width: calc(100% + 10px);
61 -webkit-margin-start: -10px;
62 margin-inline-start: -10px;
63 padding-inline: 10px 40px;
64 }
65 .wp-core-ui .merchant-patcher-eol-bar.notice a.notice-dismiss {
66 inset-inline-end: 10px;
67 }
68 }
69 @media screen and (max-width: 600px) {
70 .wp-core-ui .merchant-patcher-eol-bar.notice {
71 -webkit-padding-before: 62px;
72 padding-block-start: 62px;
73 border-top: 0;
74 }
75 }
76
77 .merchant-notice {
78 background-color: #FFF;
79 border-color: #DDE2E7;
80 border-left-color: #3858E9;
81 padding: 15px 60px 20px 20px !important;
82 color: #6D7175;
83 }
84 .merchant-notice .merchant-btn {
85 display: -webkit-inline-box;
86 display: -ms-inline-flexbox;
87 display: inline-flex;
88 font-size: 14px;
89 font-weight: 600;
90 padding: 8px 16px;
91 border: 1px solid #757575;
92 border-radius: 4px;
93 text-decoration: none;
94 -webkit-transition: ease color 300ms, ease background-color 300ms, ease border-color 300ms;
95 transition: ease color 300ms, ease background-color 300ms, ease border-color 300ms;
96 }
97 .merchant-notice .merchant-btn + .merchant-btn {
98 margin-left: 20px;
99 }
100 .merchant-notice .merchant-btn-primary {
101 background-color: #3858E9;
102 border-color: #3858E9;
103 color: #FFF;
104 }
105 .merchant-notice .merchant-btn-primary:hover {
106 background-color: #4d6aee;
107 border-color: #4d6aee;
108 }
109 .merchant-notice .merchant-btn-secondary {
110 background-color: #FFF;
111 border-color: #3858E9;
112 color: #3858E9;
113 }
114 .merchant-notice .merchant-btn-secondary:hover {
115 background-color: #f5f5f5;
116 border-color: #4d6aee;
117 color: #4d6aee;
118 }
119 .merchant-notice .merchant-btn-link {
120 border: none !important;
121 background-color: transparent !important;
122 color: #4d6aee;
123 padding: 0;
124 text-decoration: underline;
125 }
126 .merchant-notice .merchant-btn-link:hover {
127 color: #4d6aee;
128 }
129 .merchant-notice h3 {
130 font-size: 20px;
131 line-height: 30px;
132 margin: 0;
133 }
134 .merchant-notice h3 + p {
135 margin-top: 10px;
136 }
137 .merchant-notice p {
138 font-size: 13px;
139 line-height: 20px;
140 margin: 0;
141 padding: 0;
142 }
143 .merchant-notice p + .merchant-btn {
144 margin-top: 15px;
145 }
146 .merchant-notice strong {
147 color: #212121;
148 }
149 .merchant-notice .notice-dismiss {
150 padding: 14px;
151 }
152 .merchant-notice .notice-dismiss:before {
153 content: "\f335";
154 font-size: 19px;
155 color: #757575;
156 -webkit-transition: ease color 300ms;
157 transition: ease color 300ms;
158 }
159 .merchant-notice .notice-dismiss:active:before, .merchant-notice .notice-dismiss:focus:before, .merchant-notice .notice-dismiss:hover:before {
160 color: #212121;
161 }
162 .merchant-notice.merchant-notice-with-thumbnail {
163 background-image: url(../../images/admin/notice-thumbnail.png);
164 background-repeat: no-repeat;
165 background-position: 20px 20px;
166 background-size: 89px;
167 padding-left: 135px !important;
168 }