From 0cf1bf17e5f7989221442ce7e51f7f454a351287 Mon Sep 17 00:00:00 2001 From: Godwin Date: Tue, 12 Jul 2016 12:59:53 -0700 Subject: [PATCH] Fixed blockquote size in emails --- app/assets/stylesheets/user-mailer.scss | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/user-mailer.scss b/app/assets/stylesheets/user-mailer.scss index b59500d..30a3fe1 100644 --- a/app/assets/stylesheets/user-mailer.scss +++ b/app/assets/stylesheets/user-mailer.scss @@ -70,18 +70,26 @@ a { p { color: $black !important; + font-size: 1.5em; } p, blockquote { margin: 1em; - font-size: 1.5em; line-height: 1.3333em; } +blockquote { + font-size: 1em; +} + h1 { font-size: 2.5em; line-height: 1.25em; - padding-bottom: 1em; + padding: 1em 0; + + &:first-child { + padding-top: 0; + } } h2 { @@ -135,7 +143,6 @@ table { table#bb_full_width, table#ecxbb_full_width { - &, table { max-width: none; width: 100%;