koblog/bl-kernel/admin/themes/booty/css/bludit.css

91 lines
1.2 KiB
CSS
Raw Normal View History

2018-05-02 19:59:45 +02:00
html {
font-size: 0.9rem;
2018-07-11 23:36:46 +02:00
}
2019-05-18 11:54:39 +02:00
/*
Left sidebar
2019-05-18 11:54:39 +02:00
*/
2020-11-30 22:00:54 +01:00
div.sidebar .nav-item a {
padding-left: 0;
padding-right: 0;
padding-top: 5px;
padding-bottom: 5px;
2019-05-18 11:54:39 +02:00
}
div.sidebar .nav-item h4 {
font-size: 1.2em;
text-transform: uppercase;
font-weight: 400;
margin-top: 10px;
}
2020-11-30 22:00:54 +01:00
2019-05-18 11:54:39 +02:00
/*
Editor
2019-05-18 11:54:39 +02:00
*/
#btnCurrenType {
cursor: pointer;
2019-05-18 11:54:39 +02:00
}
/*
OLD >>>>>>>>>
*/
2019-05-18 11:54:39 +02:00
2020-11-30 22:00:54 +01:00
2019-05-18 11:54:39 +02:00
/*
AUTOCOMPLETE SEARCH
*/
2020-11-30 22:00:54 +01:00
2019-05-18 11:54:39 +02:00
.search-suggestion {
2020-11-30 22:00:54 +01:00
padding: 5px;
2019-05-18 11:54:39 +02:00
}
.search-suggestion-options {
2020-11-30 22:00:54 +01:00
font-size: 0.9em;
padding-top: 2px;
2019-05-18 11:54:39 +02:00
}
.list-group-sortable {
2020-11-30 22:00:54 +01:00
cursor: pointer;
}
2018-06-05 23:50:03 +02:00
2018-10-30 16:12:44 +01:00
2018-05-16 23:17:41 +02:00
/*
PLUGINS
*/
2018-10-30 16:12:44 +01:00
2018-05-16 23:17:41 +02:00
.plugin-form label {
2020-11-30 22:00:54 +01:00
display: block;
margin-top: 1rem !important;
2018-05-16 23:17:41 +02:00
}
.plugin-form input[type="text"],
.plugin-form textarea,
.plugin-form select {
2020-11-30 22:00:54 +01:00
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;
2018-05-16 23:17:41 +02:00
}
.plugin-form textarea {
2020-11-30 22:00:54 +01:00
min-height: 120px;
2018-05-16 23:17:41 +02:00
}
.plugin-form span.tip {
2020-11-30 22:00:54 +01:00
display: block;
font-size: 80%;
font-weight: 400;
margin-top: .25rem;
color: #6c757d !important;
2018-05-16 23:17:41 +02:00
}