Skip to content
Snippets Groups Projects
Commit c5c04c24 authored by Augustin Lemesle's avatar Augustin Lemesle
Browse files

try prettier menu

parent 3d7a0aed
No related branches found
No related tags found
1 merge request!11publis
Pipeline #28434 passed
This commit is part of merge request !11. Comments created here will be created in the context of that merge request.
...@@ -51,12 +51,15 @@ summary { ...@@ -51,12 +51,15 @@ summary {
text-align: center; text-align: center;
background: none; background: none;
cursor: pointer; cursor: pointer;
border-right: 4px solid #f7931c; border: 2px solid #f7931c;
border-left: 4px solid #f7931c; border-left: 2px solid #f7931c;
padding: 10px; padding: 10px;
border-radius: 16px;
} }
.nav-check:checked ~ .menu-button { .nav-check:checked ~ .menu-button {
border-left: none; border-left: none;
border-top: none;
border-bottom: none;
} }
.nav-check { .nav-check {
display: none; display: none;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment