I tried adding an icon from font awesome to my html code. The icon ' question circle 'shows up in the UI part but I can't set the size through the CSS. Also I can't change the color of the icon in CSS.
<label htmlFor='vaccine' className='labelField' >
Preferred Vaccine
<i className="fa fa-question-circle"></i>
</label><br></br>
.fa fa-question-circle{
font-size: x-large;
}
<i className="fa fa-question-circle your_class"></i>