diff options
| author | jackyzha0 <[email protected]> | 2021-03-06 16:18:50 -0800 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2021-03-06 16:18:50 -0800 |
| commit | 9aab99beea5af56f2329eb6de421617994435354 (patch) | |
| tree | bbdd7fb4957f9c0112e841cacbc68902716c1310 /frontend/src/components/modals/shared.js | |
| parent | update watermark styling (diff) | |
| download | ctrl-v-9aab99beea5af56f2329eb6de421617994435354.tar.xz ctrl-v-9aab99beea5af56f2329eb6de421617994435354.zip | |
paste modal fixes
Diffstat (limited to 'frontend/src/components/modals/shared.js')
| -rw-r--r-- | frontend/src/components/modals/shared.js | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/frontend/src/components/modals/shared.js b/frontend/src/components/modals/shared.js index 7c38dc2..0336818 100644 --- a/frontend/src/components/modals/shared.js +++ b/frontend/src/components/modals/shared.js @@ -12,15 +12,8 @@ export const modalStyles = { }; export const Form = styled.form` - z-index: 999; -` - -export const RightPad = styled.div` - margin-right: 3em; -` - -export const LeftPad = styled.div` - margin-left: 2em; + margin: 2em; + margin-right: 3em; ` export const ModalHeader = styled.h3` |