mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-26 02:23:43 +03:00
fix: remove tabs top margin
This commit is contained in:
parent
6de3523eb0
commit
5c187f34c9
|
@ -22,7 +22,8 @@ export const Tabs = styled(ReactTabs)`
|
|||
text-align: center;
|
||||
outline: none;
|
||||
color: ${({ theme }) => darken(theme.colors.tonalOffset, theme.rightPanel.textColor)};
|
||||
margin: 5px;
|
||||
margin: 0
|
||||
${({ theme }) => `${theme.spacing.unit}px ${theme.spacing.unit}px ${theme.spacing.unit}px`};
|
||||
border: 1px solid ${({ theme }) => darken(0.05, theme.codeSample.backgroundColor)};
|
||||
border-radius: 5px;
|
||||
min-width: 60px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user