Proyectos de Subversion Moodle

Rev

Autoría | Ultima modificación | Ver Log |

#sidepreopen-control,
[data-region="blocks-column"] {
    .dropdown-menu {
        min-width: 245px;

        .dropdown-item {
            white-space: initial;
        }
    }

    .card-block .content {
        h3 {
            font-size: 1.143rem;
            font-weight: 600;
            text-transform: uppercase;
            border-top: 1px dashed $headings-color;
            padding-top: 4px;
            margin-top: 10px;
        }
    }
}

#sidepreopen-control,
#sidepreclose-control {
    cursor: pointer;
}

#sidepreopen-control {
    position: fixed;
    z-index: $zindex-fixed;
    top: 73px;
    @include media-breakpoint-up(md) {
        right: 16px;
    }

    @include media-breakpoint-between(xs,sm) {
        right: 10px;
        top: auto;
        bottom: 90px;
    }

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;
    width: 40px;
    height: 40px;

    .btn {
        border: 1px solid $topbar-btn;
        background-color: $topbar-btn;
        color: $topbar-btn-text;

        transition: all ease 250ms;
        
        .theme-dark & {
            background-color: $dm-gray-100;
            border-color: $dm-gray-100;
            color: $dm-body-color;
        }

        &:hover {
            background-color: $primary-color-600;
            border-color: $primary-color-600;
            color: $primary-color-100;
    
            .theme-dark & {
                background-color: $primary-color-600;
                border-color: $primary-color-600;
                color: $primary-color-100;
            }
        }
    }

    svg {
        .dir-rtl & {
            transform: rotate(180deg);
        }
    }
}

#sidepre-blocks {

    .rui-sidepre-blocks-header {
        margin-bottom: 32px;
        position: sticky;
        z-index: 3;
    }

    @include media-breakpoint-up(lg) {
        padding: 83px 30px 30px;
    }

    @include media-breakpoint-down(md) {
        padding: 83px 30px 30px 30px;
    }

    height: 100%;
    width: 320px;
    right: 0;
    overflow-y: auto;

    position: fixed;

    display: none;
    opacity: 0;
    z-index: -1;

    transition: $transition-base;

    position: fixed;
    right: 0;
    top: 60px;
    height: calc(100vh - 60px);

    background-color: $container-bg;

    .pagelayout-secure & {
        top: 0;
        height: 100vh;
    }

    @include media-breakpoint-down(md) {
        border-left: 1px solid $border-color;

        .theme-dark & {
            border-color: $dm-border-color;
        }
    }


    .theme-dark & {
        background-color: $dm-body-bg;
        border-color: $dm-border-color;
        @include thin-scrolls($dm-drawer-scroll-bg-track);
    }


    @include thin-scrolls($scroll-bg-track);

    .card:only-of-type {
        margin-bottom: 0;
    }
}

body.drawer-open-right {
    #sidepreopen-control {
        position: fixed;
        z-index: $zindex-fixed + 90;
    }

    #sidepre-blocks {
        display: block;
        z-index: $zindex-fixed + 30;
        opacity: 1;

        aside.block {
            border: none;
            border-radius: 0;
            box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
        }
    }

    #sidepre-blocks {
        aside.block {
            border: none;
            border-radius: 0;
            box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
        }
    }

}

body.drawer-open-right.dir-rtl {
    #sidepreopen-control svg {
        transform: rotate(180deg);
    }
}


.blockmovetarget {
    display: block;
    padding: 5px 10px;
    background-color: $primary-color-600;
    border-radius: $btn-border-radius;

    font-size: $font-size-xs;
    color: $primary-color-100;

    .accesshide {
        position: relative;
        left: initial;
        word-break: break-all;
    }
}

.block_calendar_upcoming {
    .calendarwrapper {
        margin-top: 2rem;
    }
}

.block_calendar_month {
    .bottom {
        margin-top: 1rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;

        #sidepre-blocks & {
            justify-content: start;
            margin-left: 0;
        }

        .btn {
            width: 100%;
        }

        .footer-link {
            margin: .25rem;
        }
    }
}


.block:target {
    padding-top: 0 !important;
    /* stylelint-disable declaration-no-important */
    margin-top: 0 !important;
}

.block_search_forums .searchform {
    /* Override plugin's default. */
    text-align: left;
}

