2016-06-02 11:05:42 +05:30
|
|
|
.calender-block {
|
2016-06-16 23:09:34 +05:30
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
|
|
|
|
2016-06-02 11:05:42 +05:30
|
|
|
@media (min-width: $screen-sm-min) and (max-width: $screen-lg-min) {
|
|
|
|
overflow-x: scroll;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-04-26 12:48:37 +05:30
|
|
|
.user-calendar-activities {
|
|
|
|
.str-truncated {
|
|
|
|
max-width: 70%;
|
|
|
|
}
|
|
|
|
|
2016-06-16 23:09:34 +05:30
|
|
|
.user-calendar-activities-loading {
|
|
|
|
font-size: 24px;
|
2015-04-26 12:48:37 +05:30
|
|
|
}
|
|
|
|
}
|
2016-01-14 18:37:52 +05:30
|
|
|
|
2016-06-16 23:09:34 +05:30
|
|
|
.user-calendar {
|
|
|
|
text-align: center;
|
2015-04-26 12:48:37 +05:30
|
|
|
|
2016-06-16 23:09:34 +05:30
|
|
|
.calendar {
|
|
|
|
display: inline-block;
|
2016-06-02 11:05:42 +05:30
|
|
|
}
|
2016-06-16 23:09:34 +05:30
|
|
|
}
|
2016-06-02 11:05:42 +05:30
|
|
|
|
2016-06-16 23:09:34 +05:30
|
|
|
.user-contrib-cell {
|
|
|
|
&:hover {
|
|
|
|
cursor: pointer;
|
|
|
|
stroke: #000;
|
2015-04-26 12:48:37 +05:30
|
|
|
}
|
2016-06-16 23:09:34 +05:30
|
|
|
}
|
2015-04-26 12:48:37 +05:30
|
|
|
|
2016-06-16 23:09:34 +05:30
|
|
|
.user-contrib-text {
|
|
|
|
font-size: 12px;
|
|
|
|
fill: #959494;
|
|
|
|
}
|
2015-04-26 12:48:37 +05:30
|
|
|
|
2016-06-16 23:09:34 +05:30
|
|
|
.calendar-hint {
|
|
|
|
margin-top: -23px;
|
|
|
|
float: right;
|
|
|
|
font-size: 12px;
|
2015-04-26 12:48:37 +05:30
|
|
|
}
|