Skip to content

Instantly share code, notes, and snippets.

@aslamahamed13
Created May 19, 2020 10:54
Show Gist options
  • Save aslamahamed13/bbbd0559eb759dd0813cfaf85c8b46e2 to your computer and use it in GitHub Desktop.
Save aslamahamed13/bbbd0559eb759dd0813cfaf85c8b46e2 to your computer and use it in GitHub Desktop.
Front - Check icon css
.fgb-pricing-interactive-1.style-2 .list-group li:before {
font-family: "Font Awesome 5 Free";
content: "\f00c";
vertical-align: middle;
font-weight: 900;
font-size: 0.75rem;
width: 1.5rem;
height: 1.5rem;
background-color: rgba(55, 125, 255, 0.1);
margin-right: 1rem !important;
border-radius: 50%;
text-align: center;
padding: 4px;
color: #377dff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment