mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-27 15:18:08 +00:00
9 lines
140 B
TypeScript
9 lines
140 B
TypeScript
import { Row } from 'antd';
|
|
import styled from 'styled-components';
|
|
|
|
export const Container = styled(Row)`
|
|
&&& {
|
|
margin-top: 2rem;
|
|
}
|
|
`;
|