Sha256: fd0ffbc9fc160c1b01616de86e2602e6623f5400c9f5bb4f10e298fb81b5024d
Contents?: true
Size: 1.3 KB
Versions: 1
Compression:
Stored size: 1.3 KB
Contents
/* Table of Contents ================================================== #Aside #Media Queries */ /* #Aside ================================================== */ .modal.aside { border-radius: 0; height: 100%; left: initial; margin-left: 0; right: 0; top: 0; width: 420px; } .modal.aside.fade { right: -100%; -webkit-transition: opacity 0.3s linear, right 0.3s ease-out; transition: opacity 0.3s linear, right 0.3s ease-out; top: 0; } .modal.aside.in { margin-top: -91px; right: 0; top: 0; } .modal.aside .modal-body { min-height: 475px; max-height: 475px; } .modal.aside .modal-footer { border-bottom: 1px solid rgba(227,232,235,1); } .modal-footer-btn, input[type="submit"].modal-footer-btn { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } /* #Media Queries ================================================== */ @media only screen and (max-width: 767px) { .modal.aside { margin-left: 0; width: 300px; } .modal.aside.in { margin-top: -79px; } .modal.aside .modal-body { min-height: 393px; max-height: 393px; } } @media only screen and (min-width: 480px) and (max-width: 767px) { .modal.aside { margin-left: 0; width: 420px; } .modal.aside.in { margin-top: -47px; } .modal.aside .modal-body { min-height: 183px; max-height: 183px; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
flashgrid-ext-1.0.8 | vendor/assets/stylesheets/aside.css.scss |