sd-panel.module.scss 549 B

123456789101112131415161718192021222324252627282930313233
  1. .ctrl-param-item {
  2. display: flex;
  3. justify-content: space-between;
  4. min-height: 40px;
  5. padding: 10px 0;
  6. animation: slide-in ease 0.6s;
  7. flex-direction: column;
  8. .ctrl-param-item-header {
  9. display: flex;
  10. align-items: center;
  11. .ctrl-param-item-title{
  12. font-size: 14px;
  13. font-weight: bolder;
  14. margin-bottom: 5px;
  15. }
  16. }
  17. .ctrl-param-item-sub-title {
  18. font-size: 12px;
  19. font-weight: normal;
  20. margin-top: 3px;
  21. }
  22. }
  23. .ai-models{
  24. button{
  25. margin-bottom: 10px;
  26. padding:10px;
  27. width: 100%;
  28. }
  29. }