# merchant/1.8.2/assets/css/modules/cart-reserved-timer/admin/preview.css

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

- Page: https://pluginprobe.com/plugins/merchant/1.8.2/code/assets/css/modules/cart-reserved-timer/admin/preview.css
- Raw: https://pluginprobe.com/plugins/merchant/1.8.2/raw/assets/css/modules/cart-reserved-timer/admin/preview.css
- Modified: 2024-01-03T19:34:36+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.2/code/assets/css/modules/cart-reserved-timer/admin/preview.css#L10-L20`.

```css
.merchant-module-page-setting-field-choices-icon label img {
  width: 40px;
  background: #f6f6f6;
  border-radius: 3px;
  padding: 5px;
}

.merchant-module-page-preview-browser-inner {
  padding: 25px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
```
