Sha256: c75d6e6d8d79cddfe10bd0ace10b8e4af5d0458c4b3ae33c122df52ce3630bba

Contents?: true

Size: 871 Bytes

Versions: 1

Compression:

Stored size: 871 Bytes

Contents

.new_issues {

  .field_item {

    > label {
      width: 100%;
      margin-right: 0;
      text-align: left;
    }

    textarea {
      width: 670px;
    }

    .field_item_content {
      width: 670px;
    }
  }
}

.issues_chat {

  .issues_chat_title_item {
    padding: 10px 0;
    text-align: center;

    &:first-child {
      width: 25%;
    }

    &:nth-child(2) {
      width: 40%;
    }

    &:nth-child(3) {
      border-right: none;
      width: 35%;
    }

    span {
      float: none;
      display: inline-block;
      vertical-align: top;
    }

    p {
      float: none;
      display: inline-block;
      vertical-align: top;
    }
  }

  .issues_chat_title {

    &.issues_chat_title_with_id {

      .issues_chat_title_item {
        width: 50%;

        &:nth-child(3) {
          border-right: #C1C4D1 1px solid;
        }
      } 
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
translation_cms-0.1.5 app/assets/stylesheets/cabinet/tablet/parts/_issues.scss