settings-personal.scss 793 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. #fileSharingSettings h2 {
  2. display: inline-block;
  3. }
  4. #fileSharingSettings img {
  5. cursor: pointer;
  6. }
  7. #fileSharingSettings xmp {
  8. margin-top: 0;
  9. white-space: pre-wrap;
  10. }
  11. #fileSharingSettings .icon {
  12. background-size: 16px 16px;
  13. display: inline-block;
  14. position: relative;
  15. top: 3px;
  16. margin-left: 5px;
  17. }
  18. [class^="social-"], [class*=" social-"] {
  19. background-repeat: no-repeat;
  20. background-position: 8px;
  21. min-width: 16px;
  22. min-height: 16px;
  23. padding-left: 28px;
  24. background-size: 16px;
  25. }
  26. .social-diaspora {
  27. @include icon-color('social-diaspora', 'federatedfilesharing', $color-black);
  28. }
  29. .social-twitter {
  30. @include icon-color('social-twitter', 'federatedfilesharing', $color-black);
  31. }
  32. .social-facebook {
  33. @include icon-color('social-facebook', 'federatedfilesharing', $color-black);
  34. }