Open cristnascimento opened 4 years ago
Check login page, it is working properly. The difference is that login is using "row" class and register is using "card" class.
The original HTML file uses class "bg-gradient-primary" on body element. Here we are trying to adapt it to a div. As the last resource to fix the white background problem we can bring that class back to the body and then we could use a conditional to apply it if the requested page is register or login.