.wrapper { font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding: 15px 20px; display: flex; align-items: center; justify-content: space-between; } svg { display: inline-block; vertical-align: top; } h1 { font-weight: 900; font-size: 20px; line-height: 1; margin: 6px 0 6px 10px; display: inline-block; vertical-align: top; } button + button { margin-left: 10px; } .storybook-button { font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 700; border: 0; border-radius: 3em; cursor: pointer; display: inline-block; line-height: 1; } .storybook-button--primary { color: white; background-color: #1ea7fd; } .storybook-button--secondary { color: #333; background-color: transparent; box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0px 1px inset; } .storybook-button--small { font-size: 12px; padding: 10px 16px; } .storybook-button--medium { font-size: 14px; padding: 11px 20px; } .storybook-button--large { font-size: 16px; padding: 12px 24px; } .storybook-icon { font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 700; border: 0; border-radius: 3em; cursor: pointer; display: inline-block; line-height: 1; } .storybook-icon--small { height: 32px; width: auto; } .storybook-icon--medium { height: 64px; width: auto; } .storybook-icon--large { height: 128px; width: auto; }