summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2018-04-10 22:00:23 -0400
committerAnthony G. Basile <blueness@gentoo.org>2018-04-10 22:00:23 -0400
commita9f67089ebcadba2c7392e91d77c1b32a5515c1a (patch)
tree46d486f0aabbaa08f2ed083e1e65cf05dfcecdb8 /plugins/jetpack/css/jetpack-admin-jitm.css
parentUpdate wordpress-mobile-pack 3.3 (diff)
downloadblogs-gentoo-a9f67089ebcadba2c7392e91d77c1b32a5515c1a.tar.gz
blogs-gentoo-a9f67089ebcadba2c7392e91d77c1b32a5515c1a.tar.bz2
blogs-gentoo-a9f67089ebcadba2c7392e91d77c1b32a5515c1a.zip
Update jetpack 6.0
Diffstat (limited to 'plugins/jetpack/css/jetpack-admin-jitm.css')
-rw-r--r--plugins/jetpack/css/jetpack-admin-jitm.css20
1 files changed, 18 insertions, 2 deletions
diff --git a/plugins/jetpack/css/jetpack-admin-jitm.css b/plugins/jetpack/css/jetpack-admin-jitm.css
index 77f492c6..c20bc403 100644
--- a/plugins/jetpack/css/jetpack-admin-jitm.css
+++ b/plugins/jetpack/css/jetpack-admin-jitm.css
@@ -80,9 +80,8 @@ https://github.com/thoughtbot/bourbon
.jitm-button.is-compact {
padding: 0.4375rem;
color: #668eaa;
- font-size: 0.6875rem;
+ font-size: 0.75rem;
line-height: 1;
- text-transform: uppercase;
}
.jitm-button.is-compact:disabled {
@@ -393,6 +392,23 @@ https://github.com/thoughtbot/bourbon
margin-top: 0.375rem;
}
+.jitm-banner__info .banner__list {
+ font-size: 12px;
+ list-style: none;
+ margin: 10px 0;
+}
+
+.jitm-banner__info .banner__list li {
+ margin: 6px 0;
+}
+
+.jitm-banner__info .banner__list li .gridicon {
+ fill: #87a6bc;
+ display: inline;
+ margin-right: 12px;
+ vertical-align: bottom;
+}
+
.jitm-banner__action {
-ms-flex-item-align: center;
-ms-grid-row-align: center;