_recent-changes.scss 845 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .grw-sidebar-content-header {
  2. .grw-btn-reload-rc {
  3. font-size: 18px;
  4. }
  5. .grw-recent-changes-resize-button {
  6. font-size: 12px;
  7. transform: translateY(4px);
  8. .custom-control-input:not(:checked) + .custom-control-label::before {
  9. padding-left: 16px;
  10. content: 'L';
  11. }
  12. .custom-control-input:checked + .custom-control-label::before {
  13. padding-left: 5px;
  14. content: 'S';
  15. }
  16. }
  17. }
  18. .list-group {
  19. .list-group-item {
  20. .grw-recent-changes-item-lower {
  21. height: 17.5px;
  22. }
  23. .footstamp-icon {
  24. svg {
  25. width: 14px;
  26. height: 14px;
  27. transform: translateY(-3.5px);
  28. }
  29. }
  30. .grw-list-counts {
  31. height: 14px;
  32. font-size: 12px;
  33. }
  34. .grw-formatted-distance-date {
  35. font-size: 10px;
  36. }
  37. .icon-lock {
  38. font-size: 14px;
  39. }
  40. }
  41. }