burger rename
This commit is contained in:
parent
5e1c4bced1
commit
57b057a5f5
4 changed files with 12 additions and 12 deletions
|
@ -92,11 +92,11 @@ button {
|
|||
}
|
||||
}
|
||||
|
||||
// burger button
|
||||
// nav "burger" button
|
||||
// active it with a JS toggle-class to .is-active
|
||||
// recommanded HTML : <button class="button-burger" type="button" role="button" aria-label="open/close navigation"><i></i></button>
|
||||
// recommanded HTML : <button class="nav-button" type="button" role="button" aria-label="open/close navigation"><i></i></button>
|
||||
// see doc : https://knacss.com/styleguide.html#buttons
|
||||
.button-burger {
|
||||
.nav-button {
|
||||
padding: 0;
|
||||
background-color: transparent;
|
||||
outline: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue