Sha256: def4bab080c953bc4ca21674475dbeaf001196c732bc978aaa79501931901e94
Contents?: true
Size: 1.06 KB
Versions: 8
Compression:
Stored size: 1.06 KB
Contents
// Styles for Nodes // -------------------------------------------------- // Miscellaneous // -------------------------------------------------- .field-collection-container { border: 0; .field-collection-view { margin: 0; padding: 0; border: none; } } // Panopoly News // -------------------------------------------------- .node-panopoly-page { // Teaser &.node-teaser { .panel-pane { margin: 0 0 10px 260px; } .pane-node-field-featured-image { float: left; margin-left: 0; } } @media (max-width: $screen-xs-max) { .panel-pane { float: none !important; margin: 0 0 10px !important; } } } // Panopoly News // -------------------------------------------------- .node-panopoly-news-article { // Teaser &.node-teaser { .panel-pane { margin: 0 0 10px 260px; } .pane-node-field-featured-image { float: left; margin-left: 0; } } @media (max-width: $screen-xs-max) { .panel-pane { float: none !important; margin: 0 0 10px !important; } } }
Version data entries
8 entries across 8 versions & 1 rubygems