2016-03-29 14:05:02 -04:00
|
|
|
.calender-block {
|
2016-04-28 06:07:17 -04:00
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
2017-01-25 14:27:42 -05:00
|
|
|
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) {
|
2016-03-29 14:05:02 -04:00
|
|
|
overflow-x: scroll;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-03-13 06:39:26 -04:00
|
|
|
.user-calendar-activities {
|
|
|
|
.str-truncated {
|
|
|
|
max-width: 70%;
|
|
|
|
}
|
2015-01-28 16:18:22 -05:00
|
|
|
|
2016-04-28 06:03:14 -04:00
|
|
|
.user-calendar-activities-loading {
|
|
|
|
font-size: 24px;
|
2015-03-13 06:39:26 -04:00
|
|
|
}
|
2015-01-28 16:18:22 -05:00
|
|
|
}
|
2016-01-01 22:12:50 -05:00
|
|
|
|
2016-04-27 06:07:46 -04:00
|
|
|
.user-calendar {
|
|
|
|
text-align: center;
|
2015-01-28 16:18:22 -05:00
|
|
|
|
2016-04-27 06:07:46 -04:00
|
|
|
.calendar {
|
|
|
|
display: inline-block;
|
2015-01-28 16:18:22 -05:00
|
|
|
}
|
|
|
|
}
|
2016-04-26 08:21:48 -04:00
|
|
|
|
|
|
|
.user-contrib-cell {
|
|
|
|
&:hover {
|
2016-04-27 06:07:46 -04:00
|
|
|
cursor: pointer;
|
2016-11-30 08:25:25 -05:00
|
|
|
stroke: $black;
|
2016-04-26 08:21:48 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-contrib-text {
|
|
|
|
font-size: 12px;
|
2016-11-30 08:25:25 -05:00
|
|
|
fill: $calendar-user-contrib-text;
|
2016-04-26 08:21:48 -04:00
|
|
|
}
|
2016-04-27 06:07:46 -04:00
|
|
|
|
|
|
|
.calendar-hint {
|
|
|
|
margin-top: -23px;
|
|
|
|
float: right;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|