ws-nextjs-app/pages/[service]/av-embeds/styles.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { css } from '@emotion/react';

export default {
  global: () =>
    css({
      body: {
        margin: 0,
      },
    }),
  mediaPlayer: () =>
    css({
      paddingBottom: 0,
    }),
};