mirror of https://gitee.com/bigwinds/arangodb
38 lines
669 B
SCSS
38 lines
669 B
SCSS
// TODO Needs to be cleaned up it is not so !important as it looks...
|
|
.jsoneditor {
|
|
background-color: $c-white !important;
|
|
border: 1px solid $c-semi-transp !important;
|
|
|
|
.menu {
|
|
background-color: $c-bar-bg !important;
|
|
border-bottom: 1px solid $c-semi-transp !important;
|
|
}
|
|
|
|
.search {
|
|
|
|
.frame {
|
|
border: 0 !important;
|
|
margin: 3px !important;
|
|
}
|
|
|
|
.results {
|
|
color: $c-white !important;
|
|
margin-top: 3px !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
.show-save-state {
|
|
@extend %pull-right;
|
|
color: #008000;
|
|
display: none;
|
|
font-weight: 300;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.document-editor {
|
|
height: 500px;
|
|
margin-bottom: 5px;
|
|
width: 100%;
|
|
}
|