@require './Modal.styl';

.MessageModal {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #051f34;
  top: 0;
  left: 0;
  z-index: 10;

  &Bg {
    background: url('/public/img/letter.png')
    width: 100%;
    height: 90vh;
    background-size: cover;
    background-position: center;
  }
}

.AddResume {
  float: left;
  display: flex;
  align-items: center;
  cursor: pointer;

  &Text {
    color: #8fd6ff;
    width: 50px;
    font-size: 12px;
    margin-left: 8px;
    text-align: left;
  }
}

.ModalDropzone {
  width: auto;
  height: auto;
  border: none;
}
