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 {
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%;

Loading…
Cancel
Save