Sha256: f22a88fbc99eae7949f33ce4bfc1179fb4a7a3e9218bccf2fba86a91c681f36f

Contents?: true

Size: 1.21 KB

Versions: 44

Compression:

Stored size: 1.21 KB

Contents

body > .notifications
{
    position: fixed;
    z-index: 60;
    top: 0;
    left:  30%;
    width: 40%;

    .notification
    {
        position: relative;

        background: $color-background-lighter;
        color: $color-text-lighter;

        border-radius: 0;

        @include font-size-larger;
        @include pop-up-shadow;

        padding:    steps(0.5) steps(3) steps(0.5) steps(1);
        margin-top: steps(1);
        text-shadow: none;

        &[data-type="success"]
        {
            background-color: $color-notification-success-background;
            color: $color-notification-success-text;
        }

        &[data-type="error"]
        {
            background-color: $color-notification-error-background;
            color: $color-notification-error-text;
        }

        > .icon
        {
            float: left;
            margin-left: steps(0.5);
            @include icon-large;
        }

        > .content
        {
            margin-left:  steps(3);
            margin-right: steps(3);
            text-align: center;
        }

        > .close
        {
            position: absolute;
            right: 0;
            top:   0;
        }

    }

}

.flash
{
    display: none;
}


Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
releaf-core-3.1.0 app/assets/stylesheets/releaf/layout/notifications.scss
releaf-core-3.0.3 app/assets/stylesheets/releaf/layout/notifications.scss
releaf-core-3.0.2 app/assets/stylesheets/releaf/layout/notifications.scss
releaf-core-3.0.1 app/assets/stylesheets/releaf/layout/notifications.scss
releaf-core-3.0.0 app/assets/stylesheets/releaf/layout/notifications.scss
releaf-core-2.2.1 app/assets/stylesheets/releaf/layout/notifications.scss
releaf-core-2.2.0 app/assets/stylesheets/releaf/layout/notifications.scss
releaf-core-2.1.2 app/assets/stylesheets/releaf/layout/notifications.scss
releaf-core-2.1.1 app/assets/stylesheets/releaf/layout/notifications.scss
releaf-core-2.1.0 app/assets/stylesheets/releaf/layout/notifications.scss
releaf-core-2.0.1 app/assets/stylesheets/releaf/layout/notifications.scss
releaf-core-2.0.0 app/assets/stylesheets/releaf/layout/notifications.scss
releaf-core-1.1.22 app/assets/stylesheets/releaf/layout/notifications.scss
releaf-core-1.1.21 app/assets/stylesheets/releaf/layout/notifications.scss
releaf-core-1.1.20 app/assets/stylesheets/releaf/layout/notifications.scss
releaf-core-1.1.19 app/assets/stylesheets/releaf/layout/notifications.scss
releaf-core-1.1.18 app/assets/stylesheets/releaf/layout/notifications.scss
releaf-core-1.1.17 app/assets/stylesheets/releaf/layout/notifications.scss
releaf-core-1.1.16 app/assets/stylesheets/releaf/layout/notifications.scss
releaf-core-1.1.15 app/assets/stylesheets/releaf/layout/notifications.scss