/* app/assets/stylesheets/application.css */

/*

 */

.flash {
    padding: 1rem;
    border-radius: 7px;
}

.notice {
    background-color: #EFF6FF;
    color: #1D4ED8;
}

.success {
    background-color: #F0FDF4;
    color: #1E693A;
}
