OutboundFormModal.css 288 B

123456789101112131415161718
  1. .item-heading {
  2. display: flex;
  3. align-items: center;
  4. justify-content: space-between;
  5. gap: 8px;
  6. font-weight: 500;
  7. opacity: 0.85;
  8. }
  9. .sniffing-options {
  10. display: flex;
  11. flex-wrap: wrap;
  12. gap: 8px 16px;
  13. }
  14. .sniffing-options .ant-checkbox-wrapper {
  15. margin-inline-start: 0;
  16. }