2020-11-07 16:04:40 -05:00
|
|
|
#user-heatmap {
|
2020-11-18 17:00:16 -05:00
|
|
|
width: 100%;
|
2020-11-07 16:04:40 -05:00
|
|
|
text-align: center;
|
2020-11-18 17:00:16 -05:00
|
|
|
position: relative;
|
|
|
|
min-height: 125px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
2020-11-07 16:04:40 -05:00
|
|
|
|
|
|
|
svg:not(:root) {
|
|
|
|
overflow: inherit;
|
|
|
|
padding: 0 !important;
|
|
|
|
}
|
|
|
|
|
2020-11-18 17:00:16 -05:00
|
|
|
text {
|
|
|
|
fill: currentColor !important;
|
|
|
|
}
|
|
|
|
|
2020-11-17 00:33:19 -05:00
|
|
|
@media @mediaLgAndDown {
|
2020-11-18 17:00:16 -05:00
|
|
|
&,
|
|
|
|
& + .divider {
|
2020-11-07 16:04:40 -05:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.total-contributions {
|
2020-11-18 17:00:16 -05:00
|
|
|
font-size: 11px;
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
left: 25px;
|
2020-11-07 16:04:40 -05:00
|
|
|
}
|
|
|
|
|
2020-11-18 17:00:16 -05:00
|
|
|
@media @mediaLgAndDown {
|
|
|
|
.total-contributions {
|
|
|
|
left: 21px;
|
|
|
|
}
|
2020-11-07 16:04:40 -05:00
|
|
|
}
|
|
|
|
|
2020-11-18 17:00:16 -05:00
|
|
|
@media (max-width: 1000px) {
|
|
|
|
.total-contributions {
|
|
|
|
font-size: 10px;
|
|
|
|
left: 17px;
|
|
|
|
bottom: -2px;
|
|
|
|
}
|
2020-11-07 16:04:40 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-11-18 17:00:16 -05:00
|
|
|
.user.profile #user-heatmap {
|
|
|
|
min-height: 135px;
|
2020-11-07 16:04:40 -05:00
|
|
|
}
|