.block .block-controls {
    padding: 3px;

    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;

    border-radius: $btn-border-radius;
    background-color: rgba($black, .1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    .page-mycourses & {
        margin-top: -35px;
        right: 0;
    }

    .moodle-core-dragdrop-draghandle,
    .dropdown-btn {
        margin: 2px;
    }

    .dropdown-toggle {
        /* So that the caret takes the colour of the icon. */
        color: $body-color;

        .theme-dark & {
            color: $dm-body-color;  
        }
    }

    .dropdown-btn {
        padding: 8px;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
    }
}

$blocks-column-width: 360px !default;

$blocks-plus-gutter: $blocks-column-width+($grid-gutter-width * 0.5)+60px;

/* We put an absolutely positioned div in a relatively positioned div so it takes up no monocolor */
@include media-breakpoint-up(md) {
    #region-main-settings-menu {
        position: relative;
        float: left;
        width: 100%;
    }

    #region-main-settings-menu>div {
        position: fixed;
        top: $topbar-fixed-btn;
        right: 10px;
        z-index: $zindex-fixed + 90;
    }
}

@include media-breakpoint-down(sm) {
    #region-main-settings-menu .menubar {
        justify-content: flex-end;
    }
}

// ---- Bulk editing button on the course page.
@include media-breakpoint-up(md) {
.rui-course-header-action {
    position: fixed;
    top: $navbar-height + 15px;
    right: 70px;
    z-index: $zindex-fixed;

    transition: right 350ms ease;

    .show-drawer-right & {
        right: 340px;
    }
}
}

.header-action {
    #region-main-settings-menu {
        position: unset;
        float: none;
        width: auto;

        &>div {
            position: unset;
            right: auto;
            margin: 0;
        }
    }
}

$card-gutter : $card-deck-margin * 2;

.block .empty-placeholder-image-lg {
    height: 5rem;
}

.block .block-cards {
    .course-info-container {
        padding: 0;
    }

    .course-summaryitem {
        border: $border-width solid $border-color;
        background-color: $body-bg;

        .theme-dark & {
            border: $border-width solid $dm-border-color;
            background-color: $dm-body-bg;
        }
    }

    .icon {
        margin-right: 0;
    }

    .card .coursemenubtn {
        margin-top: -0.5rem;
    }

    a.coursename,
    span.categoryname,
    .btn-link {
        color: inherit;
    }

    .multiline {
        white-space: normal;
    }

    .btn.btn-link.btn-icon {
        height: 36px;
        width: 36px;
        padding: 0;
        border-radius: 50%;

        @include hover-focus {
            background-color: $gray-200;

            .theme-dark & {
                background-color: $dm-gray-200;
            }
        }
    }
}

.block-recentlyaccesseditems {
    .course-info-container {
        padding: 0;
    }
}

.dashboard-card-deck.one-row {
    padding-bottom: 1rem;

    flex-flow: nowrap;
    overflow-x: scroll;
}

.summaryimage {
    height: 5rem;
    width: 5rem;
    background-position: center;
    background-size: cover;
}

.dashboard-card-deck {
    .dashboard-card {
        margin-bottom: $card-gutter;
        flex-basis: auto;
        width: 100%;
        flex-grow: 0;
        flex-shrink: 0;

        .dashboard-card-img {
            height: 150px;
            background-position: center;
            background-size: cover;
        }

        .dashboard-card-footer {
            padding: 0.8rem;
        }
    }

    @include media-breakpoint-up(sm) {
        &.fixed-width-cards {
            .dashboard-card {
                width: 300px;
                max-width: 100%;
            }
        }
    }
}

.dashboard-card-deck:not(.fixed-width-cards) {
    @media (min-width: 576px) {
        .dashboard-card {
            width: calc(33.333% - #{$card-gutter});
            margin-bottom: 0;
        }
    }
}

.block-region-dtopblocks .block-recentlyaccesseditems {
    @media (min-width: 576px) {
        .rui-dashboard-card {
            margin-right: 2rem;
            width: calc(20% - #{$card-gutter});


            &:last-child {
                margin-right: 0;
            }
        }
    }
}



.block_recentlyaccessedcourses {

    @include media-breakpoint-between(xs, sm) {
        padding-bottom: 60px;
    }

    .paging-bar-container {
        position: absolute;
        z-index: 3;

        left: calc(50% - 40px);
        bottom: -35px;

        .pagination {
            padding: 3px;
            background-color: rgba($black, .8);
            border-radius: 30px;

            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);

            .page-item.disabled .page-link {
                background-color: rgba($white, .1);
            }

            .page-link {
                padding: .5rem;
                border-radius: 30px;

                &:hover {
                    background-color: $primary-color-600
                }
            }

            .icon {
                filter: invert(1);
            }
        }
    }
}

#block-region-side-pre {
    width: 100%;

    .block_recentlyaccessedcourses {
        .paging-bar-container {
            margin-top: 0;
        }
    }
}

