Sha256: ea110179a776073f210b9a148560acfb434fecae7f93603ebedcbd2e421cfe5d
Contents?: true
Size: 1.02 KB
Versions: 59
Compression:
Stored size: 1.02 KB
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; } 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; // .title { // a { // &:before { // content: '['; // } // &:after { // content: ']'; // } // } // } } table { th.actions { min-width: 100px; } } }
Version data entries
59 entries across 59 versions & 1 rubygems