1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

top cap shadow

This commit is contained in:
muerwre 2019-08-06 21:00:07 +07:00
parent 2a689e1da2
commit 9ee4acb1c1
2 changed files with 6 additions and 2 deletions

View file

@ -24,7 +24,10 @@ const ImageEditor: FC<IProps> = ({
}, [eventPreventer]);
return (
<form className={styles.uploads} onDrop={e => { console.log(e.dataTransfer.files);}}>
<form
className={styles.uploads}
onDrop={e => { console.log(e.dataTransfer.files);}}
>
<div>{data.type}</div>
</form>
);

View file

@ -120,6 +120,7 @@
border-radius: $radius $radius 0 0;
flex: 1;
position: relative;
box-shadow: inset transparentize(white, 0.95) 0 1px;
&::after {
position: absolute;