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

89 lines
1.3 KiB
CSS
Raw Normal View History

2018-05-02 19:59:45 +02:00
html {
font-size: 0.9em;
}
2018-05-08 00:15:40 +02:00
/*
ALERT
*/
#alert {
display: none;
position: absolute;
right: 0px;
padding: 16px 90px;
border-radius: 0px;
border: 0;
}
/*
SIDEBAR
*/
div.sidebar .nav-item a {
padding-left:0;
padding-right:0;
color: #777;
padding-top: 5px;
padding-bottom: 5px;
}
div.sidebar .nav-item a:hover {
text-decoration: underline;
}
div.sidebar .nav-item h4 {
font-size: 1.3em;
text-transform: uppercase;
font-weight: 400;
margin-top: 10px;
}
div.sidebar .nav-item span.oi {
color: #000;
font-size: 0.8em;
padding-right: 5px;
}
2018-05-16 23:17:41 +02:00
/*
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;
}
/*
NEW CONTENT / EDIT CONTENT
*/
.ql-container {
height: 360px;
font-size: 14px;
}