# subscription/1.4.0/assets/css/status.css

Subscriptions for WooCommerce with Stripe Recurring Payments, version 1.4.0. 35 lines.

- Page: https://pluginprobe.com/plugins/subscription/1.4.0/code/assets/css/status.css
- Raw: https://pluginprobe.com/plugins/subscription/1.4.0/raw/assets/css/status.css
- Modified: 2025-05-13T13:45:08+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/subscription/1.4.0/code/assets/css/status.css#L10-L20`.

```css
span.subscrpt-pending {
  background: #535050;
  color: white;
  text-transform: capitalize;
  padding: 8px;
}

span.subscrpt-active {
  background: green;
  color: white;
  text-transform: capitalize;
  padding: 8px;
}

span.subscrpt-expired {
  background: red;
  color: white;
  text-transform: capitalize;
  padding: 8px;
}

span.subscrpt-cancelled {
  background: #cecece;
  color: white;
  text-transform: capitalize;
  padding: 8px;
}

span.subscrpt-pe_cancelled {
  background: #ecb03e;
  color: white;
  text-transform: capitalize;
  padding: 8px;
}

```
