2016-03-29 14:05:02 -04:00
|
|
|
.calender-block {
|
2017-03-01 07:36:53 -05:00
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
2017-03-01 04:20:51 -05:00
|
|
|
border-top: 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) {
|
2017-04-11 16:20:14 -04:00
|
|
|
overflow-x: auto;
|
2016-03-29 14:05:02 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-03-13 06:39:26 -04:00
|
|
|
.user-calendar-activities {
|
2017-02-09 11:02:54 -05:00
|
|
|
direction: ltr;
|
|
|
|
|
2015-03-13 06:39:26 -04:00
|
|
|
.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;
|
|
|
|
}
|
2017-01-04 11:53:41 -05:00
|
|
|
|
|
|
|
.pika-single.gitlab-theme {
|
|
|
|
.pika-label {
|
2017-01-06 09:43:21 -05:00
|
|
|
color: $gl-text-color-secondary;
|
2017-01-04 11:53:41 -05:00
|
|
|
font-size: 14px;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
th {
|
|
|
|
padding: 2px 0;
|
|
|
|
color: $note-disabled-comment-color;
|
|
|
|
font-weight: normal;
|
|
|
|
text-transform: lowercase;
|
|
|
|
border-top: 1px solid $calendar-border-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
abbr {
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
|
|
|
td {
|
|
|
|
border: 1px solid $calendar-border-color;
|
|
|
|
|
|
|
|
&:first-child {
|
|
|
|
border-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
border-right: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.pika-day {
|
|
|
|
border-radius: 0;
|
|
|
|
background-color: $white-light;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.is-today {
|
|
|
|
.pika-day {
|
|
|
|
color: inherit;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.is-selected .pika-day,
|
|
|
|
.pika-day:hover,
|
|
|
|
.is-today .pika-day:hover {
|
|
|
|
background: $gl-primary;
|
|
|
|
color: $white-light;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
}
|