mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-17 05:37:05 +00:00
11 lines
199 B
TypeScript
11 lines
199 B
TypeScript
import styled from 'styled-components';
|
|
|
|
export const ActionsAndStatusSection = styled.div`
|
|
flex: 0 0 auto;
|
|
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
gap: 5px;
|
|
`;
|