vmems-website/assets/sass/nav.scss
Matthieu Bessat 79e1dc3aa1
All checks were successful
Deploy workflow / deploy (push) Successful in 17s
fix(nav): no-js header menu
2024-08-13 14:28:55 +02:00

12 lines
296 B
SCSS

/* bs3: mobile navbar without js custom
* ------------------------------------
* show the collapse when navbar toggle is checked */
#navbar-toggle-cbox:checked ~ .collapse {
display: block;
}
/* the checkbox used only internally; don't display it */
#navbar-toggle-cbox {
display:none
}