_recent-changes.scss 832 B

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