// main: ../main.scss
// -----------------------------------------------------------------------------
// This file contains all styles related to the button component.
// -----------------------------------------------------------------------------

.dm-error-notice-admin {
    // background-color: $yellow;
    // padding: 10px 15px;
    // line-height: 1em;
    margin-top: 15px;
    color: $black;

    p {
        // margin: 0;
    }

    span {
        font-weight: bold;
    }
}