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

41 lines
697 B
SCSS
Raw Normal View History

2016-05-06 00:48:41 +03:00
@import '../../shared/styles/variables';
2015-11-22 23:34:40 +03:00
2016-07-17 19:44:36 +03:00
:host {
overflow: hidden;
display: block;
2015-10-22 20:53:07 +03:00
}
2015-11-22 23:34:40 +03:00
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;
2015-11-22 23:34:40 +03:00
}
:host /deep/ > 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;
2016-11-23 02:23:32 +03:00
line-height: 16px;
&:hover {
color: #ffffff;
background-color: rgba(white, .1);
}
&.active {
background-color: white;
color: $black;
}
}
:host /deep/ tabs ul {
padding-top: 10px;
}