.DeleteBomModalComponent {
  .DeleteBomModal-content {
    font-size: 13px;
    padding-bottom: 10px;

    > h3 {
      font-size: 18px;
      margin-top: 5px;
      margin-bottom: 5px;
    }
  }

  &-message {
    padding: 20px 0 25px 20px;
  }

  .warning {
    font-size: 15px;
  }
}

.Modal-height {
  height: 11em;
}
