Sha256: df383ba948abd0cb08ab31aae52a3735dfca6ea47c32011a7738cf7b6eaa5c4b
Contents?: true
Size: 691 Bytes
Versions: 28
Compression:
Stored size: 691 Bytes
Contents
// ============================================== // // Styles for print layouts // // ============================================== // @media print { // Hide the global-header (mega-nav) .header-global { display: none; } // Hide emergency alerts #emergencyAlerts { display: none; } // Hide slick-sliders .hero-slider__slider { display: none; } // Hide the call to action buttons above the footer .buttons__action { display: none; } // Hide the footer .footer { display: none; } // Make text darker .typography__p, p, ul:not(.navbar-nav), ol, .btn-primary { color: $color-black !important; } }
Version data entries
28 entries across 28 versions & 1 rubygems