# merchant/1.8/assets/css/modules/wait-list/wait-list.css

Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together &amp; More for WooCommerce – Merchant, version 1.8. 40 lines.

- Page: https://pluginprobe.com/plugins/merchant/1.8/code/assets/css/modules/wait-list/wait-list.css
- Raw: https://pluginprobe.com/plugins/merchant/1.8/raw/assets/css/modules/wait-list/wait-list.css
- Modified: 2023-12-13T17:56:38+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/merchant/1.8/code/assets/css/modules/wait-list/wait-list.css#L10-L20`.

```css
/**
 * Wait list.
 *
 */
.merchant-wait-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.merchant-wait-list-success {
  color: green;
}

.merchant-wait-list-error {
  color: red;
}

#merchant-wait-list p {
  font-weight: bold;
  margin: 0;
}

.merchant-wait-list-email label {
  display: none;
}

#merchant-wait-list input {
  width: 100%;
  margin-bottom: 5px;
}

#merchant-wait-list button {
  width: 100%;
}
```
