// @package     theme_essential.
// @copyright   2016 Gareth J Barnard.
// @license     http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later.

/* Moodle fixes blocks begin */

.block .icon {
    margin-right: 4px;
}

.block_navigation,
.block_settings {
    .block_tree .fa[aria-hidden="true"] {
        display: inline-block;
    }
}
.block_navigation,
.block_settings {
    .block_tree p.hasicon {
        padding-left: 0;
        text-indent: 0;
    }
    .block_tree ul {
        margin-left: 21px;
    }
}

html[dir='rtl'] .tree_item {
    &.branch {
        unicode-bidi: bidi-override;
    }
    span,
    a {
        unicode-bidi: embed;
    }
}

/* Moodle fixes blocks end */
