kafka-ui/kafka-ui-react-app/src/components/Topics/shared/Form/TopicForm.styled.ts
Ekaterina Petrova c732862fd0
Empty table for brokers & change tag styles (#1371)
Co-authored-by: Ekaterina Petrova <epetrova@provectus.com>
2022-01-13 11:13:39 +03:00

16 lines
288 B
TypeScript

import styled from 'styled-components';
export const Column = styled.div`
display: flex;
justify-content: flex-start;
gap: 8px;
margin-bottom: 16px;
`;
export const NameField = styled.div`
flex-grow: 1;
`;
export const CustomParamsHeading = styled.h4`
font-weight: 500;
`;