mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-30 03:25:14 +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;
|
||
|
`;
|