Sindbad~EG File Manager

Current Path : /home/frekansk/.trash/wp-content/themes/turitor/assets/sass/
Upload File :
Current File : //home/frekansk/.trash/wp-content/themes/turitor/assets/sass/buddypress.scss

@import 'variable';

#buddypress {
    padding-bottom: 70px;
    margin: 0;
    div.dir-search{
        float: none;
        margin: 0;
    }
    select {
        display: block;
        background-color: #ffffff;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        padding: 0.375rem 1.75rem 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
    }
}
.bp-single-item{
    text-align: center;
    box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.03);
    margin-bottom: 20px;
    background: #fff;
    border-radius: 8px;
    position: relative;
    .author-area{
        position: relative;
        height: 80px;
        background-size: cover;
        background-position: center;
        border-radius: 8px 8px 0 0;
        a{
            img{
                display: inline-block;
                position: absolute;
                left: 0;
                right: 0;
                bottom: -40px;
                margin: auto;
                border-radius: 50%;
                width: 80px;
                height: 80px;
            }
        }
    }
    .item{
        margin-top: 35px;
        padding: 30px;
        &-title{
            a{
                font-size: 18px;
                font-weight: 700;
                color: #120F2D;
                text-transform: capitalize;
            }
        }
        .item-title{
            width: 100%;
        }
        .item-meta{
            padding: 5px 0;
            span{
                color: #727181;
            }
        }
        .team-follower{
            margin: 0;
            padding: 0;
            display: flex;
            width: 100%;
            justify-content: space-around;
            margin-bottom: 30px;
            li{
                font-size: 14px;
                font-weight: 700;
                color: #120F2D;
                span{
                    font-size: 12px;
                    font-weight: 400;
                    display: block;
                    line-height: .8;
                    color: #727181;
                }
            }
        }
        
    }
    .user-meta {
        display: flex;
        justify-content: center;
        .user-btn{
            &:not(:last-child){
                margin-right: 10px;
            }
            .generic-button a,a {
                background: $primary-color;
                display: inline-block;
                padding: 4px 20px !important;
                color: #fff;
                font-size: 12px;
                font-weight: 600;
                border-radius: 5px;
                &:hover{
                    background: #FFA200 !important;
                    color: #fff !important;
                    border-color: transparent !important;
                }
            }
        }
    }
    &.bp-single-group{
        &::before{
            position: absolute;
            content: '';
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            border-radius: 8px;
            background: linear-gradient(rgba(18, 15, 45, 0.4) 0%, rgba(18, 15, 45, 0.95) 100%);
        }
        .item-avatar,
        .item{
            position: relative;
            z-index: 1;
            .item-title a{
                color: $white-color;
            }
            
            .item-meta {
                span{
                    color: $white-color;
                }
                .group-activity{
                    margin-bottom: 15px;
                }
            }
        }
    }
}
.widget-order{
    padding-left: 0;
    position: relative;
    right: 0;
    text-align: right;
    margin-bottom: -30px;
}

/* profile */
#buddypress div#item-header #item-header-cover-image #item-header-content{
    margin: 0;
    margin-left: 30px;
}

#buddypress #item-header-cover-image #item-header-avatar{
    margin: 0;
}
#buddypress #item-header-cover-image{
    display: flex;
    flex-wrap: wrap;
}

#buddypress div.item-list-tabs#subnav ul li.last{
    display: flex;
    align-items: center;
    label{
        margin-bottom: 0;
        margin-right: 5px;
    }
}
div#item-nav {
    padding: 50px 0 20px;
}

.bp-banner{
    &.profile{
       #item-header-cover-image #item-header-avatar{
           margin-top: 0;
       }
       div#item-header #item-header-cover-image #item-header-content{
           margin: 0;
       }
       #item-header-cover-image #item-header-avatar{
           margin: 0;
       }
       #header-cover-image{
           height: 100% !important;
           &::before{
               position: absolute;
               left: 0;
               content: '';
               top: 0;
               width: 100%;
               height: 100%;
               background: rgba(0, 0, 0, 0.5);
           }
       }
       .item-meta{
           max-width: 500px;
       }
    }
    &.group{
        #item-header-cover-image #item-actions ,
        #item-header-cover-image #item-header-content {
            margin: 0 !important;
            max-width: 100% !important;
            width: 100% !important;
            text-align: left !important;
        }
       
        .group-content{
            width: 80%;
            padding-left: 20px;
            #item-actions{
                padding: 0 !important;
                h2{
                    color: $white-color;
                }
            }
        }
        #item-meta{
            margin: 0 !important;
            span{
                color: $white-color;
            }
        }
    }
    .activity,
    .latest-update{
        color: #fff;
    }
}

// Order by css
.bp-template {
    background: #F5F5FB;
    .dir-form {
        padding-top: 50px;
        .order-list {
            padding-left: 0;
            position: relative;
            top: 42px;
            li {
                display: flex;
                justify-content: flex-end;
                label {
                    margin: 0;
                    color: #58566B;
                }
                select {
                    padding: 0;
                    border: none;
                    background: transparent;
                    color: #120F2D;
                    font-weight: 600;
                }
            }
        } 
        .pagination {
            padding-bottom: 22px;
        }
    }
}

.generic-button{
    a{
        padding: 5px 15px;
        background: $primary-color;
        display: inline-block;
        border-radius: 5px;
        color: #fff;
        border: 1px solid $primary-color;
        &:hover{
            background: transparent;
            color: $primary-color;
        }
    }
}

