Sha256: b517b673c5f4f22397b8b5846ffb6614cb03d8721a73af67a4135511a48eb55d
Contents?: true
Size: 1.28 KB
Versions: 10
Compression:
Stored size: 1.28 KB
Contents
.email-conversations-index, .email-conversations-show { font-size: 14px; margin: 0 1em; > .actions { border: 1px solid cyan; display: inline; > * { display: inline; margin-right: .3em; } } .conversations { tr:hover { background: #eee; } tr { border-bottom: 1px solid yellow; margin-bottom: 0.3em; .subject { // background: #ccc; flex-grow: 1; } } tr.state_unread { background: #fffdd2; } } // refers to number of messages in a conversation .count { display: inline; width: 30px; text-align: right; } .header { display: flex; align-items: center; .label { padding-right: 0.2em; } } .participants { width: 250px; padding-left: .3em; // border: 1px solid #999900; // background: #ffffcc; // border-radius: 5px; // padding: 5px; // display: inline; ul { display: inline; padding-left: 0; li { display: inline; } } } .second-header { a { margin: 0 1em; } } .select-all.chip { display: flex; border: 1px solid cyan; } .subject { margin: 0 1em; font-weight: bold; &:before { content: "Subj: "; } } }
Version data entries
10 entries across 10 versions & 1 rubygems