ui(frontend-admin): 💄 Update CSS-in-JS styles for service diagram component to enhance visual consistency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
1a50fad145
commit
821576efbf
1 changed files with 1 additions and 6 deletions
|
|
@ -1,11 +1,6 @@
|
|||
import styled from '@lilith/ui-styled-components';
|
||||
|
||||
export const PageContainer = styled.div`
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: calc(100vh - 48px);
|
||||
gap: 16px;
|
||||
`;
|
||||
export { PageContainer } from '@/components/admin-pages/SharedPageComponents';
|
||||
|
||||
export const Header = styled.div`
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue