Sha256: a33f930468282397c6e930f8f03ef342c8577032b95192ccbeae24c70765268a
Contents?: true
Size: 656 Bytes
Versions: 1
Compression:
Stored size: 656 Bytes
Contents
// ======================================================================== // Component: print.less // ======================================================================== // // Put here all rules required to style the print view // @media print { .sidebar, .topnavbar, .offsidebar, .btn { display: none !important; width: 0 !important; height: 0 !important; } .wrapper, .wrapper > section, .content-wrapper { margin: 0 !important; /* remove margin used for sidebar and expand the content */ padding: 0 !important; width: 100% !important; } .content-wrapper { overflow: hidden !important; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
radius-rails-3.1.4 | app/assets/stylesheets/radius-theme/app/print.scss |