redoc/lib/components/ResponsesList/responses-list.scss
2016-05-06 00:48:41 +03:00

36 lines
533 B
SCSS

@import '../../shared/styles/variables';
.responses-list-header {
font-size: 18px;
padding: 0.2em 0;
margin: 3em 0 1.1em 0;
color: #253137;
font-weight: normal;
}
:host .zippy-title {
font-family: $headers-font, $headers-font-family;
}
.header-name {
font-weight: bold;
display: inline-block;
}
.header-type {
display: inline-block;
font-weight: bold;
color: #999;
}
header {
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 15px;
}
.header {
margin-bottom: 10px;
}