Hi I’m working on the customization of the universal login form but running into issues getting css to apply to elements I add myself to the form. When I apply css to default login form elements it works fine but when I add something like this myself:
<p className="test">header-auth0</p>
then the CSS like this for example
.test{
font-size: 1000px;
}
the css never seems to apply. Just wondering is there limitations on how you can use CSS on elements that you add yourself, or is it a limitation of my account?