@import "ScrollLoadDirectivePage";
@import "PopoverDirectivePage";

.tutorial-page {
  > .tutorial-section.parameters {
    > .content {
      .form-field {
        white-space: nowrap;
      }
      .form-input {
        width: 100%;
      }
    }
  }
  > .tutorial-section.test {
    .content {
      display: inline-block;

      > div > label {
        display: block;
      }

      > div > div {
        text-indent: 3em;

        > label {
          text-indent: 1em;
        }
      }

      .content-test {
        > div > * {
          text-indent: 0;
        }
      }
    }
  }
}
