More shaving on design system

Summary: Added standardized dimensions for padding and gap, to encourage people to build layouts that look consistent, using for example `padv="small"`

Reviewed By: cekkaewnumchai

Differential Revision: D23961386

fbshipit-source-id: 33cd3b8974858e021a8b7d1b32f018fe3f007c63
This commit is contained in:
Michel Weststrate
2020-10-01 05:32:07 -07:00
committed by Facebook GitHub Bot
parent e8370e9fc1
commit b105574d00
10 changed files with 148 additions and 107 deletions

View File

@@ -91,11 +91,7 @@ export function SandyApp({logger}: {logger: Logger}) {
setToplevelSelection={setToplevelSelection}
/>
<Sidebar width={250} minWidth={220} maxWidth={800} gutter>
{leftMenuContent && (
<Layout.Container borderRight>
{leftMenuContent}
</Layout.Container>
)}
{leftMenuContent && leftMenuContent}
</Sidebar>
</Layout.Horizontal>
<MainContainer>