- Add bottom margin to headings
- Fix top and bottom margin for UL tags - Add bottom margin to LI tags
This commit is contained in:
@ -1,4 +1,5 @@
|
|||||||
$block-hover-highlight-color = $primary-active-color
|
$block-hover-highlight-color = $primary-active-color
|
||||||
|
$block-text-line-height = $text-line-height
|
||||||
|
|
||||||
.mailpoet_block
|
.mailpoet_block
|
||||||
box-sizing: border-box
|
box-sizing: border-box
|
||||||
@ -30,8 +31,26 @@ $block-hover-highlight-color = $primary-active-color
|
|||||||
|
|
||||||
.mailpoet_content
|
.mailpoet_content
|
||||||
position: relative
|
position: relative
|
||||||
line-height: 1.61803398875
|
line-height: $block-text-line-height
|
||||||
|
|
||||||
p, h1, h2, h3, h4, h5, h6
|
p, h1, h2, h3, h4, h5, h6
|
||||||
line-height: 1.61803398875
|
line-height: $block-text-line-height
|
||||||
|
padding: 0
|
||||||
|
margin: 0
|
||||||
font-style: normal
|
font-style: normal
|
||||||
|
font-weight: normal
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6
|
||||||
|
margin-bottom: 0.3em
|
||||||
|
|
||||||
|
p
|
||||||
|
margin-top: 0
|
||||||
|
font-weight: normal
|
||||||
|
|
||||||
|
ul
|
||||||
|
padding: 0
|
||||||
|
margin-top: 10px
|
||||||
|
margin-bottom: 10px
|
||||||
|
|
||||||
|
li
|
||||||
|
margin-bottom: 10px
|
||||||
|
@ -9,16 +9,7 @@
|
|||||||
padding-left: 20px
|
padding-left: 20px
|
||||||
padding-right: 20px
|
padding-right: 20px
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6
|
blockquote
|
||||||
padding: 0
|
margin: 1em
|
||||||
margin: 0
|
padding-left: 1em
|
||||||
font-weight: normal
|
border-left: 2px #565656 solid
|
||||||
|
|
||||||
p
|
|
||||||
margin-top: 0
|
|
||||||
font-weight: normal
|
|
||||||
|
|
||||||
blockquote
|
|
||||||
margin: 1em
|
|
||||||
padding-left: 1em
|
|
||||||
border-left: 2px #565656 solid
|
|
||||||
|
@ -24,3 +24,5 @@ $error-text-color = #d54e21
|
|||||||
|
|
||||||
// Dimensions
|
// Dimensions
|
||||||
$newsletter-width = 660px
|
$newsletter-width = 660px
|
||||||
|
|
||||||
|
$text-line-height = 1.6em
|
||||||
|
Reference in New Issue
Block a user