/* public/app/css/dashboard-stage-kbd-punct.css
 * Synopsis: Rangée ponctuation du clavier.
 * Objectif: Boutons bas, glyphes gros et centrés.
 */

.dash .dash-rail--ops .dash-punct .dash-act--mark {
    align-items: center;
    aspect-ratio: auto;
    box-sizing: border-box;
    display: inline-flex;
    field-sizing: fixed;
    font-size: 1.25rem;
    font-weight: 600;
    height: 1.45rem;
    justify-content: center;
    line-height: 1;
    max-height: 1.45rem;
    min-height: 1.45rem;
    overflow: hidden;
    padding: 0;
}

.dash .dash-rail--ops .dash-mark-ch {
    display: block;
    line-height: 1;
    position: relative;
}

.dash .dash-rail--ops .dash-mark-ch--dot {
    font-size: 1.2em;
    top: -0.22em;
}

.dash .dash-rail--ops .dash-mark-ch--mid {
    font-size: 1.05em;
    top: -0.1em;
}

.dash .dash-rail--ops .dash-mark-ch--tall {
    font-size: 1em;
    top: -0.02em;
}
