mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
top cap shadow
This commit is contained in:
parent
2a689e1da2
commit
9ee4acb1c1
2 changed files with 6 additions and 2 deletions
|
@ -24,7 +24,10 @@ const ImageEditor: FC<IProps> = ({
|
||||||
}, [eventPreventer]);
|
}, [eventPreventer]);
|
||||||
|
|
||||||
return (
|
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>
|
<div>{data.type}</div>
|
||||||
</form>
|
</form>
|
||||||
);
|
);
|
||||||
|
|
|
@ -120,6 +120,7 @@
|
||||||
border-radius: $radius $radius 0 0;
|
border-radius: $radius $radius 0 0;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
box-shadow: inset transparentize(white, 0.95) 0 1px;
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue