From fe1ba2ad6affeb6c0e97c73171d8fa3f31dde73e Mon Sep 17 00:00:00 2001 From: Markus Hatvan Date: Thu, 14 Oct 2021 13:24:58 +0200 Subject: chore: convert files to TS (#2066) --- src/components/ui/Modal/styles.js | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 src/components/ui/Modal/styles.js (limited to 'src/components/ui/Modal/styles.js') diff --git a/src/components/ui/Modal/styles.js b/src/components/ui/Modal/styles.js deleted file mode 100644 index f32c075ce..000000000 --- a/src/components/ui/Modal/styles.js +++ /dev/null @@ -1,33 +0,0 @@ -export default (theme) => ({ - component: { - zIndex: 500, - position: 'absolute', - }, - overlay: { - background: theme.colorModalOverlayBackground, - position: 'fixed', - top: 0, - left: 0, - right: 0, - bottom: 0, - display: 'flex', - }, - modal: { - background: theme.colorModalBackground, - maxWidth: '90%', - height: 'auto', - margin: 'auto auto', - borderRadius: 6, - boxShadow: '0px 13px 40px 0px rgba(0,0,0,0.2)', - position: 'relative', - }, - content: { - padding: 20, - }, - close: { - position: 'absolute', - top: 0, - right: 0, - padding: 20, - }, -}); -- cgit v1.2.3-70-g09d2