@import "scss/base.scss";

.mt-polls {
  .mt-poll-settings {
    label:first-child {
      @extend .label;
    }
    input[type=checkbox] {
      width: 16px;
      height: 16px;
      border: 2px solid #E2E2E2;
      border-radius: 2px;
      -webkit-appearance: none;
      margin: 0 .6em 0 0;
      position: relative;
      top: 2px;

      &:checked {
        -webkit-appearance: checkbox;

        //@media screen and (max-width: 600px) {
        top: 0;
        //}
      }
    }

    label[for=question_1_poll_settings] {
      cursor: pointer;
    }
  }

  input.form-control {
    margin-top: .5em;
    height: 40px;
    border: 1px solid #D8D8D8;
    border-radius: 6px;
    width: 100%;
    font-size: 16px;
    padding-left: 8px;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-family: 'PT Sans', sans-serif;
  }
}
