﻿InputGlyph {
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.1s ease;
    transform: scale(1);
    background-tint: #e1e1e1;

    &.pressed {
        transform: scale(1.15);
        background-tint: darken(#e1e1e1, 10%);
    }
}
