PluginProbe
Subscriptions for WooCommerce with Stripe Recurring Payments / 1.4.0
Subscriptions for WooCommerce with Stripe Recurring Payments v1.4.0
2.0.0 1.11.2 1.11.1 1.11.0 1.10.9 1.10.8 1.10.7 1.10.6 1.10.5 1.10.4 1.10.3 1.10.2 1.10.1 1.10.0 1.9.6 1.9.5 trunk 1.3.0 1.3.1 1.3.2 1.4.0 1.4.1 1.4.2 1.5.0 1.5.1 All 61 releases
subscription / assets / css / status.css

status.css in Subscriptions for WooCommerce with Stripe Recurring Payments 1.4.0, at assets/css/status.css

35 lines 559 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 span.subscrpt-pending {
2 background: #535050;
3 color: white;
4 text-transform: capitalize;
5 padding: 8px;
6 }
7
8 span.subscrpt-active {
9 background: green;
10 color: white;
11 text-transform: capitalize;
12 padding: 8px;
13 }
14
15 span.subscrpt-expired {
16 background: red;
17 color: white;
18 text-transform: capitalize;
19 padding: 8px;
20 }
21
22 span.subscrpt-cancelled {
23 background: #cecece;
24 color: white;
25 text-transform: capitalize;
26 padding: 8px;
27 }
28
29 span.subscrpt-pe_cancelled {
30 background: #ecb03e;
31 color: white;
32 text-transform: capitalize;
33 padding: 8px;
34 }
35