You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.less 416B

123456789101112131415161718192021222324
  1. .dynamicInputVariable {
  2. background-color: #ebe9e950;
  3. :global(.ant-collapse-content) {
  4. background-color: #f6f6f657;
  5. }
  6. :global(.ant-collapse-content-box) {
  7. padding: 0 !important;
  8. }
  9. margin-bottom: 20px;
  10. .title {
  11. font-weight: 600;
  12. font-size: 16px;
  13. }
  14. .addButton {
  15. color: rgb(22, 119, 255);
  16. font-weight: 600;
  17. }
  18. }
  19. .addButton {
  20. color: rgb(22, 119, 255);
  21. font-weight: 600;
  22. }