# subscription/2.0.0/assets/css/admin-components/empty.css

Subscriptions for WooCommerce with Stripe Recurring Payments, version 2.0.0. 44 lines.

- Page: https://pluginprobe.com/plugins/subscription/2.0.0/code/assets/css/admin-components/empty.css
- Raw: https://pluginprobe.com/plugins/subscription/2.0.0/raw/assets/css/admin-components/empty.css
- Modified: 2026-09-14T12:17:12+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/2.0.0/code/assets/css/admin-components/empty.css#L10-L20`.

```css
/* --------------------------------------------------------------------------
   Empty state
   -------------------------------------------------------------------------- */
.wpsubs-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 56px 28px;
  text-align: center;
  border: 1px dashed var(--wpsubs-border);
  border-radius: var(--wpsubs-radius);
  background: var(--wpsubs-surface);
}

.wpsubs-empty__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  margin-bottom: 22px;
  border-radius: 50%;
  font-size: 1.9rem;
  line-height: 1;
  background: var(--wpsubs-brand-light);
  box-shadow: 0 0 0 8px rgba(255, 77, 0, 0.06);
}

.wpsubs-empty__title {
  font-size: 16px;
  font-weight: 600;
  color: var(--wpsubs-text-muted);
  margin: 0 0 10px;
}

.wpsubs-empty__desc {
  font-size: 13px;
  color: var(--wpsubs-text-subtle);
  margin: 0;
  line-height: 1.75;
  max-width: 460px;
}

```
