// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`component.UI.Toggle should render correctly 1`] = ` .c1 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } .c2 { padding: 16px; width: 100%; font-size: 13px; color: #fff; background-color: transparent; color: #fff; background-color: transparent; font-family: Roboto,system-ui,sans-serif; font-weight: 300; border: 1px solid; border: 1px solid; border-color: #959595; border-radius: 5px; outline: none; } .c2:not([readOnly]):not([disabled]):focus { border: 1px solid #fd9800; } .c3 { padding: 0; margin-top: 0; position: absolute; z-index: 2; width: 100%; max-height: 20rem; overflow-y: auto; overflow-x: hidden; outline: 0; -webkit-transition: opacity 0.1s ease; transition: opacity 0.1s ease; border: none; background-color: #373947; } .c0 { background-color: transparent; border: none; position: absolute; right: 5px; top: 0; cursor: pointer; width: 47px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; height: 50px; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; outline: none; }
`;