#buddypress .activity-list{
    padding: 100px 0;
    img.avatar{
        border-radius: 50% !important;
    }
}

#buddypress .activity-list > li,
#buddypress #item-body form#whats-new-form,
#buddypress form#whats-new-form{
    background: $white-color;
    border-radius: 8px;
    box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.03);
    padding: 50px !important;
    margin-bottom: 30px !important;
    border: none;
    &.groups{
        .activity-content{
            margin-left: 100px;
        }
    }
}
#buddypress div.activity-meta{
    margin-left: 18px;
}
#buddypress form#whats-new-form{
    margin-top: 70px;
}
#buddypress div.item-list-tabs#subnav{
    margin: 20px 0;
}
#buddypress form#whats-new-form #whats-new-content{
    margin-left: 90px;
}
#buddypress form#whats-new-form p.activity-greeting{
    margin-left: 108px;
}
#buddypress form#whats-new-form #whats-new-submit{
    float: none;
}
#buddypress div.activity-comments ul li{
    padding: 15px 0;
}
#buddypress .activity-header img.avatar{
    max-width: 60px;
}

#buddypress .group-content #group-admins{
    padding-left: 0;
    li{
        float: none;
    }
}
// banner css
#buddypress {
    .bp-banner{
        background: $primary-color;
        padding: 100px 0;
        position: relative;
        .banner-content {
            h2 {
                color: #ffffff;
                font-size: 39px;
                font-weight: 800;
                line-height: 46px;
                padding-bottom: 42px;
                margin: 0;
            }
            .dir-search {
                input[type="text"] {
                    height: 62px;
                    padding-left: 25px;
                    width: 48%;
                    border-radius: 4px;
                    border: 2px solid rgba(255,255,255,.15);
                    background: $primary-color;
                    color: #ffffff;
                    &::placeholder {
                        color: rgba(255,255,255,.70);
                        font-size: 16px;
                    }
                }
                input[type="submit"] {
                    height: 62px;
                    width: 120px;
                    background: #ffffff;
                    color: $primary-color;
                    cursor: pointer;
                    border-radius: 4px !important;
                    margin-left: 17px;
                    border: 2px solid #ffffff;
                    font-size: 16px;
                }
            }
        }
    }
    // Order by css
    .dir-form {
        padding-top: 50px;
        .order-list {
            padding-left: 0;
            position: relative;
            z-index: 9 !important;
            top: 42px;
            overflow: hidden;
            li {
                display: flex;
                justify-content: flex-end;
                label {
                    margin: 0;
                    color: #58566B;
                }
                select {
                    padding: 0;
                    border: none;
                    background: transparent;
                    color: #120F2D;
                    font-weight: 600;
                }
            }
        } 
        .pagination {
            padding-bottom: 22px;
            .pag-count {
                font-size: 16px;
            }
        }
        &.order-sort {
            .order-list{
                top: -10px;
                @media(max-width: 767px) {
                    float: left;
                    padding-bottom: 70px;
                    top: 50px;
                }
            }
        }     
    }

    div.item-list-tabs {
        padding-bottom: 35px;
        &.group-tabs {
            padding: 0 !important;
            margin: 0 !important;
            margin-bottom: -40px !important;
            z-index: 9;
            position: relative;
            ul{
                position: static;
                top: 0;
            }
        }
        ul {
            position: relative;
            top: 31px;
            z-index: 10;
            li {
                margin-right: 15px;
                @media(max-width: 767px) {
                    margin-bottom: 15px;
                }
                a {
                    padding: 5px 15px;
                    border: 1px solid $primary-color;
                    background: transparent;
                    border-radius: 6px;
                    color: $primary-color;
                    transition: all .5s;
                    &:hover {
                        background: $primary-color;
                        color: #ffffff;
                        span {
                            border: 1px solid #ffffff;
                        }
                    }
                    span {
                        padding: 1px 6px;
                        color: $primary-color;
                        border: 1px solid $primary-color;
                        background: #ffffff;
                    }
                }
                &.selected {
                    a {
                        background: $primary-color;
                        color: #ffffff;
                        span {
                            border: 1px solid #ffffff;
                        }
                    }
                }
            }
        }
    }
}

#buddypress div.item-list-tabs ul li {
    float: left;
    margin: 0;
    list-style: none;
    margin-right: 15px;
}
#buddypress .activity-list li.load-more{
    padding: 20px 0 !important;
    background: transparent !important;
    border: none;
    box-shadow: none;
    a{
        display: inline-block;
        background: $primary-color;
        padding: 8px 30px 10px;
        border-radius: 5px !important;
        color: #fff;
    }
}
/* ==================================== 
// Widget: BuddyPress Notification
=======================================*/
.bp-notify{
    a{
        font-size: 20px;
        color: #000000;
        &:hover{
            color: $primary-color;
        }
    }
}


/* ==================================== 
// Registrantion form css
=======================================*/
.register-section{
    input{
        width: 100% !important;
        border-radius: 4px !important;
        padding-left: 15px !important;
    }
}
#register-page{
    .submit{
        float: none !important;
        #signup_submit{
            background: #FFA200;
            color: #ffffff;
            font-weight: 700;
            border:2px solid #FFA200;
            padding: 10px 30px;
            margin-bottom: 30px;
            cursor: pointer;
            border-radius: 6px !important
        }
    }
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists