BigW Consortium Gitlab

modal.scss 276 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
.modal-body {
  position: relative;
  overflow-y: auto;
  padding: 15px;

  .form-actions {
    margin: -$gl-padding+1;
    margin-top: 15px;
  }

  .text-danger {
    font-weight: bold;
  }
}

body.modal-open {
  overflow: hidden;
}

.modal .modal-dialog {
  width: 860px;
}