Browse Source

Fixed blockquote size in emails

development
Godwin 8 years ago
committed by GitHub
parent
commit
0cf1bf17e5
  1. 13
      app/assets/stylesheets/user-mailer.scss

13
app/assets/stylesheets/user-mailer.scss

@ -70,18 +70,26 @@ a {
p { p {
color: $black !important; color: $black !important;
font-size: 1.5em;
} }
p, blockquote { p, blockquote {
margin: 1em; margin: 1em;
font-size: 1.5em;
line-height: 1.3333em; line-height: 1.3333em;
} }
blockquote {
font-size: 1em;
}
h1 { h1 {
font-size: 2.5em; font-size: 2.5em;
line-height: 1.25em; line-height: 1.25em;
padding-bottom: 1em; padding: 1em 0;
&:first-child {
padding-top: 0;
}
} }
h2 { h2 {
@ -135,7 +143,6 @@ table {
table#bb_full_width, table#bb_full_width,
table#ecxbb_full_width { table#ecxbb_full_width {
&, table { &, table {
max-width: none; max-width: none;
width: 100%; width: 100%;

Loading…
Cancel
Save