client-update

changes

changes1

page-changes

lock

color

changes-2

footer

page

toggle-remove

display-dropdown

changes

card-changes

card

changes-button

chnages-article

pages

page-404-fix

breadcrumbs-fix

remove drop-down

Apply fixes from StyleCI

buttons

fixes

existing-fix

changes-3

Apply fixes from StyleCI

changes-4
This commit is contained in:
noor
2023-04-13 15:32:30 +05:30
committed by RafficMohammed
parent c5b317db7e
commit 92d0f9cd48
62 changed files with 4820 additions and 749 deletions

11
public/lb-faveo/js/custom.js vendored Normal file
View File

@@ -0,0 +1,11 @@
function myFunction() {
var element = document.body;
element.classList.toggle("dark-mode");
}
$(document).ready(function(){
$('.navbar-login i').click(function(){
$('#login-form').toggleClass('show');
$(this).toggleClass('addrotate');
});
});