summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/css/jetpack-banners-rtl.css')
-rw-r--r--plugins/jetpack/css/jetpack-banners-rtl.css23
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;