Hi
I have below code . In Style.Css i have written below code but it is not getting implemented.
.fa fa-check {
font-size:48px;
color:red;
}
@if(item.IsActive)
{
}
Thanks
Rijwan AnsariPosted Jul 11, 2021, 5:00 PM
Md SarfarajPosted Jul 11, 2021, 4:25 AM
Font awesome icon comes up with before and after, so you need to add before or after in your class.
Then it will work
vishwas prajapatiPosted Jul 10, 2021, 4:54 PM
color:red;
color:red;
Smit ThakurPosted Jun 19, 2021, 5:26 AM
Add this CSS:
.fa-check {
font-size: 48px;
color: red;
}
Sachin SinghPosted Jun 18, 2021, 11:12 AM
Sachin SinghPosted Jun 18, 2021, 11:00 AM
Sachin SinghPosted Jun 18, 2021, 9:47 AM