# merchant/1.8/assets/css/modules/product-labels/admin/preview.css

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

- Page: https://pluginprobe.com/plugins/merchant/1.8/code/assets/css/modules/product-labels/admin/preview.css
- Raw: https://pluginprobe.com/plugins/merchant/1.8/raw/assets/css/modules/product-labels/admin/preview.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/product-labels/admin/preview.css#L10-L20`.

```css
/**
 * Admin Preview
 * Product Labels
 *
 */
.merchant-module-page-preview-browser-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  max-width: 300px;
  width: 100%;
  margin: auto;
  padding: 50px 25px;
}

.merchant-product-labels-preview {
  width: 100%;
}
.merchant-product-labels-preview .image-wrapper {
  position: relative;
  height: 11vw;
  max-height: 220px;
  background-color: #f5f5f5;
}
.merchant-product-labels-preview .merchant-label {
  font-size: var(--mrc-pl-font-size, 14px);
  line-height: 1em;
  padding: var(--mrc-pl-padding, 8px);
  display: inline;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-transform: var(--mrc-pl-text-transform, uppercase);
  border-radius: var(--mrc-pl-border-radius, 0px);
  position: absolute;
  top: 10px;
}
.merchant-product-labels-preview .merchant-label.top-right {
  left: auto;
  right: 10px;
}
.merchant-product-labels-preview .merchant-label.top-left {
  left: 10px;
  right: auto;
}

.merchant-flexible-content-control.product-labels-style .layout {
  border-left: 3px solid #838383;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.merchant-flexible-content-control.product-labels-style .layout.active {
  border-left: 3px solid #3858e9;
}
.merchant-flexible-content-control.product-labels-style .layout-body {
  grid-gap: unset;
}
.merchant-flexible-content-control.product-labels-style .layout-body .merchant-module-page-setting-field {
  margin-bottom: 20px;
}
```
