_video.scss 530 Bytes
Newer Older
1
section.video-new, section.video-edit {
2
  > section {
3

4 5 6 7
    section.upload {
      padding: 6px;
      margin-bottom: 10px;
      border: 1px solid #ddd;
8

9 10 11 12
      a.upload-button {
        @extend .button;
        @include inline-block();
      }
13 14
    }

15 16 17 18
    section.in-use {
      h2 {
        font-size: 14px;
      }
19

20 21 22 23
      div {
        background: #eee;
        text-align: center;
        padding: 6px;
24 25
      }
    }
26 27 28 29 30 31

    a.save-update {
      @extend .button;
      @include inline-block();
      margin-top: 20px;
    }
32 33
  }
}