mirror of
https://github.com/Redocly/redoc.git
synced 2025-11-25 20:15:23 +03:00
Merge b5d5f7897f into d41fd46f7c
This commit is contained in:
commit
ac5b84803f
|
|
@ -52,3 +52,15 @@ export const UnderlinedHeader = styled.h5`
|
||||||
|
|
||||||
${extensionsHook('UnderlinedHeader')};
|
${extensionsHook('UnderlinedHeader')};
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
export const UnderlinedHeaderAuth = styled.h3`
|
||||||
|
border-bottom: 1px solid rgba(38, 50, 56, 0.3);
|
||||||
|
margin: 1em 0 1em 0;
|
||||||
|
color: rgba(38, 50, 56, 0.5);
|
||||||
|
font-weight: normal;
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-size: 0.929em;
|
||||||
|
line-height: 20px;
|
||||||
|
|
||||||
|
${extensionsHook('UnderlinedHeaderAuth')};
|
||||||
|
`;
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import styled from 'styled-components';
|
import styled from 'styled-components';
|
||||||
import { linksCss } from '../Markdown/styled.elements';
|
import { linksCss } from '../Markdown/styled.elements';
|
||||||
import { media } from '../../styled-components';
|
import { media } from '../../styled-components';
|
||||||
import { UnderlinedHeader } from '../../common-elements';
|
import { UnderlinedHeaderAuth } from '../../common-elements';
|
||||||
|
|
||||||
export const Header = styled.div`
|
export const Header = styled.div`
|
||||||
background-color: #e4e7eb;
|
background-color: #e4e7eb;
|
||||||
|
|
@ -93,7 +93,7 @@ export const SecuritiesColumn = styled.div<{ $expanded?: boolean }>`
|
||||||
`}
|
`}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
export const AuthHeader = styled(UnderlinedHeader)`
|
export const AuthHeader = styled(UnderlinedHeaderAuth)`
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
`;
|
`;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user