// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Card Card With Header 1`] = ` .c0 { box-sizing: content-box; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex: 1 0 auto; -ms-flex: 1 0 auto; flex: 1 0 auto; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; position: relative; border-width: 0.0625rem; border-style: solid; -webkit-transition: all 300ms ease; transition: all 300ms ease; color: rgb(73,73,73); background-color: rgb(255,255,255); border-color: rgb(216,216,216); } .c2 { box-sizing: content-box; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex: 1 0 auto; -ms-flex: 1 0 auto; flex: 1 0 auto; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; position: relative; border-width: 0.0625rem; border-style: solid; -webkit-transition: all 300ms ease; transition: all 300ms ease; color: rgb(73,73,73); background-color: rgb(255,255,255); border-color: rgb(216,216,216); color: rgb(255,255,255); background-color: rgb(59,70,204); border-color: rgb(45,56,132); min-height: auto; height: 2.875rem; -webkit-flex: 0 0 2.875rem; -ms-flex: 0 0 2.875rem; flex: 0 0 2.875rem; } .c1 { -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; z-index: 1; line-height: 1.5rem; max-width: 100%; border-top: 0; border-left: 0; border-right: 0; }
Inspire the lazy
`; exports[`Card Default Card 1`] = ` .c0 { box-sizing: content-box; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex: 1 0 auto; -ms-flex: 1 0 auto; flex: 1 0 auto; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; position: relative; border-width: 0.0625rem; border-style: solid; -webkit-transition: all 300ms ease; transition: all 300ms ease; color: rgb(73,73,73); background-color: rgb(255,255,255); border-color: rgb(216,216,216); }
Inspire the lazy
`; exports[`Card Disabled Card 1`] = ` .c0 { box-sizing: content-box; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex: 1 0 auto; -ms-flex: 1 0 auto; flex: 1 0 auto; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; position: relative; border-width: 0.0625rem; border-style: solid; -webkit-transition: all 300ms ease; transition: all 300ms ease; color: rgb(73,73,73); background-color: rgb(255,255,255); border-color: rgb(216,216,216); border-color: rgb(216,216,216); background-color: rgb(250,250,250); color: rgb(73,73,73); cursor: default; }
Inspire the lazy
`; exports[`Card Secondary Card 1`] = ` .c0 { box-sizing: content-box; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex: 1 0 auto; -ms-flex: 1 0 auto; flex: 1 0 auto; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; position: relative; border-width: 0.0625rem; border-style: solid; -webkit-transition: all 300ms ease; transition: all 300ms ease; color: rgb(73,73,73); background-color: rgb(255,255,255); border-color: rgb(216,216,216); color: rgb(255,255,255); background-color: rgb(59,70,204); border-color: rgb(45,56,132); }
Inspire the lazy
`; exports[`Card Shadow Card 1`] = ` .c0 { box-sizing: content-box; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex: 1 0 auto; -ms-flex: 1 0 auto; flex: 1 0 auto; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; position: relative; border-width: 0.0625rem; border-style: solid; -webkit-transition: all 300ms ease; transition: all 300ms ease; color: rgb(73,73,73); background-color: rgb(255,255,255); border-color: rgb(216,216,216); box-shadow: 0 0.125rem 0 0 rgba(0,0,0,0.05); }
Inspire the lazy
`;