PagePathHeader.module.scss 294 B

12345678910111213141516171819
  1. .page-path-header :global {
  2. input {
  3. min-width: 20px;
  4. min-height: unset;
  5. padding-top: 0;
  6. padding-bottom: 0;
  7. line-height: 1em;
  8. }
  9. .page-path-header-buttons {
  10. height: 0;
  11. .btn {
  12. width: 24px;
  13. height: 24px;
  14. transform: translateY(8px);
  15. }
  16. }
  17. }