# notificationx/3.2.13/blocks/countdown/editor.css

NotificationX – FOMO, Live Sales Notification, WooCommerce Sales Popup, GDPR, Social Proof, Announcement Banner &amp; Floating Notification Bar, version 3.2.13. 21 lines.

- Page: https://pluginprobe.com/plugins/notificationx/3.2.13/code/blocks/countdown/editor.css
- Raw: https://pluginprobe.com/plugins/notificationx/3.2.13/raw/blocks/countdown/editor.css
- Modified: 2026-06-24T12:26:04+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/notificationx/3.2.13/code/blocks/countdown/editor.css#L10-L20`.

```css
/**
 * Editor-only styles for the NotificationX Countdown Timer block.
 */

/* Keep inspector labels consistent with the other NotificationX blocks. */
.components-base-control__label,
.dimention-label {
  font-weight: 500 !important;
  color: #000 !important;
}

.nx-color-control {
  margin-left: -16px;
  margin-right: -16px;
}

/* The live preview should fill the block width in the editor. */
.wp-block .nx-countdown-wrapper {
  width: 100%;
}

```
