Sha256: 3b7577afa0aeb21736cf12fd71ca4b3a10117431c7388e46a1325c26a5a7e181
Contents?: true
Size: 807 Bytes
Versions: 47
Compression:
Stored size: 807 Bytes
Contents
.up-modal-content // Unpoly: Gives some default padding // Bootstrap: Expects content to set the padding padding: 0 .up-modal-dialog // Unpoly: Dialog margin is a padding of .up-modal-viewport so we can give .up-modal-dialog a max-width of 100% // Bootstrap: Dialog margin is a margin of .modal-dialog margin: 0 .up-modal[up-flavor='drawer'] .up-modal-content // Bootstrap gives its modals round corners, which looks wrong with a // drawer that sits at the end of the screen. border-radius: 0 // Bootstrap gives its modals a border, which looks wrong // when touching the edge of the screen. border-top: none border-bottom: none &[up-position='left'] .up-modal-content border-left: none &[up-position='right'] .up-modal-content border-right: none
Version data entries
47 entries across 47 versions & 1 rubygems