2014-08-15 04:14:58 -04:00
|
|
|
.timeline {
|
2015-09-07 19:25:51 -04:00
|
|
|
@include basic-list;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2014-08-15 04:14:58 -04:00
|
|
|
|
2017-05-25 00:32:37 -04:00
|
|
|
&::before {
|
2018-04-09 11:26:28 -04:00
|
|
|
@include notes-media('max', map-get($grid-breakpoints, xs)) {
|
2017-05-25 00:32:37 -04:00
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-09-08 04:12:14 -04:00
|
|
|
.system-note {
|
|
|
|
.note-text {
|
2016-12-30 15:18:27 -05:00
|
|
|
color: $gl-text-color !important;
|
2014-12-20 15:55:55 -05:00
|
|
|
}
|
|
|
|
}
|
2015-09-09 05:36:55 -04:00
|
|
|
|
|
|
|
.diff-file {
|
|
|
|
border: 1px solid $border-color;
|
2016-04-14 09:50:48 -04:00
|
|
|
margin: 0;
|
2015-09-09 05:36:55 -04:00
|
|
|
}
|
2017-10-07 00:25:17 -04:00
|
|
|
|
|
|
|
&.text-file .diff-file {
|
2017-11-02 19:59:51 -04:00
|
|
|
border-bottom: 0;
|
2017-10-07 00:25:17 -04:00
|
|
|
}
|
2014-08-15 04:14:58 -04:00
|
|
|
}
|
2014-12-02 04:31:57 -05:00
|
|
|
|
2017-05-12 06:19:32 -04:00
|
|
|
.timeline-entry {
|
|
|
|
border-color: $white-normal;
|
|
|
|
color: $gl-text-color;
|
|
|
|
border-bottom: 1px solid $border-white-light;
|
2017-10-07 00:25:17 -04:00
|
|
|
background: $white-light;
|
2017-05-12 06:19:32 -04:00
|
|
|
|
|
|
|
.timeline-entry-inner {
|
|
|
|
position: relative;
|
2017-05-25 00:32:37 -04:00
|
|
|
|
2018-04-09 11:26:28 -04:00
|
|
|
@include notes-media('max', map-get($grid-breakpoints, xs)) {
|
2017-05-25 00:32:37 -04:00
|
|
|
.timeline-icon {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.timeline-content {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
}
|
2017-05-12 06:19:32 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
&:target,
|
|
|
|
&.target {
|
|
|
|
background: $line-target-blue;
|
2017-06-20 09:33:39 -04:00
|
|
|
|
|
|
|
&.system-note .note-body .note-text.system-note-commit-list::after {
|
|
|
|
background: linear-gradient(rgba($line-target-blue, 0.1) -100px, $line-target-blue 100%);
|
|
|
|
}
|
2017-05-12 06:19:32 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.avatar {
|
|
|
|
margin-right: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.controls {
|
|
|
|
padding-top: 10px;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-09-09 05:36:55 -04:00
|
|
|
.discussion .timeline-entry {
|
|
|
|
margin: 0;
|
2017-11-02 19:59:51 -04:00
|
|
|
border-right: 0;
|
2015-09-09 05:36:55 -04:00
|
|
|
}
|