redoc/lib/components/ResponsesSamples/responses-samples.scss

36 lines
512 B
SCSS
Raw Normal View History

2015-11-22 23:34:40 +03:00
@import '../../common/styles/variables';
2015-10-22 20:53:07 +03:00
tab, tabs {
display: block;
}
schema-sample {
display: block;
}
2015-11-22 23:34:40 +03:00
header {
font-size: 16px;
margin: 5px 0;
color: $sample-panel-headers-color;
text-transform: uppercase;
font-weight: normal;
2015-11-22 23:34:40 +03:00
}
:host > tabs > ul li {
font-size: 13px;
margin: 2px 0;
padding: 2px 5px;
color: #8A9094;
line-height: 1.25;
color: $sample-panel-headers-color;
&.active {
background-color: white;
color: #666;
}
}
:host tabs ul {
padding-top: 10px;
}