mirror of
https://github.com/Redocly/redoc.git
synced 2025-07-12 17:22:29 +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;
|
text-align: center;
|
||||||
outline: none;
|
outline: none;
|
||||||
color: ${({ theme }) => darken(theme.colors.tonalOffset, theme.rightPanel.textColor)};
|
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: 1px solid ${({ theme }) => darken(0.05, theme.codeSample.backgroundColor)};
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
min-width: 60px;
|
min-width: 60px;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user