.block_recentlyaccesseditems {
    .activityiconcontainer .icon {
        height: 20px;
        width: 20px;
        margin-right: 0;
    }
}

// Show expand collapse with font-awesome.
.block_settings .block_tree [aria-expanded="true"],
.block_settings .block_tree [aria-expanded="true"].emptybranch,
.block_settings .block_tree [aria-expanded="false"],
.block_settings .block_tree li[aria-selected="false"] p,
.block_navigation .block_tree [aria-expanded="true"],
.block_navigation .block_tree [aria-expanded="true"].emptybranch,
.block_navigation .block_tree [aria-expanded="false"] {
    background-image: none;
}

.block_settings .block_tree [aria-expanded="true"]:before,
.block_navigation .block_tree [aria-expanded="true"] a:before,
.block_navigation .block_tree [aria-expanded="true"] p:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 9.75L16.25 15.25H7.75L12 9.75Z' stroke='#{url-friendly-colour($body-color)}' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E ");
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: left;

    width: 20px;
    height: 20px;

    position: absolute;
    left: 4px;
    top: 6px;
    color: $body-color-light;

    .theme-dark & {
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 9.75L16.25 15.25H7.75L12 9.75Z' stroke='#{url-friendly-colour($dm-body-color)}' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E ");
        color: $dm-body-color-light;
    }
}

.block_settings .block_tree [aria-expanded="false"] a:before,
.block_navigation .block_tree [aria-expanded="false"] a:before,
.block_settings .block_tree [aria-expanded="false"] p:before,
.block_navigation .block_tree [aria-expanded="false"] p:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.25 12L8.75 7.75V16.25L14.25 12Z' stroke='#{url-friendly-colour($body-color)}' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: left;

    width: 20px;
    height: 20px;

    position: absolute;
    left: 4px;
    top: calc(50% - 10px);
    color: $body-color-light;

    .theme-dark & {
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.25 12L8.75 7.75V16.25L14.25 12Z' stroke='#{url-friendly-colour($dm-body-color)}' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
        color: $dm-body-color-light;
    }
}

//TODO: zmienic na odwrocona ikonke
.dir-rtl {

    .block_settings .block_tree [aria-expanded="false"]:before,
    .block_navigation .block_tree [aria-expanded="false"]:before {
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.25 12L8.75 7.75V16.25L14.25 12Z' stroke='#{url-friendly-colour($body-color)}' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");

        .theme-dark & {
            background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.25 12L8.75 7.75V16.25L14.25 12Z' stroke='#{url-friendly-colour($dm-body-color)}' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
        }
    }
}

.block_navigation .block_tree p.hasicon,
.block_settings .block_tree p.hasicon {
    text-indent: -3px;

    .icon {
        display: inline-flex;
        margin-right: 10px;
        font-size: 12px;
        line-height: 16px;
        opacity: .7;
    }

    .item-content-wrap {
        display: inline-flex;
    }
}

.block.invisibleblock .card-title {
    color: $text-muted;

    .theme-dark & {
        color: $dm-text-muted;
    }
}

.block_social_activities li a.movehere,
.block_site_main_menu li a.movehere {
    display: block;
    width: 100%;
    height: 2rem;
    border: 2px dashed $gray-800;
    margin: 4px 0;

    .theme-dark & {
        border: 2px dashed $dm-gray-800;
    }
}


/* Blocks Mods */
.block_admin_bookmarks {
    .list {
        li {
            a {
                display: block;
                font-weight: $font-weight-medium;
            }
        }
    }

    .footer:not(:empty) {
        margin-top: 1rem;
    }
}

/* Editing UI */
.rui-edit-areas.editing .block-region.yui3-dd-drop {
    padding: 40px 5px 5px 5px;
    min-height: 120px;

    background-color: $gray-100;
    border: 2px dashed $gray-300;
    border-radius: $btn-border-radius;

    .page-mycourses & {
        padding: 0;
        border: 0;
        background-color: transparent;
    }

    .pagelayout-maintenance {
        display: none;
    }

    .card {
        border-color: $gray-300;

        .theme-dark & {
            border-color: $dm-border-color;
        }
    }
}

.theme-dark.rui-edit-areas.editing .block-region.yui3-dd-drop {
    background-color: transparent;
    border-color: $dm-gray-600;
}

.page-mycourses.rui-edit-areas.editing .block-region.yui3-dd-drop {
    background-color: transparent;
    border: none;
    min-height: auto;
    padding: 0;
}

.rui-edit-areas.editing {

    #block-region-dtopblocks,
    #block-region-dbottomblocks,
    #block-region-content,
    #block-region-ctopbl,
    #block-region-cbottombl,
    #block-region-cstopbl,
    #block-region-csbottombl,
    #block-region-side-pre,
    #block-region-sidebartopblocks,
    #block-region-sidebarbottomblocks,
    #block-region-fpblocks-t,
    #block-region-fpblocks-b,
    #block-region-coursetab-a,
    #block-region-coursetab-b,
    #block-region-coursetab-c,
    #block-region-coursetab-d,
    #block-region-coursetab-e {
        position: relative;

        &:before {
            padding: 5px 10px;

            position: absolute;
            top: 0;
            left: 0;

            background-color: $gray-300;
            border-radius: $btn-border-radius;

            font-size: $font-size-xs;
            font-weight: $font-weight-medium;
            color: $gray-800;

            .theme-dark & {
                background-color: $dm-gray-300;
                color: $dm-gray-800;
            }

        }
    }

    #block-region-content:before {
        content: 'Blocks: Main Moodle Area';
    }

    #block-region-dtopblocks:before {
        content: 'Blocks: Dashboard (Top)';
    }

    #block-region-dbottomblocks:before {
        content: 'Blocks: Dashboard (Bottom)';
    }

    #block-region-ctopbl:before {
        content: 'Blocks: Course Page (Top)';
    }

    #block-region-cbottombl:before {
        content: 'Blocks: Course Page (Bottom)';
    }

    #block-region-cstopbl:before {
        content: 'Blocks: Course Page - Sections (Top)';
    }

    #block-region-csbottombl:before {
        content: 'Blocks: Course Page - Sections (Bottom)';
    }

    #block-region-side-pre:before {
        content: 'Blocks: Hidden Sidebar';
    }

    #block-region-sidebartopblocks:before {
        content: 'Blocks: Sidebar Top Blocks';
    }

    #block-region-sidebarbottomblocks:before {
        content: 'Blocks: Sidebar Bottom Blocks';
    }

    #block-region-fpblocks-t:before {
        content: 'Blocks: Frontpage #1 (Top)';
    }

    #block-region-fpblocks-b:before {
        content: 'Blocks: Frontpage #2 (Bottom)';
    }

    #block-region-coursetab-a:before {
        content: 'Course Tab #1';
    }

    #block-region-coursetab-b:before {
        content: 'Course Tab #2';
    }

    #block-region-coursetab-c:before {
        content: 'Course Tab #3';
    }

    #block-region-coursetab-d:before {
        content: 'Course Tab #4';
    }

    #block-region-coursetab-e:before {
        content: 'Course Tab #5';
    }

}

.page-mycourses.editing .block-region.yui3-dd-drop:before
{
    display: none;
}

#block-region-sidecourseblocks:empty {
    display: none;
}

/* Block Customization */
.block_course_list,
.block_community,
.block_admin_bookmarks,
.block_activity_modules,
.block_quickmail {
    li {
        font-size: $font-size-xs;

        a {
            display: flex;
            align-items: center;
            padding: .35rem 0;

            position: relative;

            font-size: $font-size-xs;
            font-weight: $font-weight-medium;
            color: $body-color;

            .theme-dark & {
                color: $dm-body-color;
            }

            &:hover {
                color: $link-hover-color;
                text-decoration: none;

                &:before {
                    background-color: $link-hover-color;
                }
            }

            .icon {
                display: none;
                // margin-right: .5rem;
                // width: 30px;
                // height: 30px;

                // .theme-dark & {
                //     filter: invert(1);
                // }
            }
        }

        &:last-child {
            a {
                padding-bottom: 0;

                &:before {
                    display: none;
                }
            }
        }

    }

    .footer {
        margin-top: 20px;
    }
}


