mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-11 11:26:37 +03:00
17 lines
226 B
SCSS
17 lines
226 B
SCSS
@import '../../common/styles/variables';
|
|
|
|
tab, tabs {
|
|
display: block;
|
|
}
|
|
|
|
schema-sample {
|
|
display: block;
|
|
}
|
|
|
|
header {
|
|
font-size: 16px;
|
|
margin: 5px 0;
|
|
color: $sample-panel-headers-color;
|
|
text-transform: uppercase;
|
|
}
|