It looks like this question was already asked here but not answered.
In order to customize the CSS, the docs say to just edit the SCSS file. But as was mentioned in the previous post, if there’s a package update my edits will be overwritten.
What’s the best way to customize the CSS for the sign in widget?
I would like an answer to this as well. I’m going through the guides trying to set up the demos in TypeScript since I’m using Angular and I’m finding that some of the instructions in your guides absolutely do not work. The styles in login.component.css are completely ignored and when I try moving them to the base styles.css file, they’re also ignored.