.block_rss_client {
    .list li {
        padding-top: 6px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 6px;
        border-color: $border-color;

        .theme-dark & {
            border-color: $dm-border-color;
        }

        .link {
            a {
                display: inline-flex;
                padding-left: 30px;

                background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#{url-friendly-colour($body-color)}" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-external-link"><path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path><polyline points="15 3 21 3 21 9"></polyline><line x1="10" y1="14" x2="21" y2="3"></line></svg>');
                background-repeat: no-repeat;
                background-position: left;
                background-size: 16px;

                font-size: $font-size-md;
                font-weight: $font-weight-medium;
                color: $body-color-secondary;

                .theme-dark & {
                    color: $dm-body-color-secondary;
                }
            }
        }

    }
}


.block_online_users {
    .info {
        margin-bottom: 1rem;
    }

    .list {
        .listentry {
            width: 100%;
            position: relative;
            display: inline-flex;
            align-items: center;
            justify-content: space-between;

            margin-bottom: .35rem;

            &:last-child {
                margin-bottom: 0;
            }

            .userinitials,
            img.userpicture {
                margin-right: .5rem;
                width: 30px;
                height: 30px;
                border-radius: $btn-border-radius;
            }


            .user a {
                width: 170px;
                display: inline-flex;
                align-items: center;

                font-weight: $font-weight-medium;
                color: $body-color;

                .theme-dark & {
                    color: $dm-body-color;
                }
            }

            .uservisibility {
                a {
                    display: flex;
                    align-items: center;
                    justify-content: center;

                    width: 30px;
                    height: 30px;

                    position: absolute;
                    top: calc(50% - 15px);
                    right: 0;

                    border-radius: $btn-border-radius-xl;

                    &:hover {
                        text-decoration: none;
                    }

                    &[data-action="hide"] {
                        background-color: $green-100;

                        .icon {
                            color: $green-600;
                        }

                        &:hover {
                            background-color: $green-200;
                        }
                    }

                    &[data-action="show"] {
                        background-color: $red-100;

                        .icon {
                            color: $red-700;
                        }

                        &:hover {
                            background-color: $red-200;
                        }
                    }

                    .icon {
                        display: flex;
                        align-items: center;
                        justify-content: center;

                        font-size: 13px;
                        margin: 0;
                    }
                }
            }


            .message {
                a {
                    background-color: $primary-color-100;
                    display: flex;
                    align-items: center;
                    justify-content: center;

                    width: 30px;
                    height: 30px;

                    position: absolute;
                    top: calc(50% - 15px);
                    right: 0;

                    border-radius: $btn-border-radius-xl;

                    &:hover {
                        background-color: $primary-color-200;
                        text-decoration: none;
                    }

                    &:before {
                        display: none;
                    }

                    .icon {
                        color: $white;
                        font-size: 12px;
                        margin: 0;
                    }
                }

            }
        }
    }
}


.block_news_items {

    .newlink a {
        font-weight: $font-weight-medium;
    }

    .post {
        margin: 1rem 0 0;
        padding: 1rem 0;
        border-top: 1px dashed $border-color;

        .theme-dark & {
            border-top: 2px dashed $dm-border-color;
        }

        .head {
            .date {
                font-size: $font-size-xs;
            }

            .date,
            .name {
                font-weight: $font-weight-normal;
                color: $body-color-light;

                .theme-dark & {
                    color: $dm-body-color-light;
                }
            }

            .name {
                font-size: $font-size-xs;
            }
        }

        .info {
            margin-top: .25rem;
            font-size: $font-size-md;
            font-weight: $font-weight-medium;

            a {
                display: block;
                font-size: 1rem;
                color: $body-color;
                line-height: 1.4;

                .theme-dark & {
                    color: $dm-body-color;
                }
            }
        }
    }
}

