Sha256: 11fa5604efd59524621f584e62098e20e7500e7ef44358dd95fbda35f7a8dd79
Contents?: true
Size: 1020 Bytes
Versions: 16
Compression:
Stored size: 1020 Bytes
Contents
.email-messages-list { // border: 1px solid red; padding-left: 0; list-style-type: none; .item:first-child { border-top: 1px solid var(--m3-dol-accent-color); } .item { border-bottom: 1px solid var(--m3-dol-accent-color); margin-bottom: 0.2em; padding: 0.5em 0; position: relative; iframe { // border: 2px solid yellow; width: 100%; min-height: 500px; height: 75vh; } .my-actions { display: flex; flex-direction: column; } .preview { // border: 1px solid gold; display: inline-block; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .row-1 { display: flex; justify-content: space-between; } .to-expand { display: none; } } } .email-messages-show { .main-actions { display: flex; justify-content: space-between; } .body { border: 1px solid red; border-radius: 5px; padding: 1em; } }
Version data entries
16 entries across 16 versions & 1 rubygems