Shinobi/web/libs/css/super.configEditor.css

67 lines
1.6 KiB
CSS

.better-json-editor h3 {
font-size: initial;
margin: 10px 10px 20px 0;
}
.better-json-editor h3 > span{
color: #bd4147;
background-color: #f8f9fa;
padding: 7px 10px;
border-radius: .25rem;
font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
margin-bottom: 5px;
}
.better-json-editor .well .well {
margin-left:20px;
}
.better-json-editor label, .better-json-editor .control-label {
color: #bd4147;
background-color: #f8f9fa;
padding: 7px 10px;
border-radius: .25rem;
font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
margin-bottom:5px;
}
.better-json-editor .floating-json {
padding: 10px;
border-radius: 5px;
border: 1px solid #E3E3E3;
}
.better-json-editor .form-group:nth-last-child(2) {
margin-bottom:0;
}
.better-json-editor table {
width: 100%!important;
margin-bottom: 10px;
overflow: hidden;
border-radius: 5px;
background: #fbfbfb;
}
.better-json-editor .floating-json textarea.form-control {
padding: 20px;
border-radius: 5px;
border: 1px solid #E3E3E3;
margin-bottom: 10px;
font-family: monospace;
}
.better-json-editor [class*="json-editor-btn"].badge {
margin: 0;
margin-right: 5px;
}
.better-json-editor .badge {
cursor: pointer;
outline: none;
}
.better-json-editor .row {
margin: 0;
}
.better-json-editor .row p:visible:last-child{
margin: 0;
}
.better-json-editor .row > div {
border: 1px solid #eee;
border-radius: 5px;
padding-top: 15px;
padding-bottom: 15px;
margin-bottom: 10px;
}