.block_private_files {
    [id*="private_files_tree"] {
        padding: 1rem;
        border-radius: $btn-border-radius;
        background-color: $gray-100;
        max-height: 200px;
        overflow-y: auto;

        .theme-dark & {
            background-color: $dm-gray-100;
        }

        .ygtvitem {
            max-height: 300px;
            overflow-y: auto;
        }
    }

    td.ygtvcell {
        .icon {
            margin: 0 4px;
            padding: .25rem !important;
            display: inline-flex;
            align-content: center;
            justify-content: center;

            border-radius: $btn-border-radius;
        }
    }

    .ygtvcontent {
        div {
            @extend .text-truncate;
            max-width: 170px;
        }
    }

    [id^="private_files_tree"] a {
        display: inline-block;

        font-size: $font-size-xs;
        color: $body-color-secondary;

        .theme-dark & {
            color: $dm-body-color-secondary;
        }

        @extend .text-truncate;
        max-width: 190px;

        .icon {
            margin: 4px;
            padding: .25rem !important;
            display: inline-flex;
            align-content: center;
            justify-content: center;

            border-radius: $btn-border-radius;
        }
    }
}

.block-timeline {

    .rui-event-name-link {
        &:hover {
            .rui-event-name {
                color: $link-hover-color;
            }
        }
    }

    .rui-timeline-list-group-item {
        &:last-of-type {
            margin-bottom: 0;
            padding-bottom: 0;
        }
    }

    .rui-timeline-list-group {
        margin-bottom: 30px;
    }

    .rui-timeline-date {
        padding-left: 3px;
        display: inline-flex;
        align-content: center;

        font-size: $font-size-xs;
        font-weight: $font-weight-medium;
        line-height: 1.6;
    }

    .rui-timeline-activity-title {
        display: flex;

        @include media-breakpoint-down(md) {
            flex-wrap: wrap;
        }

        #sidepre-blocks & {
            flex-wrap: wrap;
        }
    }

    @include media-breakpoint-down(md) {
        .event-name-container {
            margin: 0 40px 10px;
        }
    }

    .rui-event-date {
        padding-top: 23px;
        padding-left: 26px;
        display: inline-flex;
        align-content: center;

        background-image: url("data:image/svg+xml,%3Csvg height='123' viewBox='0 0 20 123' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd' stroke='#{url-friendly-colour($gray-700)}' stroke-width='1.5'%3E%3Cpath d='m10.5-36.5v91' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m10.5 64.5v68' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='10.5' cy='59.5' r='2.75'/%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position-x: 2px;
        background-position-y: -22px;
        background-size: 18px;

        font-size: $font-size-xs;
        font-weight: $font-weight-medium;
        color: $body-color-secondary;

        .theme-dark & {
            background-image: url("data:image/svg+xml,%3Csvg height='123' viewBox='0 0 20 123' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd' stroke='#{url-friendly-colour($dm-gray-700)}' stroke-width='1.5'%3E%3Cpath d='m10.5-36.5v91' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m10.5 64.5v68' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='10.5' cy='59.5' r='2.75'/%3E%3C/g%3E%3C/svg%3E");
            color: $dm-body-color-secondary;
        }

        .rui-event-user-date {
            margin: 2px 0 0 4px;
        }
    }

    .rui-timeline-date-txt {
        margin: 0 7px;
        font-size: $font-size-xs;
        font-weight: $font-weight-medium;
        color: $body-color-light;
        align-self: center;

        .theme-dark & {
            color: $dm-body-color-light;
        }
    }

    .rui-event-name {
        font-size: .9rem;
        font-weight: $font-weight-bold;
        color: $body-color;

        .theme-dark & {
            color: $dm-body-color;
        }
    }

    .rui-event-icon {
        margin: 16px 10px 0;
        width: $activity-iconcontainer-width;
        height: $activity-iconcontainer-height;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background-color: $gray-100;
        border-radius: $activity-iconcontainer-width;
        padding: 0.7rem;

        .icon {
            width: 20px;
            height: 20px;
            box-sizing: border-box;
        }
    }

    .pagination {
        margin: 0;
    }
}


/* Block Navigation */
#settingsnav {
    padding: 0 !important;
}

// Show expand collapse with font-awesome.
.block_navigation .block_tree .depth_1>ul {
    padding: 0;
}

.block_navigation .block_tree .depth_1>.tree_item.branch {
    padding-left: 21px;
}

.block_navigation .block_tree p.hasicon img {
    margin-top: 1px;
    margin-right: 5px!important;

    .theme-dark & {
        filter: invert(1);
    }
}

.block_navigation .block_tree ul {
    margin-left: 0;

    p, a {
        min-height: 25px;
        color: $body-color;

        &:after {
            display: none;
        }

        .theme-dark & {
            color: $dm-body-color;
        }
    }
}

