_problem.scss 412 Bytes
Newer Older
1
section.problem-new, section.problem-edit {
2 3 4 5 6
  > section {
    textarea {
      @include box-sizing(border-box);
      display: block;
      width: 100%;
7 8
    }

9 10 11 12 13 14
    div.preview {
      background: #eee;
      @include box-sizing(border-box);
      height: 40px;
      padding: 10px;
      width: 100%;
15 16
    }

17 18 19 20
    a.save {
      @extend .button;
      @include inline-block();
      margin-top: 20px;
21 22 23 24
    }
  }
}