2013-05-09 01:00:56 -04:00
|
|
|
.tint-box {
|
2016-11-30 08:25:25 -05:00
|
|
|
background: $stat-graph-common-bg;
|
2013-05-09 01:00:56 -04:00
|
|
|
position: relative;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.area {
|
2016-11-30 08:25:25 -05:00
|
|
|
fill: $stat-graph-area-fill;
|
2013-05-09 01:00:56 -04:00
|
|
|
fill-opacity: 0.5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.axis {
|
2016-11-30 08:25:25 -05:00
|
|
|
fill: $stat-graph-axis-fill;
|
2013-05-09 01:00:56 -04:00
|
|
|
font-size: 10px;
|
|
|
|
}
|
|
|
|
|
2016-06-15 13:01:58 -04:00
|
|
|
#contributors-master {
|
|
|
|
@include make-md-column(12);
|
|
|
|
|
|
|
|
svg {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-07-15 03:01:15 -04:00
|
|
|
#contributors {
|
|
|
|
.contributors-list {
|
2016-03-18 17:18:00 -04:00
|
|
|
margin: 0 0 10px;
|
2013-07-15 03:01:15 -04:00
|
|
|
list-style: none;
|
|
|
|
padding: 0;
|
2016-06-15 13:01:58 -04:00
|
|
|
|
|
|
|
svg {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2013-06-11 02:36:15 -04:00
|
|
|
}
|
2013-05-09 01:00:56 -04:00
|
|
|
|
2013-07-15 03:01:15 -04:00
|
|
|
.person {
|
2016-06-15 13:01:58 -04:00
|
|
|
@include make-md-column(6);
|
2013-07-15 03:01:15 -04:00
|
|
|
margin-top: 10px;
|
2016-06-20 11:21:14 -04:00
|
|
|
|
2016-12-01 00:27:58 -05:00
|
|
|
@media (max-width: $screen-xs-max) {
|
2016-06-20 11:21:14 -04:00
|
|
|
width: 100%;
|
|
|
|
}
|
2013-07-15 03:01:15 -04:00
|
|
|
}
|
2013-05-09 01:00:56 -04:00
|
|
|
|
2013-07-15 03:01:15 -04:00
|
|
|
.person .spark {
|
|
|
|
display: block;
|
2016-11-30 08:25:25 -05:00
|
|
|
background: $stat-graph-common-bg;
|
2016-06-20 11:21:14 -04:00
|
|
|
width: 100%;
|
2013-07-15 03:01:15 -04:00
|
|
|
}
|
2013-05-09 01:00:56 -04:00
|
|
|
|
2013-07-15 03:01:15 -04:00
|
|
|
.person .area-contributor {
|
2016-11-30 08:25:25 -05:00
|
|
|
fill: $stat-graph-orange-fill;
|
2013-07-15 03:01:15 -04:00
|
|
|
}
|
2013-05-09 01:00:56 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.selection rect {
|
2016-11-30 08:25:25 -05:00
|
|
|
fill: $stat-graph-selection-fill;
|
2013-05-09 01:00:56 -04:00
|
|
|
fill-opacity: 0.1;
|
2016-11-30 08:25:25 -05:00
|
|
|
stroke: $stat-graph-selection-stroke;
|
2013-05-09 01:00:56 -04:00
|
|
|
stroke-width: 1px;
|
|
|
|
stroke-opacity: 0.4;
|
|
|
|
shape-rendering: crispedges;
|
|
|
|
stroke-dasharray: 3 3;
|
|
|
|
}
|