.block_navigation .block_tree [aria-expanded="false"] p.loading {
    background-size: 16px;
    background-position: 1px 0px;
}

.block_settings .block_tree [aria-expanded="true"],
.block_settings .block_tree [aria-expanded="true"].emptybranch,
.block_settings .block_tree [aria-expanded="false"],
.block_navigation .block_tree [aria-expanded="true"],
.block_navigation .block_tree [aria-expanded="true"].emptybranch,
.block_navigation .block_tree [aria-expanded="false"] {
    background-image: none;
}
.block_settings .block_tree [aria-expanded="true"] > p:before,
.block_navigation .block_tree [aria-expanded="true"] > p:before {
    // Arrow down
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 9.75L16.25 15.25H7.75L12 9.75Z' stroke='#{url-friendly-colour($body-color)}' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E ");
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: left;
    margin-right: 0;
    font-size: 16px;
    width: 16px;
    height: 16px;

    position: absolute;
    left: 3px;

    .theme-dark & {
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 9.75L16.25 15.25H7.75L12 9.75Z' stroke='#{url-friendly-colour($dm-body-color)}' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E ");
        color: $dm-body-color-light;
    }
}

.block_settings .block_tree [aria-expanded="false"] > p:before,
.block_navigation .block_tree [aria-expanded="false"] > p:before {
    // Arrow right
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.25 12L8.75 7.75V16.25L14.25 12Z' stroke='#{url-friendly-colour($body-color)}' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: left;

    margin-right: 0;
    font-size: 16px;
    width: 16px;
    height: 16px;

    position: absolute;
    left: 3px;

    .theme-dark & {
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.25 12L8.75 7.75V16.25L14.25 12Z' stroke='#{url-friendly-colour($dm-body-color)}' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
        color: $dm-body-color-light;
    }
}
.dir-rtl {
    .block_settings .block_tree [aria-expanded="false"] > p:before,
    .block_navigation .block_tree [aria-expanded="false"] > p:before {
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.25 12L8.75 7.75V16.25L14.25 12Z' stroke='#{url-friendly-colour($body-color)}' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");

        .theme-dark & {
            background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.25 12L8.75 7.75V16.25L14.25 12Z' stroke='#{url-friendly-colour($dm-body-color)}' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
        }
    }
}

.theme-dark.dir-rtl {
    .block_settings .block_tree [aria-expanded="false"] > p:before,
    .block_navigation .block_tree [aria-expanded="false"] > p:before {
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.25 12L8.75 7.75V16.25L14.25 12Z' stroke='#{url-friendly-colour($dm-body-color)}' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
    }
}

.block_navigation .block_tree p.hasicon,
.block_settings .block_tree p.hasicon {
    text-indent: -3px;

    .icon {
        margin-right: 2px;
    }
}


/* ---- Block My Profile */
.block_myoverview {
    .content {
        min-height: 19.35rem;
    }

    .rui-bmo-nav-sort-selector {

        #block-region-dleftblocks &,
        #blocks-dashboardrightblock & {
            width: 100%;
            margin-right: 0 !important;
        }
    }

    //.paged-content-page-container {
    //    min-height: 13rem;
    //}
    .btn--title {
        #sidepre-blocks & {
            display: none !important;
        }
    }
}

.block_myprofile .myprofileitem.picture img {
    margin-bottom: .5rem;
    width: auto;
    height: auto;
}

.block_myprofile .myprofileitem.fullname {
    font-size: $font-size-md;
    color: $body-color;

    .theme-dark & {
        color: $dm-body-color;
    }
}

// .rui-myprofile-card-title {
//     font-size: $font-size-xs;
//     font-weight: $font-weight-medium;
//     color: $body-color-light;

//     .theme-dark & {
//         color: $dm-body-color-light;
//     }
// }

.rui-mo-progress-text {
    margin-bottom: 5px;
    font-size: $font-size-md;
    font-weight: $font-weight-medium;
    color: $body-color-light;

    .theme-dark & {
        color: $dm-body-color-light;
    }
}

.rui-mo-progress-icon--progress {
    color: $body-color;

    .theme-dark & {
        color: $dm-body-color;
    }

    .rui-mo-progress-100 & {
        display: none;
    }
}

.rui-mo-progress-icon--done {
    display: none;
    color: $green-600;

    .rui-mo-progress-100 & {
        display: inline-flex;
    }
}

