I'm trying to overwrite the css of some angular material components. I read about /deep/ and :ng-deep no longer being used and so I was trying to add some code in styles.css. The only thing I'm able to do is add new properties to the class, not overwrite the ones that are already there.
Can you help me to overwrite this css?
---Update--- So I managed to change the padding using !important:
I would like to know if there is a better way of doing this and also why does it work?


