89 lines
1.3 KiB
CSS
89 lines
1.3 KiB
CSS
|
|
html {
|
|
font-size: 0.9em;
|
|
}
|
|
|
|
/*
|
|
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;
|
|
}
|
|
|
|
/*
|
|
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;
|
|
} |