/* ===================================================================== */
/*                               File.css                                */
/* � 2020  Dunin Technologie Inc.                                        */
/* ===================================================================== */

/* - D�FINITION -------------------------------------------------------- */
/* S�lections de fichiers.                                               */
/* --------------------------------------------------------------------- */

/* - NOTES ------------------------------------------------------------- */
/* --------------------------------------------------------------------- */


.ActFile
  {
    flex-direction: column;
  }

.FileDrop
  {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    border: dashed 1px var(--couleurBordureFileDrop);
    min-height: 140px;
  }