Sha256: 88366b613694b4873853808847b194aaa1429ddd4a89d00445a735b06d9d8441
Contents?: true
Size: 818 Bytes
Versions: 6
Compression:
Stored size: 818 Bytes
Contents
.rf-modal { width: 100%; max-width: 500px; border-radius: $border-radius; border: $border-default; box-shadow: none; // for Bootstrap padding: 50px; } .rf-modal__header { padding: 0; // for Bootstrap text-align: center; border-bottom: 0px; // for Bootstrap } .rf-modal__header .rf-icon { margin-bottom: 16px; } .rf-modal__footer { padding: 0; // for Bootstrap border-top-width: 0px; // for Bootstrap text-align: center; } .rf-modal__body { padding: 30px 0; color: $slate; font-size: 14px; line-height: 20px; } // Types .rf-modal--info { .rf-modal__header .rf-icon { @extend %rf-icon--info; } } .rf-modal--warning { .rf-modal__header .rf-icon { @extend %rf-icon--warning; } } .rf-modal--error { .rf-modal__header .rf-icon { @extend %rf-icon--error; } }
Version data entries
6 entries across 6 versions & 1 rubygems