ui(admin): start work on node settings

This commit is contained in:
Matthew Penner 2021-01-30 13:53:47 -07:00
parent 2a0c99163b
commit be1b05e0ec
4 changed files with 128 additions and 6 deletions

View file

@ -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`};