I have multiple button tags in my code, but I need to style a specific one using CSS. How can I target this particular button and apply styles only to it while leaving the others unchanged? Do I need to assign the button to a variable and reference that variable in the CSS file? If so, how do I go about doing that?
Code:
<button class="btn btn-sm btn-icon" (click)="showInformation('SITE_TOPOGRAPHY')">
<clr-icon shape="help-info" class="is-solid"></clr-icon>
</button>