Sha256: ce7bd6b352fe5ac2022d2b54811be67c22aec496553f87b0bbd5f8c3a72317d2
Contents?: true
Size: 958 Bytes
Versions: 31
Compression:
Stored size: 958 Bytes
Contents
.email-contexts-new, .email-contexts-edit { .actions { margin-top: 10px; margin-bottom: 50px; display: flex; justify-content: space-between; } } .email-contexts-show, .email-templates-show { iframe { min-height: 80vh; } } .email-contexts--form, .email-templates--form { .field-template { display: flex; flex-wrap: wrap; } textarea { width: 100%; min-height: 200px; } .field-subject { display: flex; width: calc( 100% - 20px ); input[name='ish_email_context[subject]'], input[name='ish_email_template[subject]'] { margin-left: 5px; flex-grow: 1; } } .body { border: 1px solid red; padding: 10px; margin: 10px; } } .email-contexts-index { .send_at, .sent_at { min-width: 200px; font-size: 0.9em; } > .header { display: flex; justify-content: center; } table { th.actions { min-width: 100px; } } }
Version data entries
31 entries across 31 versions & 1 rubygems