@import "~frontend-react-components/build/react-components.css";
@import "styles/common.scss";
@import "components/**/*.scss";

.DismissibleAlert {
    margin: 10px 0;

    &-warning-subtitle,
    &-warning-description {
        color: $fox;
    }

    &-danger {
        background-color: $parrot-light;
    }

    &-danger-subtitle,
    &-danger-description {
        color: $parrot;
    }

    &-success-subtitle,
    &-success-description {
        color: $turtle;
    }

    .Icons-incomplete-alert {
        flex-shrink: 0;
    }
}
