53 lines
647 B
CSS
53 lines
647 B
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;
|
|
}
|
|
|
|
/*
|
|
NEW CONTENT / EDIT CONTENT
|
|
*/
|
|
|
|
.ql-container {
|
|
height: 360px;
|
|
font-size: 14px;
|
|
} |