mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-23 15:27:18 +00:00
49 lines
No EOL
851 B
CSS
49 lines
No EOL
851 B
CSS
.hide-navigation .md-sidebar--primary {
|
|
display: none;
|
|
}
|
|
|
|
.hide-toc .md-sidebar--secondary {
|
|
display: none;
|
|
}
|
|
|
|
#toggle-toc {
|
|
margin: 10px 5px;
|
|
padding: 5px 10px;
|
|
color: grey;
|
|
outline: none;
|
|
background-color: initial;
|
|
border-color: grey;
|
|
/* border: none; */
|
|
cursor: pointer;
|
|
float: right;
|
|
}
|
|
|
|
#toggle-toc:hover {
|
|
color: #5C6BC0;
|
|
border-color: #5C6BC0;
|
|
}
|
|
|
|
|
|
/* Additional styling for positioning the buttons next to each other */
|
|
#toggle-navigation {
|
|
margin: 10px 5px;
|
|
padding: 5px 10px;
|
|
color: grey;
|
|
outline: none;
|
|
background-color: initial;
|
|
border-color: grey;
|
|
/* border: none; */
|
|
cursor: pointer;
|
|
float: left;
|
|
}
|
|
|
|
#toggle-navigation:hover {
|
|
color: #5C6BC0;
|
|
border-color: #5C6BC0;
|
|
}
|
|
|
|
.clearfix::after {
|
|
content: "";
|
|
display: table;
|
|
clear: both;
|
|
} |