mirror of
https://github.com/Redocly/redoc.git
synced 2025-11-03 09:17:31 +03:00
9 lines
202 B
TypeScript
9 lines
202 B
TypeScript
import styled from '../../styled-components';
|
|
|
|
export const ResponseSamplesWrap = styled.div`
|
|
position: relative;
|
|
margin-bottom: 10px;
|
|
background-color: rgb(82, 96, 109);
|
|
border-radius: 4px;
|
|
`;
|