_recent-changes.scss 784 B

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