RecentChangesSubstance.module.scss 1.2 KB

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