mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-11 11:26:37 +03:00
39 lines
674 B
SCSS
39 lines
674 B
SCSS
@import '../../common/styles/variables';
|
|
|
|
tab, tabs {
|
|
display: block;
|
|
}
|
|
|
|
schema-sample {
|
|
display: block;
|
|
}
|
|
|
|
header {
|
|
font-family: $headers-font;
|
|
font-size: 0.929em;
|
|
text-transform: uppercase;
|
|
margin: 0;
|
|
color: $sample-panel-headers-color;
|
|
text-transform: uppercase;
|
|
font-weight: normal;
|
|
}
|
|
|
|
:host > tabs > ul li {
|
|
font-family: $headers-font;
|
|
font-size: 0.929em;
|
|
border-radius: $border-radius;
|
|
margin: 2px 0;
|
|
padding: 2px 8px 3px 8px;
|
|
color: $sample-panel-headers-color;
|
|
line-height: 1.25;
|
|
|
|
&.active {
|
|
background-color: white;
|
|
color: $black;
|
|
}
|
|
}
|
|
|
|
:host tabs ul {
|
|
padding-top: 10px;
|
|
}
|