mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-26 05:16:41 +07:00
#23 fixed lab shadows
This commit is contained in:
parent
b761849432
commit
10729de375
8 changed files with 40 additions and 7 deletions
|
@ -9,7 +9,7 @@ import { Grid } from '~/components/containers/Grid';
|
|||
interface IProps {}
|
||||
|
||||
const LabHead: FC<IProps> = () => (
|
||||
<Card className={styles.wrap}>
|
||||
<div className={styles.wrap}>
|
||||
<div className={styles.group}>
|
||||
<Group horizontal style={{ flex: '0 0 auto' }}>
|
||||
<Placeholder width="32px" height={32} />
|
||||
|
@ -28,7 +28,7 @@ const LabHead: FC<IProps> = () => (
|
|||
|
||||
<Filler />
|
||||
</div>
|
||||
</Card>
|
||||
</div>
|
||||
);
|
||||
|
||||
export { LabHead };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue