Browse
For agents
About
Countdown Timer Block – build urgency for events and launches
/
1.0.8
Countdown Timer Block – build urgency for events and launches
v1.0.8
Switch version
1.3.3
trunk
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.7
1.0.8
1.0.9
1.1.0
1.1.1
1.1.2
1.1.3
1.1.4
1.1.5
1.1.6
1.1.7
1.2.0
1.2.1
1.2.2
1.2.3
1.2.4
All 32 releases
Overview
Code
countdown-time
/
dist
/
style.css
style.css
in Countdown Timer Block – build urgency for events and launches 1.0.8, at dist/style.css
1 lines
1.7 KB
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
html
{
scroll-behavior
:
smooth
}
.
dashicons
{
font-family
:
dashicons
!important
}
.
wp-block-ctb-countdown-time
{
display
:
flex
;
align-items
:
center
;
justify-content
:
center
}
.
wp-block-ctb-countdown-time
.
countdownItems
{
display
:
flex
;
align-items
:
center
;
max-width
:
100
%
}
.
wp-block-ctb-countdown-time
.
countdownItems
.
countdownItem
{
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
justify-content
:
center
}
.
wp-block-ctb-countdown-time
.
countdownItems
.
countdownItem
:
first-child
{
margin-left
:
0
!important
;
margin-top
:
0
!important
}
.
wp-block-ctb-countdown-time
.
countdownItems
.
countdownItem
:
last-child
{
margin-right
:
0
!important
;
margin-bottom
:
0
!important
}
.
wp-block-ctb-countdown-time
.
countdownItems
.
countdownItem
.
digit
{
display
:
block
;
font-weight
:
400
}
.
wp-block-ctb-countdown-time
.
countdownItems
.
countdownItem
.
label
{
text-transform
:
none
;
font-style
:
normal
;
text-decoration
:
initial
;
line-height
:
100
%
;
display
:
block
}
.
wp-block-ctb-countdown-time
.
countdownItems
.
countdownItem
.
inline
{
flex-direction
:
row
;
justify-content
:
center
}
.
wp-block-ctb-countdown-time
.
countdownItems
.
countdownItem
.
inline
.
digit
{
display
:
flex
;
flex
:
1
1
0
%
;
justify-content
:
center
}
.
wp-block-ctb-countdown-time
.
countdownItems
.
countdownItem
.
inline
.
label
{
display
:
flex
;
flex
:
1
1
0
%
}
.
wp-block-ctb-countdown-time
.
countdownItems
.
separator
{
position
:
relative
}
.
wp-block-ctb-countdown-time
.
countdownItems
.
separator
:
before
{
position
:
absolute
;
top
:
50
%
;
transform
:
translate
(
-50
%
,
-65
%
)
;
line-height
:
100
%
}
.
wp-block-ctb-countdown-time
.
countdownItems
.
countdownItem
.
inline
~
.
separator
:
before
{
transform
:
translate
(
-50
%
,
-60
%
)
}
@
media
(
max-width
:
575
px
)
{
.
wp-block-ctb-countdown-time
.
countdownItems
{
flex-direction
:
column
}
.
wp-block-ctb-countdown-time
.
countdownItems
.
countdownItem
{
margin-left
:
0
!important
;
margin-right
:
0
!important
}
}