// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`component.UI.Input should render correctly 1`] = ` .c0 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } .c1 { padding: 16px; width: 100%; font-size: 13px; color: #fff; background-color: transparent; color: #fff; background-color: transparent; font-family: "Roboto Light",Roboto,system-ui,sans-serif; font-weight: light; border: 1px solid; border: 1px solid; border-color: #959595; border-radius: 5px; outline: none; } .c1:not([readOnly]):not([disabled]):focus { border: 1px solid #fd9800; }
`;