Sha256: bc248b66411efd6715f4c11ac91932cc9facfe8f051aea3bd4d156e0bb1b7a90
Contents?: true
Size: 1.01 KB
Versions: 10
Compression:
Stored size: 1.01 KB
Contents
.modal-header { border-bottom: 1px solid $medium-gray; padding: 20px; text-align: center; } .modal-content { border: 0 none; border-radius: 10px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 1px 1px rgba(0, 0, 0, 0.1); } .modal-dialog { padding-top: 60px; } .modal-body{ padding: 20px 50px; } .modal-footer { border-top: 1px solid $medium-gray; padding: 0px; } .modal-footer .left-side, .modal-footer .right-side{ display: inline-block; text-align: center; width: 49%; } .modal-footer .btn-simple{ padding: 20px; width: 100% } .modal-footer .divider{ background-color: $medium-gray; display: inline-block; float: inherit; height: 63px; margin: 0px -3px; position: absolute; width: 1px; } .modal.fade .modal-dialog { transform: none; -webkit-transform: none; -moz-transform: none; } .modal.in .modal-dialog { transform: none; -webkit-transform: none; -moz-transform: none; } .modal-backdrop.in { opacity: 0.25; }
Version data entries
10 entries across 10 versions & 1 rubygems