.rui-mo-progress-100 {
    .small {
        color: $green-500;
    }
}

.rui-course-card-shortname {
    margin-bottom: .25rem;

    font-size: $font-size-xs;
    font-weight: $font-weight-normal;
}

.pagelayout-embedded {
    .has-fake-blocks {
        padding: 1rem;
        display: flex;
    }

    .has-fake-blocks .embedded-main {
        order: 0;
        width: calc(100% - #{$blocks-column-width});
        margin-right: 1rem;
    }

    .embedded-blocks {
        order: 1;
        width: $blocks-column-width;
    }

    @media (max-width: 767.98px) {
        .has-fake-blocks {
            display: block;
        }

        .has-fake-blocks .embedded-main {
            width: 100%;
        }

        .embedded-blocks {
            width: 100%;
        }
    }
}




.block_adminblock {
    background-color: $container-bg;
    border: 1px solid $border-color;
    border-radius: $btn-border-radius;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05), 0 14px 44px 0 rgba(0, 0, 0, .15);

    position: fixed;
    right: 10px;
    bottom: 60px;
    z-index: $zindex-tooltip;

    .drawer-open-right & {
        @include media-breakpoint-down(md) {
            right: 7px;
        }
    }

    .card-body {
        padding: 6px;
        display: inline-flex;
        align-items: center;
    }

    .card-title {
        margin-bottom: 0;
        font-size: 12px;
        font-weight: $font-weight-medium;
        margin-right: 16px;
        margin-left: 12px;
    }

    .custom-select {
        margin-right: 0 !important;
        padding: 7px 14px;
        width: 140px;
        height: auto;
        font-size: 12px;
    }

    .theme-dark & {
        background-color: $dm-container-bg;
    }
}

/* Dashboard Blocks */
.wrapper-dashboard #region-main-wrapper {
    .alert {
        margin: 30px 0 0;
    }
}

// TODO: Blocks UI
/* 
    Course contents block 
    https://github.com/mudrd8mz/moodle-block_course_contents
*/
.block_course_contents {
    .list-group-item {
        padding: 3px 0;
    }
}

/* Block recent activities */
.block_recent_activity {
    .activityhead {
        font-size: $font-size-xs;
        color: $body-color-secondary;

        .theme-dark & {
            color: $dm-body-color-secondary;
        }
    }

    .activityhead a {
        font-size: $font-size-sm;
        color: $body-color;
        font-weight: $font-weight-bold;

        .theme-dark & {
            color: $dm-body-color;
        }
    }
}


/* Block Section links */
.block_section_links {
    .unlist {
        li {
            margin-bottom: .35rem;

            &:last-child {
                margin-bottom: 0;
            }

            a {
                padding: .35rem 0;
                width: 100%;
                display: flex;
                align-items: center;
                font-weight: $font-weight-medium;
            }
        }
    }

}

/* Block - Recently accessed items */
.rui-block-title--sm {
    margin-bottom: .35rem;

    font-size: $font-size-md;
    font-weight: $font-weight-medium;
    line-height: 1.4;
    word-break: break-word;
}


.block_completionstatus {
    td {
        padding: 4px 2px !important;
        font-size: $font-size-xs !important;
    }
}

.block-recentlyaccesseditems .card-deck {
    margin: 0;
    padding: 7px;
    max-height: 220px;
    overflow-y: auto;

    border: 1px solid $border-color;
    border-radius: $btn-border-radius;

    .theme-dark & {
        border-color: $dm-border-color;
    }

    .rui-dashboard-card:last-of-type {
        margin-bottom: 0 !important;
    }

    .rui-dashboard-card {
        transition: $transition-base;

        &:hover {
            opacity: .7;
        }
    }
}

/* Block Lp */
.block_fake {
    li a {
        &:after {
            display: none;
        }
    }
}

.block {
    .list li {
        line-height: 2;
    }
}

.block_myprogress {
    p {
        font-size: $font-size-xs;
    }
    .progress {
        margin-top: 10px;
        margin-bottom: 0!important;
    }
}

.block_lp {
    h3 {
        font-size: $font-size-sm;
    }

    .sub-content {
        padding: 0;
        
        ul {
            margin: 10px 0;
            padding: 0;

            li {
                padding: 3px 0;
            }
        }
    }

}