403Webshell
Server IP : 108.170.25.35  /  Your IP : 18.223.210.67
Web Server : Apache/2
System : Linux gains.winzonesoftech.com 4.18.0-513.24.1.el8_9.x86_64 #1 SMP Mon Apr 8 11:23:13 EDT 2024 x86_64
User : studio ( 1434)
PHP Version : 8.1.28
Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/studio/public_html/admin/scss/components/ui/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/studio/public_html/admin/scss/components/ui/_ui-alert.scss

.alert-square{
    border-radius: 0px;
}

.alert-rounded{
    border-radius: 30px;
}

// Basic Alert


.alert-primary{
    background: lighten($primary, 25%);
    border-color: lighten($primary, 25%);
    color: $primary;
}

.alert-secondary{
    background: lighten($secondary, 25%);
    border-color: lighten($secondary, 25%);
    color: $secondary;
}


.alert-success{
    background: lighten($success, 32%);
    border-color: lighten($success, 32%);
    color: $success;
}

.alert-warning{
    background: lighten($warning, 25%);
    border-color: lighten($warning, 25%);
    color: $warning;
}

.alert-danger{
    background: lighten($danger, 25%);
    border-color: lighten($danger, 25%);
    color: $danger;
}

.alert-info{
    background: lighten($info, 25%);
    border-color: lighten($info, 25%);
    color: $info;
}

.alert-dark{
    background: lighten($dark, 60%);
    border-color: lighten($dark, 60%);
    color: $dark;
}
.alert-light{
    background: $light;
    border-color: $light;
    color: $dark;
}


// Alert alt

.alert-alt.alert-primary{
    border-left: 4px solid $primary;
}

.alert-alt.alert-secondary{
    border-left: 4px solid $secondary;
}


.alert-alt.alert-success{
    border-left: 4px solid $success
}

.alert-alt.alert-warning{
    border-left: 4px solid $warning;
}

.alert-alt.alert-danger{
    border-left: 4px solid $danger;
}

.alert-alt.alert-info{
    border-left: 4px solid $info;
}

.alert-alt.alert-dark{
    border-left: 4px solid $dark;
}
.alert-alt.alert-light{
    border-left: 4px solid darken($light,15%);
}



// Alert alt with solid color

.alert-alt.alert-primary.solid{
    border-left: 4px solid darken($primary,25%)!important;
}

.alert-alt.alert-secondary.solid{
    border-left: 4px solid darken($secondary,25%)!important;
}


.alert-alt.alert-success.solid{
    border-left: 4px solid darken($success, 25%)!important;
}

.alert-alt.alert-warning.solid{
    border-left: 4px solid darken($warning,25%)!important;
}

.alert-alt.alert-danger.solid{
    border-left: 4px solid darken($danger,25%)!important;
}

.alert-alt.alert-info.solid{
    border-left: 4px solid darken($info,25%)!important;
}

.alert-alt.alert-dark.solid{
    border-left: 4px solid darken($dark,25%)!important;
}
.alert-alt.alert-light.solid{
    border-left: 4px solid darken($light,25%)!important;
}


//Alert dismissable with solid color
.alert-dismissible.solid{
    .close{
        &:hover{
            color: $white;
            opacity: 1;
        }
    }
}






// Alert Solid 

.alert.alert-primary.solid{
    background: $primary;
    color: $white;
    border-color: $primary;
}

.alert.alert-secondary.solid{
    background: $secondary;
    color: $white;
    border-color: $secondary;
}
.alert.alert-success.solid{
    background: $success;
    color: $white;
    border-color: $success;
}

.alert.alert-warning.solid{
    background: $warning;
    color: $white;
    border-color: $warning;
}

.alert.alert-danger.solid{
    background: $danger;
    color: $white;
    border-color: $danger;
}

.alert.alert-info.solid{
    background: $info;
    color: $white;
    border-color: $info;
}


.alert.alert-dark.solid{
    background: $dark;
    color: $white;
    border-color: $dark;
}


.alert.alert-light.solid{
    background: $light;
    color: $dark;
    border-color: $light;
}




// Alert right icon

.alert-right-icon{
    &>span i{
        font-size: 18px;
        margin-right: 5px;;
    }
    .close{
        i{
            font-size: 16px;
        }
    }
}

// Alert Outline
.alert.alert-outline-primary{
    background: transparent;
    color: $primary;
    border-color: $primary;
}


.alert.alert-outline-secondary{
    background: transparent;
    color: $secondary;
    border-color: $secondary;
}


.alert.alert-outline-success{
    background: transparent;
    color: $success;
    border-color: $success;
}


.alert.alert-outline-info{
    background: transparent;
    color: $info;
    border-color: $info;
}


.alert.alert-outline-warning{
    background: transparent;
    color: $warning;
    border-color: $warning;
}

.alert.alert-outline-danger{
    background: transparent;
    color: $danger;
    border-color: $danger;
}

.alert.alert-outline-dark{
    background: transparent;
    color: $dark;
    border-color: $dark;
}

.alert.alert-outline-light{
    background: transparent;
    color: $dark;
    border-color: $light;
}



// Alert Social
.alert-social{
    color: $white;
    .alert-social-icon{
        align-self: center;
        margin-right: 0.9375rem;
        i{
            font-size: 42px;
        }
    }
    &.facebook{
        background-color: $facebook;
    }
    &.twitter{
        background-color: $twitter;
    }
    &.linkedin{
        background-color: $linkedin;
    }
    &.google-plus{
        background-color: $google-plus;
    }
    .close{
        &:hover{
            opacity: 1!important;
            color: $white!important;
        }
    }
}


// Alert left icon

.left-icon-big{
    .alert-left-icon-big{
        align-self: center;
        margin-right: 0.9375rem;
        i{
            font-size: 42px;   
        }
        // &.primary{
        //     background: $primary;
        //     color: $white;
        // }
    }
    .media-body{
        // margin-left: 100px;
    }
}







Youez - 2016 - github.com/yon3zu
LinuXploit