Restructure project: add base theme and all modules like example
This commit is contained in:
14
example/modules/forgot-password.css
Normal file
14
example/modules/forgot-password.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user