You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

settings-personal.scss 924B

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