redoc/lib/components/ResponsesList/responses-list.scss

32 lines
457 B
SCSS
Raw Normal View History

2016-03-08 23:03:05 +03:00
@import '../../common/styles/variables';
2015-11-23 23:57:49 +03:00
.responses-list-header {
font-size: 18px;
padding: 0.2em 0;
2016-03-08 23:03:05 +03:00
margin: 3em 0 1.1em 0;
2015-11-23 23:57:49 +03:00
color: #253137;
font-weight: normal;
2015-10-21 12:20:14 +03:00
}
2015-11-26 01:36:07 +03:00
.header-name {
font-weight: bold;
display: inline-block;
}
.header-type {
display: inline-block;
font-weight: bold;
color: #999;
}
2015-11-26 22:21:38 +03:00
header {
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 15px;
2015-11-26 01:36:07 +03:00
}
.header {
margin-bottom: 10px;
}