@import '/UI/Style.scss';

InputGlyph {
    color: $white;
    font-family: $font-main;
    font-size: 26px;
    align-items: center;
    text-transform: uppercase;

    key {
        background: $white;
        color: $gray-brighter;
        padding: 2 10;
        margin-right: 10px;
    }

    &.disabled {
        opacity: 0.23;

        key {
            // background: $white-dark;
        }

        .hint-action {
            color: $white-dark;
        }
    }
}