90 lines
1.2 KiB
CSS
90 lines
1.2 KiB
CSS
html {
|
|
font-size: 0.9rem;
|
|
}
|
|
|
|
/*
|
|
Left sidebar
|
|
*/
|
|
|
|
div.sidebar .nav-item a {
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
padding-top: 5px;
|
|
padding-bottom: 5px;
|
|
}
|
|
|
|
div.sidebar .nav-item h4 {
|
|
font-size: 1.2em;
|
|
text-transform: uppercase;
|
|
font-weight: 400;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
/*
|
|
Editor
|
|
*/
|
|
#btnCurrenType {
|
|
cursor: pointer;
|
|
}
|
|
|
|
/*
|
|
OLD >>>>>>>>>
|
|
*/
|
|
|
|
|
|
/*
|
|
AUTOCOMPLETE SEARCH
|
|
*/
|
|
|
|
.search-suggestion {
|
|
padding: 5px;
|
|
}
|
|
|
|
.search-suggestion-options {
|
|
font-size: 0.9em;
|
|
padding-top: 2px;
|
|
}
|
|
|
|
.list-group-sortable {
|
|
cursor: pointer;
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
PLUGINS
|
|
*/
|
|
|
|
.plugin-form label {
|
|
display: block;
|
|
margin-top: 1rem !important;
|
|
}
|
|
|
|
.plugin-form input[type="text"],
|
|
.plugin-form textarea,
|
|
.plugin-form select {
|
|
display: block;
|
|
width: 100%;
|
|
padding: .375rem .75rem;
|
|
font-size: 1rem;
|
|
line-height: 1.5;
|
|
color: #495057;
|
|
background-color: #fff;
|
|
background-clip: padding-box;
|
|
border: 1px solid #ced4da;
|
|
border-radius: .25rem;
|
|
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
|
|
}
|
|
|
|
.plugin-form textarea {
|
|
min-height: 120px;
|
|
}
|
|
|
|
.plugin-form span.tip {
|
|
display: block;
|
|
font-size: 80%;
|
|
font-weight: 400;
|
|
margin-top: .25rem;
|
|
color: #6c757d !important;
|
|
}
|
|
|