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

39 lines
674 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 {
2016-03-08 23:03:05 +03:00
display: block;
2015-10-22 20:53:07 +03:00
}
schema-sample {
2016-03-08 23:03:05 +03:00
display: block;
2015-10-22 20:53:07 +03:00
}
2015-11-22 23:34:40 +03:00
header {
2016-03-08 23:03:05 +03:00
font-family: $headers-font;
font-size: 0.929em;
text-transform: uppercase;
margin: 0;
color: $sample-panel-headers-color;
text-transform: uppercase;
font-weight: normal;
2015-11-22 23:34:40 +03:00
}
:host > tabs > ul li {
2016-03-08 23:03:05 +03:00
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;
2016-03-08 23:03:05 +03:00
&.active {
background-color: white;
color: $black;
}
}
:host tabs ul {
2016-03-08 23:03:05 +03:00
padding-top: 10px;
}