cristnascimento / react-project

0 stars 0 forks source link

Fix white background before register form #17

Open cristnascimento opened 4 years ago

cristnascimento commented 4 years ago

image

cristnascimento commented 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.

image

cristnascimento commented 4 years ago

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.