Fixed Menu Button (Still unnecessary code in resources->js->navmenu->menu.js)
This commit is contained in:
parent
1d08ddbf58
commit
ec8eba98c8
|
@ -469,6 +469,10 @@ a {
|
||||||
--toggleSize: 1.25rem;
|
--toggleSize: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hide {
|
||||||
|
display: block !important;
|
||||||
|
}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.13.1 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.13.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
|
|
|
@ -469,6 +469,10 @@ a {
|
||||||
--toggleSize: 1.25rem;
|
--toggleSize: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hide {
|
||||||
|
display: block !important;
|
||||||
|
}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.13.1 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.13.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
|
|
|
@ -36,5 +36,8 @@
|
||||||
// Checkboxes
|
// Checkboxes
|
||||||
@import "forms/checkboxes";
|
@import "forms/checkboxes";
|
||||||
|
|
||||||
|
// Hide/Show Menu
|
||||||
|
@import "general/hide";
|
||||||
|
|
||||||
@import "../vendor/font-awesome/fontawesome";
|
@import "../vendor/font-awesome/fontawesome";
|
||||||
@import "../vendor/font-awesome/solid";
|
@import "../vendor/font-awesome/solid";
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
.hide {
|
.hide {
|
||||||
color: yellow;
|
display: block !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue