@import "../../css/colors.css";
@import "../../css/units.css";

.mod-menu-item {
    display: flex;
    margin: 0 -$grid-unit;
    min-width: 6.25rem;
    padding: calc(2 * $grid-unit);
    padding-left: calc(3 * $grid-unit);
    padding-right: calc(3 * $grid-unit);
    width: 8.5rem;
    cursor: pointer;
    transition: 0.1s ease;
    align-items: center;
    overflow-wrap: anywhere;
}

.mod-menu-item:hover {
    background: $looks-secondary;
    color: white;
}

.mod-context-menu {
    display: flex;
    flex-direction: column;
}

.mod-unselect {
    user-select: none;
}

.displayed-font-name {
    font-size: .8rem;
    overflow: hidden;
    white-space: nowrap;
}

.font-dropdown {
    align-items: center;
    color: $text-primary;
    display: flex;
    font-size: 1rem;
    justify-content: space-between;
    width: 8.5rem;
    height: 2rem;
}
