Sha256: 4918371c226a3d4c69917d684407885ebfbec8daa9920fe7c84a49a4b7992043
Contents?: true
Size: 844 Bytes
Versions: 8
Compression:
Stored size: 844 Bytes
Contents
.modal-dialog { @include transition(all 0.3s); } @media (min-width: $screen-lg-min) { .modal-wide { .modal-dialog { width: 1000px; } } } .modal-full-height { .modal-dialog { margin: 0 auto; height: 100%; .modal-content { height: 100%; @include border-top-radius(0); @include border-bottom-radius(0); @include box-shadow(none); border: none; } .scroll-panel { .scroll-panel-header { .close { float: right; font-size: 37px; font-weight: 100; line-height: 28px; color: #000; @include opacity(0.5); } .scroll-panel-title, .btn.pull-left ~ .scroll-panel-title { float: none; text-align: center; margin: 0 100px; } } } } }
Version data entries
8 entries across 8 versions & 1 rubygems