Matthieu Bessat
79e1dc3aa1
All checks were successful
Deploy workflow / deploy (push) Successful in 17s
11 lines
296 B
SCSS
11 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
|
|
}
|