@import "../styles/variables";

.Styleguide {
    display: flex;
    justify-content: center;

    .Icons-info {
        color: $timberwolf;

        rect { /* stylelint-disable-line selector-no-type */
            fill: currentColor;
        }
    }

    .StyleguideFormField {
        width: 400px;
    }
}
