UsersHomePageFooter.module.scss 191 B

1234567891011
  1. @use '@growi/ui/src/styles/molecules/page_list';
  2. .user-page-footer :global {
  3. .grw-user-page-list-m {
  4. svg {
  5. width: 35px;
  6. height: 35px;
  7. margin-bottom: 6px;
  8. }
  9. }
  10. }