From 4564ee0d457f66df741d77ed37abb6b9246d48a5 Mon Sep 17 00:00:00 2001 From: Matias Ventura Date: Sat, 8 Jul 2017 21:04:26 +0100 Subject: [PATCH] Update quote secondary style. Remove dash. (#1813) --- blocks/library/quote/block.scss | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/blocks/library/quote/block.scss b/blocks/library/quote/block.scss index 03ff30255511c..bc98f6b153763 100644 --- a/blocks/library/quote/block.scss +++ b/blocks/library/quote/block.scss @@ -4,18 +4,10 @@ footer { color: $dark-gray-100; - margin-left: 1.3em; margin-top: 1em; position: relative; font-size: $default-font-size; font-style: normal; - - &:before { - content: '— '; - position: absolute; - left: -1.3em; - top: 0; - } } @@ -26,9 +18,14 @@ &.blocks-quote-style-2 { padding: 0 1em; - & > p { + p { font-size: 24px; font-style: italic; + line-height: 1.6; + } + footer { + font-size: 19px; + text-align: right; } } }