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 {
|
2018-08-22 12:40:38 -04:00
|
|
|
fill: $green-500;
|
2013-05-09 01:00:56 -04:00
|
|
|
fill-opacity: 0.5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.axis {
|
|
|
|
font-size: 10px;
|
|
|
|
}
|
|
|
|
|
2016-06-15 13:01:58 -04:00
|
|
|
#contributors-master {
|
2018-04-09 12:28:30 -04:00
|
|
|
@include media-breakpoint-up(md) {
|
2018-05-09 13:51:01 -04:00
|
|
|
@include make-col-ready();
|
2018-04-09 12:28:30 -04:00
|
|
|
@include make-col(12);
|
|
|
|
}
|
2016-06-15 13:01:58 -04:00
|
|
|
}
|
|
|
|
|
2013-07-15 03:01:15 -04:00
|
|
|
#contributors {
|
2018-12-15 16:51:02 -05:00
|
|
|
flex: 1;
|
|
|
|
|
2013-07-15 03:01:15 -04:00
|
|
|
.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;
|
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 {
|
2018-04-09 12:28:30 -04:00
|
|
|
@include media-breakpoint-up(md) {
|
2018-05-09 13:51:01 -04:00
|
|
|
@include make-col-ready();
|
2018-04-09 12:28:30 -04:00
|
|
|
@include make-col(6);
|
|
|
|
}
|
|
|
|
|
2013-07-15 03:01:15 -04:00
|
|
|
margin-top: 10px;
|
2016-06-20 11:21:14 -04:00
|
|
|
|
2018-04-09 11:26:28 -04:00
|
|
|
@include media-breakpoint-down(xs) {
|
2016-06-20 11:21:14 -04:00
|
|
|
width: 100%;
|
|
|
|
}
|
2013-05-09 01:00:56 -04:00
|
|
|
|
2017-07-12 05:50:26 -04:00
|
|
|
.spark {
|
|
|
|
display: block;
|
|
|
|
background: $stat-graph-common-bg;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2013-05-09 01:00:56 -04:00
|
|
|
|
2017-07-12 05:50:26 -04:00
|
|
|
.area-contributor {
|
2018-08-22 12:40:38 -04:00
|
|
|
fill: $orange-500;
|
2017-07-12 05:50:26 -04:00
|
|
|
}
|
2013-07-15 03:01:15 -04:00
|
|
|
}
|
2013-05-09 01:00:56 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.selection rect {
|
|
|
|
fill-opacity: 0.1;
|
|
|
|
stroke-width: 1px;
|
|
|
|
stroke-opacity: 0.4;
|
|
|
|
shape-rendering: crispedges;
|
|
|
|
stroke-dasharray: 3 3;
|
|
|
|
}
|