Browse
For agents
About
NotificationX – FOMO, Live Sales Notification, WooCommerce Sales Popup, GDPR, Social Proof, Announcement Banner & Floating Notification Bar
/
trunk
NotificationX – FOMO, Live Sales Notification, WooCommerce Sales Popup, GDPR, Social Proof, Announcement Banner & Floating Notification Bar
vtrunk
Switch version
3.3.1
3.3.0
3.2.14
3.2.13
3.2.12
3.2.11
3.2.10
3.2.9
3.2.8
3.2.7
trunk
0.2.5.5
0.2.5.6
0.2.5.7
1.0.0
1.0.1
1.0.2
1.0.3
1.1.0
1.1.1
1.1.2
1.1.3
1.1.4
1.2.0
1.2.1
All 156 releases
Overview
Code
notificationx
/
blocks
/
countdown
/
editor.css
editor.css
in NotificationX – FOMO, Live Sales Notification, WooCommerce Sales Popup, GDPR, Social Proof, Announcement Banner & Floating Notification Bar trunk, at blocks/countdown/editor.css
21 lines
449 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
/*
*
2
* Editor-only styles for the NotificationX Countdown Timer block.
3
*/
4
5
/*
Keep inspector labels consistent with the other NotificationX blocks.
*/
6
.
components-base-control__label
,
7
.
dimention-label
{
8
font-weight
:
500
!important
;
9
color
:
#
000
!important
;
10
}
11
12
.
nx-color-control
{
13
margin-left
:
-16
px
;
14
margin-right
:
-16
px
;
15
}
16
17
/*
The live preview should fill the block width in the editor.
*/
18
.
wp-block
.
nx-countdown-wrapper
{
19
width
:
100
%
;
20
}
21