vinyl-component-blocks
Version:
Modular, Reusable, and Styled UI Component Library. Stop repeating work, install, call, use, modify.
13 lines • 349 B
JavaScript
import styled from "styled-components";
export const ButtonWrapper = styled.div `
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 40px;
`;
export const StyledForm = styled.form `
padding: 40px 25px;
width: 450px;
border: 1px solid #333333;
`;
//# sourceMappingURL=styled.js.map