Sha256: 29f829fcf030655b14dceef5a6106cf9a9d4acb00c6a548a6b1771e3221852f9

Contents?: true

Size: 1.71 KB

Versions: 1

Compression:

Stored size: 1.71 KB

Contents

.popup_feedback {
  width: 90%;
  padding-left: 3%;
  padding-right: 3%;

  .popup_close {
    top: 10px;
    right: 10px;
    z-index: 10;
  }

  .popup_title {

    h2 {
      font-size: 20px;
      line-height: 24px;

      span {
        font-size: 14px;
        display: block;
      }
    }
  }

  .popup_feedback_ranked {

    p {
      width: 100%;
      text-align: center;
      margin-bottom: 10px;
    }
  }

  .popup_feedback_links {
    margin-top: 0;

    .button {
      width: 100%;
      margin: 0 0 10px 0;

      + .button {
        margin-bottom: 0;
      }
    }
  }

  &.popup_violation {

    .violation_content {

      strong {
        font-size: 15px;
        line-height: 15px;
      }

      .field_item {

        label {
          width: 80%;
          text-align: left;
          line-height: 16px;
        }

        + .field_item {
          margin-bottom: 0;
        }
      }

      .revision_deadline {
        padding-left: 0;

        .picker_filed {
          width: 48%;
          margin-right: 0;

          input:not([type="submit"]) {
            width: 100%;
          }

          + .picker_filed {
            float: right;
          }
        }

        .ui-datepicker-trigger {
          top: 23px;
        }
      }
    }

    .popup_feedback_links {
      margin-top: 15px;

      .button {
        width: 48%;
        float: left;

        + .button {
          float: right;
        }
      }
    }
  }
}

.popup_feedback_status {

  &.feedback_done {

    > span {
      font-size: 20px;
      line-height: 20px;
    }
  }

  > span {
    font-size: 28px;
    line-height: 30px;
  }

  .button {
    width: 100%;
  }
}

.popup_feedback_ranked {

  .rating_cabinet {
    margin: 0 10px;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
translation_cms-0.1.5 app/assets/stylesheets/cabinet/mobile/popups/_feedback.scss