2013-05-09 01:00:56 -04:00
|
|
|
.tint-box {
|
|
|
|
background: #f3f3f3;
|
|
|
|
position: relative;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.area {
|
|
|
|
fill: #1db34f;
|
|
|
|
fill-opacity: 0.5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.axis {
|
|
|
|
fill: #aaa;
|
|
|
|
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
|
|
|
|
|
|
|
@media (max-width: $screen-sm-min) {
|
|
|
|
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;
|
|
|
|
background: #f3f3f3;
|
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 {
|
|
|
|
fill: #f17f49;
|
|
|
|
}
|
2013-05-09 01:00:56 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.selection rect {
|
|
|
|
fill: #333;
|
|
|
|
fill-opacity: 0.1;
|
|
|
|
stroke: #333;
|
|
|
|
stroke-width: 1px;
|
|
|
|
stroke-opacity: 0.4;
|
|
|
|
shape-rendering: crispedges;
|
|
|
|
stroke-dasharray: 3 3;
|
|
|
|
}
|