mirror of
https://github.com/hazemKrimi/crimson-quirks-ui.git
synced 2026-05-02 02:30:29 +00:00
6 lines
112 B
TypeScript
6 lines
112 B
TypeScript
import styled from 'styled-components';
|
|
|
|
export const Wrapper = styled.div`
|
|
padding: 35px 45px 35px 120px;
|
|
`;
|