Issue
I defined mt-5
class in component's .scss and the root styles.scss, but both got overwritten by _utilities.scss. Wondering why.
Angular v14, bootstrap 5.1.3
Solution
margin-top
in _utilities.scss
has !important
property.
More info: https://www.w3schools.com/css/css_important.asp
Answered By - bam
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.