/*
 * New theme for the project's default CSS
 * Date: 04/10/2021
 */
 
 
/*buttons */

.default__btn-green {
    background: transparent linear-gradient(90deg, #27D9CB 0%, #A1F266 100%);
}

.default__btn-blue {
    background-color: #23BBFF;
}

