Implement Becs' changes to Posts widget and post rendering

This commit is contained in:
Tautvidas Sipavičius
2015-11-18 14:44:57 +02:00
parent 0eef46db57
commit e62a8c2ec5
10 changed files with 48 additions and 13 deletions

View File

@@ -19,6 +19,10 @@ $divider-hover-border-color = $primary-active-color
width: 100%
border: 1px solid transparent
.mailpoet_active_divider_style
border: 1px solid $active-divider-border-color
background: $active-divider-background-color
.mailpoet_field_divider_style:hover
border: 1px solid $divider-hover-border-color