RecentChangesSubstance.module.scss 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. @use '~/styles/mixins' as *;
  2. .grw-recent-changes-resize-button :global {
  3. line-height: normal;
  4. transform: translateY(-2px);
  5. }
  6. .list-group-item :global {
  7. font-size: 12px;
  8. .grw-recent-changes-skeleton-small {
  9. @include grw-skeleton-text($font-size: 14px, $line-height: 16px);
  10. max-width: 120px;
  11. }
  12. .grw-recent-changes-skeleton-h5 {
  13. @include grw-skeleton-h5;
  14. max-width: 120px;
  15. }
  16. .grw-recent-changes-skeleton-date {
  17. @include grw-skeleton-text($font-size: 10px, $line-height: 12px);
  18. width: 80px;
  19. }
  20. // For truncate-text
  21. .flex-grow-1 {
  22. min-width: 0;
  23. }
  24. .truncate-text {
  25. max-width: fit-content;
  26. }
  27. }
  28. .grw-recent-changes-item-lower :global {
  29. font-size: 12px;
  30. .material-symbols-outlined {
  31. font-size: 14px;
  32. }
  33. .grw-formatted-distance-date {
  34. font-size: 10px;
  35. }
  36. }
  37. // == Colors
  38. .grw-former-link a {
  39. --bs-link-opacity: 0.5;
  40. &:global {
  41. &:hover {
  42. --bs-link-opacity: 1;
  43. }
  44. }
  45. }
  46. .grw-recent-changes-item-lower :global {
  47. color: var(--bs-gray-500);
  48. }