Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. .arrow-right-button-button:after {
  2. // find your icon in font awesome
  3. content: "f061";
  4.  
  5. // move and style it as you prefer
  6. vertical-align: bottom;
  7. margin-left: 5px;
  8. color: rgb(99, 99, 99);
  9.  
  10. // stuff necessary to make it work nicely
  11. font-family: FontAwesome;
  12. font-style: normal;
  13. font-weight: normal;
  14. font-size: medium;
  15. display: inline-block;
  16. -webkit-font-smoothing: antialiased;
  17. -moz-osx-font-smoothing: grayscale;
  18. text-rendering: auto;
  19. transform: translate(0,0);
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement