Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. /*css to add + and -*/
  2. .template-collection .sidebar__heading:after {
  3. content: "\2796";
  4. font-size: 13px;
  5. float: right;
  6. margin-left: 5px;
  7. }
  8.  
  9. .template-collection .sidebar__heading.active:after {
  10. content: '\02795';
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement