Restructure project: add base theme and all modules like example
This commit is contained in:
14
theme/modules/forgot-password.css
Normal file
14
theme/modules/forgot-password.css
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
Этот модуль убирает кнопку "Забыли пароль" со страницы входа.
|
||||
Полезно если используется сторонняя система управления пользователями.
|
||||
Может использоваться как отдельный модуль.
|
||||
*/
|
||||
|
||||
#btnResetPassword,
|
||||
.btnForgotPassword {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
#loginPage {
|
||||
max-height: 450px;
|
||||
}
|
||||
Reference in New Issue
Block a user