summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/sections/editor.scss
blob: e8ecab62f87a2db62268cbc617c114b4d51a0d00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.file-editor {
  #editor{
    border: none;
    height: 500px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
  }
  .editor-commit-comment {
    padding-top:20px;
    textarea {
      width: 50%;
      margin-left: 20px;
    }
  }
}