@procraft/widget-order
Version:
Order widget for landing
28 lines (23 loc) • 456 B
text/typescript
import styled from 'styled-components'
// import okSvg from './img/ok.svg';
export const WidgetOrderStyled = styled.div`
&,
* {
box-sizing: border-box;
font-family: Inter, sans-serif;
}
position: relative;
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 0;
color: #333;
line-height: 1.42;
flex: 1;
min-width: 300px;
max-width: 350px;
margin: 0 15px 30px 15px;
.flex-1 {
flex: 1;
}
`