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

/* Moodle fixes search begin */
.navbar .search-input-wrapper {
    width: 18px;
    > div {
        margin: 10px 0 11px;
        padding-left: 1px;
    }
    &.expanded {
        width: 160px;
        > div {
            margin: 11px 0 10px;
        }
    }
    > form {
        margin: 6px 0 3px 25px;
    }
}
/* Moodle fixes search end */
