gitlab-org--gitlab-foss/app/assets/stylesheets/framework/calendar.scss

46 lines
640 B
SCSS
Raw Normal View History

.calender-block {
2016-04-28 06:07:17 -04:00
padding-left: 0;
padding-right: 0;
direction: rtl;
2016-04-28 06:07:17 -04:00
2016-12-01 00:27:58 -05:00
@media (min-width: $screen-sm-min) and (max-width: $screen-md-max) {
overflow-x: scroll;
}
}
.user-calendar-activities {
.str-truncated {
max-width: 70%;
}
.user-calendar-activities-loading {
font-size: 24px;
}
}
.user-calendar {
text-align: center;
.calendar {
display: inline-block;
}
}
.user-contrib-cell {
&:hover {
cursor: pointer;
2016-11-30 08:25:25 -05:00
stroke: $black;
}
}
.user-contrib-text {
font-size: 12px;
2016-11-30 08:25:25 -05:00
fill: $calendar-user-contrib-text;
}
.calendar-hint {
margin-top: -23px;
float: right;
font-size: 12px;
}