2016-05-06 00:48:41 +03:00
|
|
|
@import '../../shared/styles/variables';
|
2016-03-08 23:03:05 +03:00
|
|
|
|
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;
|
2016-01-23 01:17:36 +03:00
|
|
|
font-weight: normal;
|
2015-10-21 12:20:14 +03:00
|
|
|
}
|
2015-11-26 01:36:07 +03:00
|
|
|
|
2016-03-15 00:15:32 +03:00
|
|
|
:host .zippy-title {
|
|
|
|
font-family: $headers-font, $headers-font-family;
|
|
|
|
}
|
|
|
|
|
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;
|
2016-05-18 22:39:09 +03:00
|
|
|
|
|
|
|
&:not(:first-child) {
|
|
|
|
margin-top: 15px;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2015-11-26 01:36:07 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.header {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
2016-07-28 07:24:12 +03:00
|
|
|
|
|
|
|
.header-range {
|
|
|
|
position: relative;
|
|
|
|
top: 1px;
|
|
|
|
margin-right: 6px;
|
|
|
|
margin-left: 6px;
|
|
|
|
border-radius: $border-radius;
|
|
|
|
background-color: rgba($primary-color, .1);
|
|
|
|
padding: 0 4px;
|
|
|
|
color: rgba($primary-color, 0.7);
|
|
|
|
}
|
|
|
|
|
|
|
|
.header-type.array:before {
|
|
|
|
content: "Array of ";
|
|
|
|
color: $black;
|
|
|
|
font-weight: $base-font-weight;
|
|
|
|
}
|