Same styles on editor and preview

This commit is contained in:
Martín González
2017-01-23 12:13:32 +01:00
parent b04030b7ff
commit 7ce2d2802b

View File

@@ -630,7 +630,7 @@ table.investment-projects-summary {
} }
#legislation_draft_version_body { #legislation_draft_version_body {
font-family: $font-family-monospace; font-family: $font-family-serif;
background: #f5f5f5; background: #f5f5f5;
height: 16em; height: 16em;
@@ -647,10 +647,14 @@ table.investment-projects-summary {
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
font-family: $font-family-serif !important; font-family: $font-family-serif !important;
font-size: 1rem;
line-height: 1.625rem;
margin-bottom: 0;
} }
h2 { p {
border-bottom: 1px solid $text-medium; font-size: 1rem;
line-height: 1.625rem;
} }
} }