{ title: 'Boutons Blanc', selector: 'a', classes: 'wys-button-white'},
{ title: 'Boutons Blanc Small', selector: 'a', classes: 'wys-button-white-small'},
{ title: 'Boutons Blanc XSmall', selector: 'a', classes: 'wys-button-white-xsmall'}
- ]
+ ],
+ title: 'Paragraphs', items: [
+ { title: 'Highlighted paragraph', selector: 'p', classes: 'wys-highlighted-paragraph'}
+ ]
}
],
style_formats_merge: true
@include margin(1);
}
+
+.wys-highlighted-paragraph {
+
+ @include padding-left(1);
+ @include margin-top(1.5);
+ border-left: 1px solid $color-black;
+
+ & + .wys-highlighted-paragraph {
+
+ @include margin-top(-1);
+ @include padding-top(1);
+
+ }
+
+}