index.module.css 287 B

12345678910111213141516
  1. .filter-header-layout {
  2. width: 100%;
  3. display: flex;
  4. justify-content: space-between;
  5. .left {
  6. margin-right: 16px;
  7. /* background: wheat; */
  8. flex-grow: 1;
  9. }
  10. .right {
  11. /* background: antiquewhite; */
  12. flex-shrink: 0;
  13. }
  14. }