﻿/* foglio di stile drag & drop */

.action-btn {
    background: linear-gradient(181deg, rgb(49 126 155) 0%, rgba(46,56,86,1) 100%);
    color: white;
    border: 1px;
    border-style: solid;
    border-color: darkslategrey;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    transition: 0.2s;    
}

.custom-shadow {
    box-shadow: 2px 2px 8px 0px rgba(89, 167, 197, 1);
}