PagePathHeader.module.scss 335 B

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