# merchant/2.2.7/assets/css/modules/inactive-tab-message/admin/preview.css

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

- Page: https://pluginprobe.com/plugins/merchant/2.2.7/code/assets/css/modules/inactive-tab-message/admin/preview.css
- Raw: https://pluginprobe.com/plugins/merchant/2.2.7/raw/assets/css/modules/inactive-tab-message/admin/preview.css
- Modified: 2026-05-21T18:12:40+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/2.2.7/code/assets/css/modules/inactive-tab-message/admin/preview.css#L10-L20`.

```css
/**
 * Admin Preview
 * Inactive Tab Message
 *
 */
.merchant-module-page-preview-browser-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 100%;
  max-width: 600px;
  margin: auto;
  padding: 35px 25px;
}

.mrc-preview-inactive-tab-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  padding: 20px 35px;
  border-radius: 10px;
  background-color: #f5f5f5;
  border: 1px solid #e9e9e9;
}
.mrc-preview-inactive-tab-message:after {
  content: "\f335";
  display: block;
  font-family: dashicons;
  font-size: 20px;
  color: #adadad;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.mrc-inactive-tab-message-icon-wrapper {
  position: relative;
  top: 3px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.mrc-inactive-tab-message-icon-wrapper .mrc-inactive-tab-message__icon img {
  width: 20px;
}

.mrc-inactive-tab-message-text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
```
