ui(admin): consistency tweaks, add egg pages

This commit is contained in:
Matthew Penner 2021-09-17 13:06:31 -06:00
parent db4fb3ac53
commit 107cf72269
No known key found for this signature in database
GPG key ID: 030E4AB751DC756F
9 changed files with 91 additions and 15 deletions

View file

@ -59,7 +59,7 @@ export default () => {
<AdminContentBlock title={'New Node'}>
<div css={tw`w-full flex flex-row items-center mb-8`}>
<div css={tw`flex flex-col flex-shrink`} style={{ minWidth: '0' }}>
<h2 css={tw`text-2xl text-neutral-50 font-header font-medium`}>Create Node</h2>
<h2 css={tw`text-2xl text-neutral-50 font-header font-medium`}>New Node</h2>
<p css={tw`text-base text-neutral-400 whitespace-nowrap overflow-ellipsis overflow-hidden`}>Add a new node to the panel.</p>
</div>
</div>