diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2017-12-12 20:29:44 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2017-12-12 20:29:55 -0500 |
commit | 73ce9c10188ce4f5014c97ad4c0f8c9f69410113 (patch) | |
tree | ac0b7b2f7cb14a145e2308d705033f89cebc736d /plugins/jetpack/scss/organisms/_banners.scss | |
parent | Update wordpress-mobile-pack 3.2 (diff) | |
download | blogs-gentoo-73ce9c10188ce4f5014c97ad4c0f8c9f69410113.tar.gz blogs-gentoo-73ce9c10188ce4f5014c97ad4c0f8c9f69410113.tar.bz2 blogs-gentoo-73ce9c10188ce4f5014c97ad4c0f8c9f69410113.zip |
Update jetpack 5.6
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'plugins/jetpack/scss/organisms/_banners.scss')
-rw-r--r-- | plugins/jetpack/scss/organisms/_banners.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/jetpack/scss/organisms/_banners.scss b/plugins/jetpack/scss/organisms/_banners.scss index 9f6174d7..8eba95fe 100644 --- a/plugins/jetpack/scss/organisms/_banners.scss +++ b/plugins/jetpack/scss/organisms/_banners.scss @@ -83,7 +83,7 @@ }; } -// dismiss +// dismiss .jp-connect-full__svg-dismiss { position: absolute; right: 0; @@ -319,7 +319,7 @@ color: #87a6bc; cursor: pointer; - // trick to hide the bottom border of the last menu item when the menu is the tallest element, + // trick to hide the bottom border of the last menu item when the menu is the tallest element, // but display the border when the overall container is taller than the menu &:last-of-type { position: relative; @@ -334,7 +334,7 @@ color: #2e4453; &.jp-feature-intro { - border-left: 3px solid #8CC258; + border-left: 3px solid #00BE28; } } @@ -360,7 +360,7 @@ &.jp-feature-intro { svg { - fill: #8CC258; + fill: #00BE28; } } |