1
0
Fork 0
arangodb/js/apps/system/aardvark/frontend/scss/_jsonEditor.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%;
}