mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-20 11:36:25 +08:00
feat: modify invite page & 404 page (#1097)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import { displayFlex, styled } from '../../styles';
|
||||
|
||||
export const StyledEmptyContainer = styled.div(() => {
|
||||
return {
|
||||
height: '100%',
|
||||
...displayFlex('center', 'center'),
|
||||
flexDirection: 'column',
|
||||
|
||||
'.empty-img': {
|
||||
width: '320px',
|
||||
height: '280px',
|
||||
},
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user