Sha256: c7e197174eeb3301005d48fd543fd543ada8067a490ecf41149745765b840a70
Contents?: true
Size: 884 Bytes
Versions: 35
Compression:
Stored size: 884 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 { > .header { display: flex; justify-content: center; } table { th.actions { min-width: 100px; } } }
Version data entries
35 entries across 35 versions & 1 rubygems