// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`
component with logged in state should load the component in logged in state 1`] = ` .emotion-24 { background-color: #4b5e40; min-height: 60px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } @media (min-width:768px) { .emotion-24 .emotion-13 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .emotion-24 .emotion-17 { display: none; } .emotion-24 .e1jf5lit4 { display: none; } } @media (min-width:1024px) { .emotion-24 .emotion-23 { padding: 0 20px; } @media (min-width:1275px) { .emotion-24 .emotion-23 { max-width: 1240px; width: 100%; margin: 0 auto; } } } .emotion-22 { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 15px; } .emotion-14 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; padding: 0; -webkit-flex: 1; -ms-flex: 1; flex: 1; } .emotion-2 { margin-right: 1em; } .emotion-0 { display: inline-block; vertical-align: middle; box-sizing: border-box; background-position: center; background-size: contain; background-image: url([object Object]); background-repeat: no-repeat; width: 40px; height: 40px; } .emotion-12 { display: none; max-width: 393px; width: 100%; } .emotion-10 { width: 100%; height: 32px; position: relative; z-index: 1; } .emotion-6 .MuiInputBase-root:before { content: ''; border: none; } .emotion-6 .MuiInputBase-root:after { border-color: #fff; } .emotion-6 .MuiInputBase-root:hover:before { content: none; } .emotion-6 .MuiInputBase-input { color: #fff; } .emotion-4 { color: #fff; } .emotion-8 { max-height: 500px; overflow-y: auto; } .emotion-20 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; padding: 0; } .emotion-16 { display: block; } .emotion-18 { color: #fff; }
`; exports[`
component with logged in state should load the component in logged out state 1`] = ` .emotion-24 { background-color: #4b5e40; min-height: 60px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } @media (min-width:768px) { .emotion-24 .emotion-13 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .emotion-24 .emotion-17 { display: none; } .emotion-24 .e1jf5lit4 { display: none; } } @media (min-width:1024px) { .emotion-24 .emotion-23 { padding: 0 20px; } @media (min-width:1275px) { .emotion-24 .emotion-23 { max-width: 1240px; width: 100%; margin: 0 auto; } } } .emotion-22 { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 15px; } .emotion-14 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; padding: 0; -webkit-flex: 1; -ms-flex: 1; flex: 1; } .emotion-2 { margin-right: 1em; } .emotion-0 { display: inline-block; vertical-align: middle; box-sizing: border-box; background-position: center; background-size: contain; background-image: url([object Object]); background-repeat: no-repeat; width: 40px; height: 40px; } .emotion-12 { display: none; max-width: 393px; width: 100%; } .emotion-10 { width: 100%; height: 32px; position: relative; z-index: 1; } .emotion-6 .MuiInputBase-root:before { content: ''; border: none; } .emotion-6 .MuiInputBase-root:after { border-color: #fff; } .emotion-6 .MuiInputBase-root:hover:before { content: none; } .emotion-6 .MuiInputBase-input { color: #fff; } .emotion-4 { color: #fff; } .emotion-8 { max-height: 500px; overflow-y: auto; } .emotion-20 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; padding: 0; } .emotion-16 { display: block; } .emotion-18 { color: #fff; }
`;