Restructure project: add base theme and all modules like example

This commit is contained in:
2026-02-15 19:25:13 +03:00
parent 22e6c07715
commit a49d90a98d
26 changed files with 1495 additions and 11 deletions

View File

@@ -0,0 +1,14 @@
/*
This module will remove the "Forgot Password" button from the login page.
This is useful if you have a third-party user management system.
This can be used as a standalone module.
*/
#btnResetPassword,
.btnForgotPassword {
display: none !important;
}
#loginPage {
max-height: 450px;
}