UNPKG

@wulperstudio/cms

Version:
6 lines 125 B
import { styled } from '@mui/material'; export var Fixed = styled('div')({ position: 'fixed', bottom: 20, right: 20 });