redoc/lib/components/RequestSamples/request-samples.scss

42 lines
701 B
SCSS
Raw Normal View History

2016-01-31 20:37:51 +03:00
@import '../../common/styles/variables';
header {
font-family: $headers-font;
2016-03-02 22:48:55 +03:00
font-size: $h5;
text-transform: uppercase;
2016-03-08 23:03:05 +03:00
margin: 0;
2016-01-31 20:37:51 +03:00
color: $sample-panel-headers-color;
text-transform: uppercase;
font-weight: normal;
}
:host > tabs > ul li {
font-family: $headers-font;
font-size: .9em;
border-radius: $border-radius;
2016-01-31 20:37:51 +03:00
margin: 2px 0;
padding: 3px 10px 2px 10px;
2016-01-31 20:37:51 +03:00
line-height: 1.25;
color: $sample-panel-headers-color;
&.hover {
color: #ffffff;
}
2016-01-31 20:37:51 +03:00
&.active {
background-color: #ffffff;
color: $text-color;
2016-01-31 20:37:51 +03:00
}
}
:host tabs ul {
padding-top: 10px;
}
pre {
overflow-x: auto;
2016-02-01 15:54:58 +03:00
word-break: break-all;
word-wrap: break-word;
white-space: pre-wrap;
2016-01-31 20:37:51 +03:00
}