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:
parent
2a689e1da2
commit
9ee4acb1c1
2 changed files with 6 additions and 2 deletions
|
@ -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>
|
||||
);
|
||||
|
|
|
@ -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;
|
||||
|
@ -153,4 +154,4 @@
|
|||
&:global(.active) {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue