Browse
For agents
About
Yoast SEO – Advanced SEO with real-time guidance and built-in AI
/
28.2
Yoast SEO – Advanced SEO with real-time guidance and built-in AI
v28.2
Switch version
28.5
28.4
28.3
28.2
28.1
28.0
27.9
27.8
27.7
27.6
27.5
trunk
18.0
18.1
18.2
18.3
18.4
18.4.1
18.5
18.5.1
18.6
18.7
18.8
18.9
19.0
All 129 releases
Overview
Code
wordpress-seo
/
css
/
dist
/
dashboard-2820.css
dashboard-2820.css
in Yoast SEO – Advanced SEO with real-time guidance and built-in AI 28.2, at css/dist/dashboard-2820.css
1 lines
998 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
#
yoast-seo-dashboard-widget
h3
{
font-weight
:
700
}
#
yoast-seo-dashboard-widget
.
assessments
,
#
yoast-seo-dashboard-widget
.
score-assessments
{
padding-left
:
0
}
#
yoast-seo-dashboard-widget
.
wordpress-feed
{
border-top
:
1
px
solid
#
eee
;
margin
:
16
px
-12
px
0
;
padding
:
12
px
12
px
0
}
#
yoast-seo-dashboard-widget
.
wordpress-feed
.
wordpress-feed__post
{
margin-top
:
12
px
}
#
yoast-seo-dashboard-widget
.
wordpress-feed
.
wordpress-feed__footer
{
border-top
:
1
px
solid
#
eee
;
margin
:
0
-12
px
;
padding
:
4
px
12
px
0
}
#
yoast-seo-dashboard-widget
:
empty
:
before
,
#
yoast-seo-wincher-dashboard-widget
:
empty
:
before
{
animation
:
rotate
2
s
linear
infinite
;
background-image
:
url
(
../../packages/js/images/Yoast_SEO_Icon.svg
)
;
content
:
"
"
;
display
:
block
;
height
:
40
px
;
margin
:
25
px
auto
;
width
:
40
px
}
@
keyframes
rotate
{
0%
{
transform
:
perspective
(
120
px
)
rotateX
(
0
deg
)
rotateY
(
0
deg
)
;
-webkit-transform
:
perspective
(
120
px
)
rotateX
(
0
deg
)
rotateY
(
0
deg
)
}
to
{
transform
:
perspective
(
120
px
)
rotateX
(
0
deg
)
rotateY
(
1
turn
)
;
-webkit-transform
:
perspective
(
120
px
)
rotateX
(
0
deg
)
rotateY
(
1
turn
)
}
}