1
0

scenarios.css.scss 213 B

123456789101112131415
  1. .scenario-import {
  2. .agent-import-list {
  3. .agent-import {
  4. margin-bottom: 20px;
  5. .instructions {
  6. margin-bottom: 10px;
  7. }
  8. .current {
  9. font-weight: bold;
  10. }
  11. }
  12. }
  13. }