Skip to content
Snippets Groups Projects

publis

Merged Julien Signoles requested to merge feature/julien/publis into master
1 file
+ 5
2
Compare changes
  • Side-by-side
  • Inline
@@ -51,12 +51,15 @@ summary {
text-align: center;
background: none;
cursor: pointer;
border-right: 4px solid #f7931c;
border-left: 4px solid #f7931c;
border: 2px solid #f7931c;
border-left: 2px solid #f7931c;
padding: 10px;
border-radius: 16px;
}
.nav-check:checked ~ .menu-button {
border-left: none;
border-top: none;
border-bottom: none;
}
.nav-check {
display: none;
Loading