Sha256: 7d1d8a9da825bbaaa10873e0bbeac97e785702b0732f3e9812e0c53209686c7a

Contents?: true

Size: 1.27 KB

Versions: 2

Compression:

Stored size: 1.27 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;
      }
    }
  }

  .subheader {
    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

2 entries across 2 versions & 1 rubygems

Version Path
ish_manager-0.1.8.509 app/assets/stylesheets/ish_manager/email_conversations.scss
ish_manager-0.1.8.508 app/assets/stylesheets/ish_manager/email_conversations.scss