Hi all,
Is there any doctype to configure the login page with a background image or other ways to achieve it like below?
Hi all,
Is there any doctype to configure the login page with a background image or other ways to achieve it like below?
Step 1: Add a css file inside your custom_app/public/css/custom_app.css.
Step 2: Define CSS file inside hooks.py under web_include_css
eg.
web_include_css = "/assets/custom_app/css/custom_app.css"
Step 3: Build your app using bench build --app custom_app
There was a tutorial about adding a video background to the login page. You can search it I think.
okay sure thanks
But do we need to handle responsive right, or frappe will do it internally?