ui(admin): start work on node settings
This commit is contained in:
parent
2a0c99163b
commit
be1b05e0ec
4 changed files with 128 additions and 6 deletions
|
@ -4,7 +4,7 @@ import styled from 'styled-components/macro';
|
|||
import tw from 'twin.macro';
|
||||
|
||||
export const SubNavigation = styled.div`
|
||||
${tw`h-12 flex flex-row items-center border-b border-neutral-700`};
|
||||
${tw`h-12 flex flex-row items-center border-b border-neutral-700 mb-4`};
|
||||
|
||||
& > div {
|
||||
${tw`h-full flex flex-col flex-shrink-0 justify-center`};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue