2014-09-02 18:07:02 +05:30
|
|
|
.file-editor {
|
|
|
|
#editor{
|
|
|
|
border: none;
|
|
|
|
@include border-radius(0);
|
|
|
|
height: 500px;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2015-09-25 12:07:36 +05:30
|
|
|
.ace_gutter-cell {
|
|
|
|
background-color: $background-color;
|
|
|
|
}
|
|
|
|
|
2014-09-02 18:07:02 +05:30
|
|
|
.cancel-btn {
|
|
|
|
color: #B94A48;
|
|
|
|
&:hover {
|
|
|
|
color: #B94A48;
|
|
|
|
}
|
|
|
|
}
|
2015-04-26 12:48:37 +05:30
|
|
|
|
|
|
|
.file-title {
|
|
|
|
@extend .monospace;
|
2015-12-23 02:04:40 +05:30
|
|
|
|
|
|
|
line-height: 42px;
|
|
|
|
padding-top: 7px;
|
|
|
|
padding-bottom: 7px;
|
2015-04-26 12:48:37 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.editor-ref {
|
|
|
|
background: $background-color;
|
2015-12-23 02:04:40 +05:30
|
|
|
padding-right: $gl-padding;
|
2015-09-25 12:07:36 +05:30
|
|
|
border-right: 1px solid $border-color;
|
2015-12-23 02:04:40 +05:30
|
|
|
display: block;
|
|
|
|
float: left;
|
2015-04-26 12:48:37 +05:30
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.editor-file-name {
|
2015-12-23 02:04:40 +05:30
|
|
|
@extend .monospace;
|
|
|
|
|
|
|
|
float: left;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
2015-09-25 12:07:36 +05:30
|
|
|
|
2015-12-23 02:04:40 +05:30
|
|
|
.new-file-name {
|
|
|
|
display: inline-block;
|
|
|
|
width: 450px;
|
|
|
|
float: left;
|
2015-09-25 12:07:36 +05:30
|
|
|
}
|
|
|
|
|
2015-12-23 02:04:40 +05:30
|
|
|
.select2 {
|
|
|
|
float: right;
|
2015-04-26 12:48:37 +05:30
|
|
|
}
|
2014-09-02 18:07:02 +05:30
|
|
|
}
|