Jump to content

turn pip into stars


AmericanRev2

Recommended Posts

/* ======================================================== */
/* PIP PIP */
.ipsPip {
	font-size: 10px;
	color: #5a5a5a;
	display: inline-block;
}
html[dir="ltr"] .ipsPip {
	margin-right: 2px;
}
html[dir="rtl"] .ipsPip {
	margin-left: 2px;
}

	.ipsPip:before {
		content: '\f111';
		font-family: 'FontAwesome';
	}

Maybe its the \f111 ?

Got it...

952993610_ScreenShot2019-11-02at2_36_58PM.thumb.png.ccbd7adbd382099e0c89a1159546148d.png

http://astronautweb.co/snippet/font-awesome/

the code is at the bottom of the engagement.css 

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...