@mixin dropdown-child-list {
    background-color: $dropdown-nested-list-background-color;
    background-image: $dropdown-nested-list-background-image;
    background-position-x: 9px;
    background-repeat: no-repeat;
    background-size: 1px 100%;
    line-height: 1.75rem;
    padding: 0 0 0 10px;
}
