Guest User

Untitled

a guest
Jan 20th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. .page-clips .section-capture {
  2. background: -webkit-linear-gradient(top, #1894e1, #241ca2);
  3. background: linear-gradient(to bottom, #1894e1, #241ca2);
  4. }
  5.  
  6. .page-clips .section-titles {
  7. background: -webkit-linear-gradient(top, #1ad3bf, #11c36d);
  8. background: linear-gradient(to bottom, #1ad3bf, #11c36d);
  9. }
  10.  
  11. .page-clips .section-filters {
  12. background: -webkit-linear-gradient(top, #fbe659, #f7a10c);
  13. background: linear-gradient(to bottom, #fbe659, #f7a10c);
  14. }
  15.  
  16. .page-clips .section-in-sync {
  17. background: -webkit-linear-gradient(top, #67bfcb, #367fbf);
  18. background: linear-gradient(to bottom, #67bfcb, #367fbf);
  19. }
  20.  
  21. .page-clips .section-share {
  22. background: -webkit-linear-gradient(top, #fe6969, #de4072);
  23. background: linear-gradient(to bottom, #fe6969, #de4072);
  24. }
Add Comment
Please, Sign In to add comment