InputGlyph {
    transition: all 0.1s ease;
    transform: scale(1);

    &.pressed {
        transform: scale(1.15);
        opacity: 0.6;
    }
}
