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