PluginProbe
Subscriptions for WooCommerce with Stripe Recurring Payments / 2.0.0
Subscriptions for WooCommerce with Stripe Recurring Payments v2.0.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 / admin-components / layout.css

layout.css in Subscriptions for WooCommerce with Stripe Recurring Payments 2.0.0, at assets/css/admin-components/layout.css

26 lines 632 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* --------------------------------------------------------------------------
2 Page layout wrapper
3 -------------------------------------------------------------------------- */
4 .wpsubs-layout {
5 max-width: 80rem;
6 margin: 0 auto;
7 padding: 24px 0 48px;
8 box-sizing: border-box;
9 }
10
11 /* --------------------------------------------------------------------------
12 Toolbar
13 -------------------------------------------------------------------------- */
14 .wpsubs-toolbar {
15 display: flex;
16 align-items: center;
17 gap: 8px;
18 flex-wrap: wrap;
19 margin-bottom: 16px;
20 }
21
22 .wpsubs-toolbar__spacer {
23 flex: 1;
24 min-width: 8px;
25 }
26