Sha256: 4159095fbd5552aaae86a59d8ff41ca02c1e62a170de2f5cefa9a3b061753763
Contents?: true
Size: 810 Bytes
Versions: 6
Compression:
Stored size: 810 Bytes
Contents
// // Modals // -------------------------------------------------- // Background .modal-backdrop { background-color: @white; &.fade { opacity: 0; } } .modal-backdrop, .modal-backdrop.fade.in { .opacity(75); } .modal { border: 0; padding: 35px 40px; color: @black; .box-shadow(0 4px 16px rgba(0,0,0,0.2)); .border-radius(0); } .modal-header { border: 0; padding: 0 0 30px; .close { margin-top: 0; position: absolute; right: 15px; top: 15px; } h3 { color: @graySemiLight; font-size: 24px; font-weight: 400; } } .modal-body { padding: 0; } .modal-footer { padding: 20px 0 0; background-color: @white; border: 0; .border-radius(0); .box-shadow(none); text-align: left; } //right: -20px; //top: -16px;
Version data entries
6 entries across 6 versions & 1 rubygems