Sha256: 53ce16f6d66963ada8b5b194ef5994bfe568b15337d041343cba00c2c90074e8
Contents?: true
Size: 597 Bytes
Versions: 3
Compression:
Stored size: 597 Bytes
Contents
.up-modal-content // Unpoly: Gives some default padding // BS: Expects content to set the padding padding: 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
3 entries across 3 versions & 1 rubygems