You are here

panopoly-featured.css in Panopoly 7

/**
 * Basic CSS Treatement for Featured Element
 */
.node-featured .pane-node-title .pane-content a {
  font-size: 1.5em;
}

.node-featured .pane-node-title .pane-content {
  margin-bottom: 10px;
}

.node-featured .panel-display>div {
  margin-bottom: 0; /* reset the bottom margins on layouts used for featuring content */
}

File

modules/panopoly/panopoly_theme/css/panopoly-featured.css
View source
  1. /**
  2. * Basic CSS Treatement for Featured Element
  3. */
  4. .node-featured .pane-node-title .pane-content a {
  5. font-size: 1.5em;
  6. }
  7. .node-featured .pane-node-title .pane-content {
  8. margin-bottom: 10px;
  9. }
  10. .node-featured .panel-display>div {
  11. margin-bottom: 0; /* reset the bottom margins on layouts used for featuring content */
  12. }