debian-mirror-gitlab/app/assets/stylesheets/framework/calendar.scss

45 lines
600 B
SCSS
Raw Normal View History

2016-06-02 11:05:42 +05:30
.calender-block {
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%;
}
.user-calendar-activities-loading {
font-size: 24px;
2015-04-26 12:48:37 +05:30
}
}
.user-calendar {
text-align: center;
2015-04-26 12:48:37 +05:30
.calendar {
display: inline-block;
2016-06-02 11:05:42 +05:30
}
}
2016-06-02 11:05:42 +05:30
.user-contrib-cell {
&:hover {
cursor: pointer;
stroke: #000;
2015-04-26 12:48:37 +05:30
}
}
2015-04-26 12:48:37 +05:30
.user-contrib-text {
font-size: 12px;
fill: #959494;
}
2015-04-26 12:48:37 +05:30
.calendar-hint {
margin-top: -23px;
float: right;
font-size: 12px;
2015-04-26 12:48:37 +05:30
}