attribute-panel.component.scss 214 B

1234567891011
  1. .attribute-panel {
  2. display: flex;
  3. flex-direction: column;
  4. height: calc(100vh - 2.75rem);
  5. gap: 2rem;
  6. @media (height < 934px) {
  7. justify-content: space-between;
  8. gap: none;
  9. }
  10. }