﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */

.drop-zone {
    margin: 8px 0;
    padding: 4px;
    width: 100%;
    min-height: 60px;
    border: 2px solid #008B8B;
    border-radius: 4px;
}

.drop-zone.hover {
    border-color: #0087F7;
}