cozy/cozy-mobile

View on GitHub
src/app/styles/components/_errors.styl

Summary

Maintainability
Test Coverage
// Errors
// ----------------------------------------------------------------------------

.error-msg
    margin 1em 0
    padding 1em

    background-color red
    border-radius 4px

    color white
    font-size 1em
    line-height 1.3

    a
        color white
        text-decoration underline

// notifications
.bar.bar-calm
    background-color grey-04
    border-color grey-04
    background-image none