import { style } from '@vanilla-extract/css'; export const detailContentStyle = style({ backgroundColor: 'rgba(0, 0, 0, 0.04)', height: '100%', display: 'flex', flexDirection: 'column', overflow: 'auto', paddingLeft: '9px', paddingRight: '9px', }); export const detailContentActionsStyle = style({});