Browse
For agents
About
Jetpack – WP Security, Backup, Speed, & Growth
/
12.6.4
Jetpack – WP Security, Backup, Speed, & Growth
v12.6.4
Switch version
12.0.3
12.1.3
12.2.3
12.3.2
12.4.2
12.5.2
12.6.4
12.7.3
12.8.3
12.9.5
13.0.2
13.1.5
13.2.4
13.3.3
13.4.5
13.5.2
13.6.2
13.7.2
13.8.3
13.9.2
14.0.1
14.1.1
14.2.2
14.3.1
14.4.2
All 500 releases
Overview
Code
jetpack
/
_inc
/
blocks
/
recipe
/
view.css
view.css
1 lines
1.2 KB
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
.
wp-block-jetpack-recipe-title
.
has-background
{
margin
:
0
}
.
wp-block-jetpack-recipe-details
{
align-items
:
center
;
display
:
grid
;
gap
:
1
rem
;
grid-template-columns
:
repeat
(
auto-fit
,
minmax
(
max-content
,
150
px
)
)
;
margin-bottom
:
3
rem
;
margin-top
:
1.75
rem
}
@
media
(
min-width
:
782
px
)
{
.
wp-block-jetpack-recipe-details
{
margin-bottom
:
6
rem
}
}
.
wp-block-jetpack-recipe-details
.
alignright
{
justify-content
:
right
}
.
wp-block-jetpack-recipe-details
.
aligncenter
{
justify-content
:
center
}
.
wp-block-jetpack-recipe-details__detail
{
font-size
:
.875
rem
;
margin-inline-end
:
1
rem
;
padding-inline-end
:
1
rem
;
text-align
:
center
}
.
wp-block-jetpack-recipe-details__detail
:
not
(
:
last-child
)
{
border-inline-end
:
1
px
solid
currentColor
}
.
wp-block-jetpack-recipe-details__detail
p
{
margin
:
0
;
text-transform
:
uppercase
}
.
wp-block-jetpack-recipe-details__detail
p
:
first-child
{
color
:
#
555
;
font-size
:
.75
rem
}
.
wp-block-jetpack-recipe-step
{
counter-increment
:
list
;
list-style-type
:
none
;
padding-bottom
:
1
rem
;
position
:
relative
}
.
wp-block-jetpack-recipe-step
:
before
{
align-items
:
center
;
background-color
:
var
(
--step-highlight-color
)
;
border-radius
:
50
%
;
color
:
var
(
--step-text-color
)
;
content
:
counter
(
list
)
;
display
:
flex
;
font-size
:
.875
rem
;
height
:
28
px
;
inset-inline-start
:
-2.5
rem
;
justify-content
:
center
;
line-height
:
1
;
position
:
absolute
;
text-align
:
center
;
width
:
28
px
}