Sha256: f9b905b983e86d27ad9d8d10aa0ecd351d3d48e9274b8aee21100248e0b8a2af

Contents?: true

Size: 873 Bytes

Versions: 1

Compression:

Stored size: 873 Bytes

Contents

.email-conversations-index,
.email-conversations-show {

  .messages {
    // border: 1px solid red;

    padding-left: 0;

    list-style-type: none;

    li {

      margin-bottom: 0.2em;

      // clear: both;

      .date {
        // border: 1px solid orange;

        width: 120px;
        float: left;
      }

      .preview {
        // border: 1px solid gold;

        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;

      }
    }
  }

  .participants {
    border: 1px solid #999900;
    background: #ffffcc;
    border-radius: 5px;
    padding: 5px;
    display: inline;

    ul {
      display: inline;
      padding-left: 0;
      li {
        display: inline;
      }
    }
  }

}

.email-conversations-show {
  .header {
    display: flex;
    align-items: baseline;

    .label {
      padding-right: 0.2em;
    }
  }


}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ish_manager-0.1.8.355 app/assets/stylesheets/ish_manager/email_conversations.scss