v3/packages/design-system/organisms/server-setup/ServerSetup.styled.ts

14 lines
266 B
TypeScript

import styled from 'styled-components';
export const FlexLine = styled.div`
display: flex;
align-items: center;
justify-content: center;
padding: 15px;
`;
export const FlexWrap = styled.div`
display: flex;
flex-direction: column;
flex-wrap: wrap;
`;