Skip to content

Instantly share code, notes, and snippets.

@jonathanjfshaw
jonathanjfshaw / _paragraphs-behavior-style--width-side.scss
Created March 25, 2019 17:29
Refactor paragraphs behavior style widths
/**
.paragraphs-behavior-style--side and .paragraphs-behavior-style--widths are
are only used on screens larger than mobile.
**/
@media #{screen and (min-width: #{$screen-sm-min})} {
.paragraphs-behavior-style--side-right {
.field--name-field-content,
.paragraph--type--two-column-with-expandable-pane .field--name-field-content-3 .panel-heading .panel-title {
padding-right: 15px;