# subscription/1.3.1/assets/css/admin.css

Subscriptions for WooCommerce with Stripe Recurring Payments, version 1.3.1. 46 lines.

- Page: https://pluginprobe.com/plugins/subscription/1.3.1/code/assets/css/admin.css
- Raw: https://pluginprobe.com/plugins/subscription/1.3.1/raw/assets/css/admin.css
- Modified: 2024-08-26T06:30:32+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.3.1/code/assets/css/admin.css#L10-L20`.

```css
.sdevs_subscription_tab > a::before {
  content: "\f531" !important;
}

.subscrpt_field {
  max-width: 480px;
  display: flex;
  flex-wrap: wrap;
}

.subscrpt_field > label {
  width: 100%;
}

.subscrpt_field > input {
  width: 70% !important;
  margin-right: 5px !important;
}

.subscrpt_field > select {
  width: 25%;
}

.subscrpt_field > small {
  line-height: 14px;
  margin-top: 5px !important;
}

.subscrpt-order-label {
  background: #e1edf7;
  color: #2683aa;
  display: inline-block;
  padding: 5px 10px;
  font-weight: 500;
  font-size: 14px;
  margin-top: 10px;
  clear: both;
  margin-bottom: 5px;
}

@media (min-width: 1024px) {
  .subscrpt_field > select {
    width: 20%;
  }
}

```
