Sha256: 6fc332588539810ba40002c363ff0b8a9067b497c4d71d307be603134ca78bc3
Contents?: true
Size: 1.24 KB
Versions: 7
Compression:
Stored size: 1.24 KB
Contents
// Styles for Nodes // -------------------------------------------------- // Miscellaneous // -------------------------------------------------- .field { img.panopoly-image-full, img.panopoly-image-half, img.panopoly-image-quarter { max-width: 100%; width: auto; height: auto; float: none; margin: 0; } } .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
7 entries across 7 versions & 1 rubygems