Sindbad~EG File Manager

Current Path : /var/www/html/uccondor.sumar.com.py/theme/moove/scss/moove/
Upload File :
Current File : /var/www/html/uccondor.sumar.com.py/theme/moove/scss/moove/_frontpage.scss

.pagelayout-frontpage,
.pagelayout-coursecategory {
    .dashboard-card {
        position: relative;
        width: calc(33.33% - 2rem) !important;
        margin: 1rem;

        .dashboard-card-footer {
            border-radius: .5rem;
        }

        .card-body {
            padding: .8rem;
        }

        .customfields {
            .customfield {
                font-size: 80%;
                margin-bottom: .25rem;

                &:last-of-type {
                    margin-bottom: 0;
                }

                .customfieldname,
                .customfieldseparator {
                    font-weight: 500;
                }
            }
        }

        .enrolmenticons {
            position: absolute;
            bottom: 8px;
            right: 0;

            .enrolmenticon {
                padding: 4px 8px;
                background-color: #fff;
                color: $brand-primary;
                border-radius: .5rem;
                margin: 0 4px;

                .icon {
                    margin-right: 0;
                }
            }
        }

        .course-contacts {
            padding: 0 0.8rem 0.8rem 0.8rem;

            .contact {
                display: flex;

                &:not(:first-of-type) {
                    margin-top: .4rem;
                }

                img {
                    width: 48px;
                    height: 48px;
                    border: 1px solid $gray-300;
                }

                p {
                    margin-left: .4rem;
                    margin-bottom: 0;

                    &.role {
                        color: $gray-900;
                        font-size: 80%;
                    }
                }
            }
        }

        .dashboard-card-footer {
            padding: 0 .8rem .8rem .8rem;
        }
    }
}

#page-site-index.notloggedin {
    #mooveslideshow {
        margin-top: 2rem;
        margin-bottom: 2rem;
        padding: 0;

        .carousel-inner {
            border-radius: .5rem;
        }

        .caption {
            text-align: center;
        }

        .carousel-indicators {
            background-color: rgba(0, 0, 0, .6);
            margin-bottom: 15px;
            height: 20px;
            border-bottom-left-radius: .5rem;
            border-bottom-right-radius: .5rem;
        }

        .carousel-caption {
            background-color: rgba(0, 0, 0, .6);
            margin: 0;
            bottom: 35px;
            padding: 15px;
            border-top-left-radius: .5rem;
            border-top-right-radius: .5rem;
        }

        .carousel-fade .carousel-item {
            opacity: 0;
            transition-duration: .6s;
            transition-property: opacity;
        }

        .carousel-fade  .carousel-item.active,
        .carousel-fade  .carousel-item-next.carousel-item-left,
        .carousel-fade  .carousel-item-prev.carousel-item-right {
            opacity: 1;
        }

        .carousel-fade .active.carousel-item-left,
        .carousel-fade  .active.carousel-item-right {
            opacity: 0;
        }

        .carousel-fade  .carousel-item-next,
        .carousel-fade .carousel-item-prev,
        .carousel-fade .carousel-item.active,
        .carousel-fade .active.carousel-item-left,
        .carousel-fade  .active.carousel-item-prev {
            transform: translateX(0);
            transform: translate3d(0, 0, 0);
        }
    }

    #feature {
        background-color: #f1f6fd;
        padding: 4rem 0;
        margin-left: -15px;
        margin-right: -15px;

        .card {
            border: 1px solid #e2e8f0;
        }

        .icon-lg {
            width: 6rem;
            height: 6rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            text-align: center;

            img {
                max-width: 100%;
            }
        }
    }

    #numbers {
        padding: 5.625rem 0;

        .sectionheading p {
            line-height: 1;
        }

        .user-rating-box-area {
            .rate-box {
                box-shadow: 0 6px 0 rgb(23 135 252 / 65%);
                border-radius: 25px;
                padding: 30px 40px 35px 40px;

                &.bg-primary {
                    background-color: #1787fc !important;
                }

                &.bg-cloudburst {
                    background-color: #213053;
                }

                h3 {
                    color: #fff;
                    font-size: 60px;
                    font-weight: 600;
                    font-style: normal;
                    letter-spacing: -1px;
                    line-height: 66px;
                    margin-bottom: 30px;
                }

                p {
                    color: #fff;
                    font-size: 17px;
                    font-weight: 400;
                    font-style: normal;
                    letter-spacing: normal;
                    line-height: 30px;
                    margin-bottom: 0;
                }
            }

            .rate-box-2 {
                margin-top: 0;
                box-shadow: 0 6px 0 rgb(33 48 83 / 65%);
            }
        }
    }

    #topofscroll {
        background-color: #f1f6fd;
        margin-left: -15px;
        margin-right: -15px;

        #page-content,
        #region-main {
            background-color: #f1f6fd;
        }

        #page-content {
            padding-left: 0;
            padding-right: 0;
            margin-bottom: 0;
        }

        #frontpage-available-course-list {
            h2 {
                text-align: center;;
            }
        }
    }

    #faq {
        padding: 4rem 0;

        h2 {
            text-align: center;
            margin-bottom: 2rem;
        }

        .accordion {
            width: 100%;

            .card {
                margin-top: 1rem;
                border-radius: .5rem;

                &:first-of-type {
                    margin-top: 0;
                }

                .card-header {
                    background-color: $brand-primary;

                    .btn-link {
                        color: #fff;
                    }
                }
            }
        }
    }
}

@include media-breakpoint-down(md) {
    .pagelayout-frontpage .dashboard-card,
    .pagelayout-coursecategory .dashboard-card {
        width: 100% !important;
        margin: 1rem 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #page-site-index.notloggedin {
        .footer-content-popover .footer-section {
            text-align: center;
        }

        .column-right .footer-title {
            display: none;
        }
    }
}

@media (max-width: 576px) {
    #page-site-index.notloggedin {
        #numbers {
            .rate-box-2 {
                margin-top: 1rem !important;
            }
        }
    }
}

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