Skip to content
Snippets Groups Projects
lecturer-create-omp-view.component.css 316 B

.pre-scrollable {
  max-height: 80vh;
  overflow-x: hidden;
  scrollbar-base-color: red;
}

.create-form {
  margin-top: 1%;
  width: 50%;
}

#title-row {
  margin-top: 1%;
  margin-right: 0;
}

#details-row {
  margin-left: 5%;
}

#question-col {
  padding-right: 0;
  margin-right: 0;
}

#question-scrollbox {

}