Sha256: 8bd0cbeb4e19b338601a81aeeb5c8d776e94f14ab765798f2937e50f35103781

Contents?: true

Size: 1.56 KB

Versions: 34

Compression:

Stored size: 1.56 KB

Contents

.alert{
    border: 0;
    color: $white;

    .alert-link{
      color: $white;
    }

    &.alert-success{
      background-color: darken($success, 10%);
    }

    i.fa,
    i.tim-icons{
        font-size: $font-paragraph;
    }

    .close{
        color: $white;
        opacity: .9;
        text-shadow: none;
        line-height: 0;
        outline: 0;
    }

    span[data-notify="icon"]{
      font-size: 22px;
      display: block;
      left: 19px;
      position: absolute;
      top: 50%;
      margin-top: -11px;
    }

    button.close{
      position: absolute;
      right: 15px;
      top: 50%;
      margin-top: -13px;
      width: 25px;
      height: 25px;
      padding: 3px;
    }

    .close ~ span{
        display: block;
        max-width: 89%;
    }

    &.alert-with-icon{
        padding-left: 65px;
    }
}

.alert-dismissible {
    .close {
        top: 50%;
        right: $alert-padding-x;
        padding: 0;
        transform: translateY(-50%);
        color: rgba($white, .6);
        opacity: 1;

        &:hover,
        &:focus {
            color: rgba($white, .9);
            opacity: 1 !important;
        }

        @include media-breakpoint-down(xs) {
            top: 1rem;
            right: .5rem;
        }

        &>span:not(.sr-only) {
            font-size: 1.5rem;
            background-color: transparent;
            color: rgba($white, .6);
        }

        &:hover,
        &:focus {
            &>span:not(.sr-only) {
                background-color: transparent;
                color: rgba($white, .9);
            }
        }
    }
}

Version data entries

34 entries across 34 versions & 3 rubygems

Version Path
viniBaxter-desk_front-31.0.0 lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_alerts.scss
viniBaxter-desk_front-30.0.1 lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_alerts.scss
viniBaxter-desk_front-26 lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_alerts.scss
viniBaxter-desk_front-25.1 lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_alerts.scss
viniBaxter-desk_front-25 lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_alerts.scss
viniBaxter-desk_front-24.0.0 lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_alerts.scss
viniBaxter-desk_front-22.0.0 lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_alerts.scss
viniBaxter-desk_front-21.0.0 lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_alerts.scss
viniBaxter-desk_front-20.0.0 lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_alerts.scss
viniBaxter-desk_front-19.0.0 lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_alerts.scss
viniBaxter-desk_front-18.0.0 lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_alerts.scss
viniBaxter-desk_front-17.0.0 lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_alerts.scss
viniBaxter-desk_front-16.0.0 lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_alerts.scss
viniBaxter-desk_front-15.0.0 lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_alerts.scss
viniBaxter-desk_front-14.0.0 lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_alerts.scss
viniBaxter-desk_front-13.0.0 lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_alerts.scss
viniBaxter-desk_front-12.0.0 lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_alerts.scss
viniBaxter-desk_front-11.0.0 lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_alerts.scss
viniBaxter-desk_front-10.0.0 lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_alerts.scss
viniBaxter-desk_front-0.7.0 lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_alerts.scss