Inserting FontAwesome Icons in a react app for pseudo element
Following is my css file: @import '~font-awesome/css/font-awesome.min.css'; .btn { position: relative; text-align: center; border-radius: 100% 0 0 100% !important; height: 35px; width: 35px; font-size: 12px !important; background-color:...
Jun 3, 2018BC