Sha256: c14f3bc18f8fb8ceed5a726c54151484c814a4d89172aa681f843ed0a1f671c5
Contents?: true
Size: 1.19 KB
Versions: 2
Compression:
Stored size: 1.19 KB
Contents
/* Table of Contents ================================================== #Aside #Media Queries */ /* #Aside ================================================== */ .aside { border-radius: 0; height: 100%; left: initial; margin-left: 0; right: 0; top: 0; width: 420px; } .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; } .aside.fade.in { right: 0; top: 0; } .aside .modal-body { min-height: 375px; max-height: 475px; } .aside .modal-footer { border-bottom: 1px solid rgba(227,232,235,1); border-radius: 0; } .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) { .aside { margin-left: 0; width: 300px; } .aside .modal-body { min-height: 324px; max-height: 393px; } } @media only screen and (min-width: 480px) and (max-width: 767px) { .aside { margin-left: 0; width: 420px; } .aside .modal-body { min-height: 76px; max-height: 184px; } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
flashgrid-ext-1.0.10 | vendor/assets/stylesheets/aside.css.scss |
flashgrid-ext-1.0.9 | vendor/assets/stylesheets/aside.css.scss |