I have customized my tutor dev that looks almost exactly like what I wanted. I forked Authn and Profile MFEs repos, mounted and customized them. Everything seems to work fine, but when I deployed tutor local launch on the server, I created plugins for both Authn and Profile to load them from my git repo. I did all tutor images build mfe and relaunch.
What’s different is it seems indigo overrides all the styles of my customized MFEs. My customized MFEs styles only show up when I disable indigo plugin.
Anyone has any idea what I should do with tutor local to make it look the same as on my tutor dev or how I can set priority for MFE customization to be higher than indigo?
This is the .py plugin that I created. I called it myauthn.py.
I have 3 plugins that are enabled: indigo, mfe, and myauthn.
When I tutor images build mfe and tutor local launch with 3 of these plugins enabled, I can’t see my customized Authn changes, but when I disable indigo plugin, I’m able to see my customized Authn.
Is there any config that I need to set to let myauthn.py plugin override indigo styles of Login/Registration screen?
Also, for Sign in button, what I notice is that when I tutor local launch, with indigo enabled, myauthn plugin enabled, I see that _login.scss overrides my styles in _login_page.scss, but when I tutor dev launch with Authn mounted and indigo enabled, _login.scss not showing up.