7
Answers

Styling not working

Ramco Ramco

Ramco Ramco

3y
607
1

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)
                                    {
                                        <i class='fa fa-check' ></i>
                                    }

Thanks

Answers (7)
Next Recommended Forum