diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2017-09-20 09:54:07 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2017-09-20 09:54:07 -0400 |
commit | bb31fa2d44dbbe425fa9ce92d4e7be61a1146dfb (patch) | |
tree | 33456f5889d315ad2a520fcd33fe491e612588b4 /plugins/jetpack/css/jetpack-banners-rtl.css | |
parent | akismet 4.0 (diff) | |
download | blogs-gentoo-bb31fa2d44dbbe425fa9ce92d4e7be61a1146dfb.tar.gz blogs-gentoo-bb31fa2d44dbbe425fa9ce92d4e7be61a1146dfb.tar.bz2 blogs-gentoo-bb31fa2d44dbbe425fa9ce92d4e7be61a1146dfb.zip |
jetpack 5.3
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'plugins/jetpack/css/jetpack-banners-rtl.css')
-rw-r--r-- | plugins/jetpack/css/jetpack-banners-rtl.css | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/plugins/jetpack/css/jetpack-banners-rtl.css b/plugins/jetpack/css/jetpack-banners-rtl.css index 368abbf9..ef0eb2ee 100644 --- a/plugins/jetpack/css/jetpack-banners-rtl.css +++ b/plugins/jetpack/css/jetpack-banners-rtl.css @@ -37,6 +37,14 @@ https://github.com/thoughtbot/bourbon padding: 0.75rem 0 0; } +.updated .jp-banner__tos-blurb { + display: block; + padding: 0.375rem 0; + line-height: 1.5; + font-size: 0.6875rem; + color: #2e4453; +} + .jp-banner .notice-dismiss { text-decoration: none; } @@ -224,6 +232,7 @@ https://github.com/thoughtbot/bourbon } .updated .notice-dismiss { + z-index: 1; text-decoration: none; } @@ -278,7 +287,16 @@ https://github.com/thoughtbot/bourbon .jp-wpcom-connect__content-icon { float: left; - margin: 0 2.25rem 2.25rem 0; + margin: 0 2.25rem 0 1.5rem; +} + +@media (max-width: 782px) { + .jp-wpcom-connect__content-icon.jp-connect-illo { + float: none; + width: 100%; + text-align: center; + margin: 2.25rem 0 1.5rem; + } } .jp-wpcom-connect__slide { @@ -292,7 +310,7 @@ https://github.com/thoughtbot/bourbon @media (min-width: 782px) { .jp-wpcom-connect__content-container .jp-banner__button-container { position: absolute; - bottom: 1rem; + bottom: 0.5rem; } } @@ -368,6 +386,7 @@ https://github.com/thoughtbot/bourbon width: 1.25rem; height: 1.25rem; padding: 0.25rem; + text-align: center; } .vertical-menu__feature-item svg { fill: #86A6BD; |