gitlabhq/app/assets/stylesheets/sections/editor.scss

15 lines
198 B
SCSS
Raw Normal View History

2012-10-09 19:11:49 +02:00
.file-editor {
#editor{
height: 500px;
width: 90%;
position: relative;
margin-bottom: 20px;
}
textarea{
display: block;
width: 40%;
margin: 10px 0 10px 0;
}
}