/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.invoicer-message {
    margin-bottom: 1em;
    padding: 1em;
    border-left: 4px solid #46b450;
    background-color: #f7f7f7;
}

.invoicer-message.invoicer-error {
    border-left-color: #dc3232;
}

.invoicer-message.invoicer-success {
    border-left-color: #46b450;
}

#invoicer-actions .button.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
