Sha256: 8eeee6004ed68c5b19224321a902c235ae6349b04c778ef8764aa14f043c2ab6
Contents?: true
Size: 708 Bytes
Versions: 29
Compression:
Stored size: 708 Bytes
Contents
// Used in auctions... bootstrap 4 alpha used this method to show modal backgrounds when modals are open. current nfg_ui adds a "show" class to the modal background to render it. .modal-backdrop.in { opacity: $modal-backdrop-opacity; } // Footer (for actions) .modal-footer { justify-content: flex-start; } // Left align buttons which overrides bootstrap's default of right aligned // Full page cover modal option .modal-cover { margin: 0; width: 100%; max-width: 100%; height: 100%; transform: none !important; // removes default 50px transform that occurs on modal showing (.fade and .show) .modal-content { display: block; height: 100%; border: none; border-radius: 0; } }
Version data entries
29 entries across 29 versions & 1 rubygems