SearchMethodMenuItem.module.scss 166 B

123456789
  1. @use '@growi/core/scss/bootstrap/init' as bs;
  2. .search-method-menu-item :global {
  3. .method-range-explain{
  4. font-size: 14px;
  5. color: var(--bs-gray-500);
  6. }
  7. }