﻿@import "./variables.css";

.file-upload {
    color: var(--ink);
}

.width104 {
    width: 104%;
}

.width7 {
    width: 7em;
}

.review-form {
    height: 20em;
    overflow-y: scroll;
    padding: 5px 0 0 5px;
}

.droptarget {
    display: flex;
    background-color: var(--soft-white);
    width: 20em;
    height: 10em;
    align-items: center;
    justify-content: center;
}