Sha256: 4f1d3b5d69ae4423b64532c3ef05f931d0fe26061cbf38d7f52cc5d8057e19ce

Contents?: true

Size: 540 Bytes

Versions: 1

Compression:

Stored size: 540 Bytes

Contents

.uniformAlert{
    border-radius: 0.2em;
    border: 1px solid $gray;
    background: white;
    color: $gray;
    padding: 1em;
    
    p:last-of-type{
        margin-bottom: 0 !important;
    }
    
    &.green{
        border-color: $green;
        color: $green-dark;
        background: lighten($green, 40);
    }
    &.red{
        border-color: $red;
        color: $red;
        background: lighten($red, 40);
    }
    &.blue{
        border-color: $blue;
        color: $blue-dark;
        background: lighten($blue, 50);
    }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
uniform-ui-1.0 vendor/assets/stylesheets/uniform/components/alert.scss