.mmui-dropzone {
  border: 2px dashed $mm-neutral-gray-30;
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 12px;
  flex-direction: column;
}

.mmui-file-input-wrapper {
  input[type="file"] {
    border: 2px dashed $mm-neutral-gray-30;
    width: 100%;
    padding: 20px;
  }
}