Skip to content

Commit f0b07cd

Browse files
committed
Added icons near Protect headlines
Added icons near Protect headlines + added protect shield svg.
1 parent cedac5b commit f0b07cd

8 files changed

+56
-5
lines changed

css/jetpack-admin-rtl.css

+8-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/jetpack-admin-rtl.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/jetpack-admin.css

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/jetpack-admin.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/jetpack-admin.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/jetpack-admin.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

images/jetpack-protect-shield.svg

+30
Loading

scss/templates/_main.scss

+7
Original file line numberDiff line numberDiff line change
@@ -1450,6 +1450,12 @@ body {
14501450
.jetpack-modules #post-by-email .info a:before {
14511451
content: '\f410';
14521452
}
1453+
.protect:before,
1454+
.jetpack-modules #protect .info a:before {
1455+
content: '\f470';
1456+
position: relative;
1457+
top: -1px;
1458+
}
14531459
.modules h3.publicize:before,
14541460
.jetpack-modules #publicize .info a:before {
14551461
content: '\f237';
@@ -1488,6 +1494,7 @@ body {
14881494
content: 'V';
14891495
font-family: $automatticons;
14901496
}
1497+
14911498
.videopress:before,
14921499
.jetpack-modules #videopress .info a:before {
14931500
content: '\f104';

0 commit comments

Comments
 (0)