Advertisement
nfmohit

Untitled

Jan 19th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.82 KB | None | 0 0
  1. #buddypress #activity-stream .activity-meta .bp-primary-action.bpas-show-share-options {
  2.     o;
  3.     font-size: 0px;
  4.     letter-spacing: -1px;
  5.     color: transparent;
  6.     display: inline;
  7.     margin-left: -2px;
  8.     padding: 0;
  9.     margin: 0 5px;
  10.     background: transparent;
  11. }
  12.  
  13. #buddypress #activity-stream .activity-meta .bp-primary-action.bpas-show-share-options:before {
  14.     display: inline-block;
  15.     font: normal normal normal 14px/1 FontAwesome;
  16.     text-rendering: auto;
  17.     -webkit-font-smoothing: antialiased;
  18.     -moz-osx-font-smoothing: grayscale;
  19.     letter-spacing: normal;
  20.     content: "\f064";
  21.     background: transparent;
  22.     color: rgba(0,0,0,0.2);
  23.     font-size: 17px;
  24. }
  25.  
  26. #buddypress #activity-stream .activity-meta .bp-primary-action.bpas-show-share-options span {
  27.     margin-left: 4px !important;
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement