﻿/* This is a temporary stylesheet that brings forward some styles from a later version of GDS components */

.govuk-input__wrapper {
    display: flex;
}

.govuk-input__prefix {
    font-size: 1rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    padding: 4px;
    border: 2px solid #6f777b;
    border-right: none;
    background-color: #dee0e2;
    text-align: center;
    white-space: nowrap;
    cursor: default;
    flex: 0 0 auto;
}
