mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-04-29 12:45:27 +08:00
27 lines
440 B
SCSS
27 lines
440 B
SCSS
.timeline-comment {
|
|
position: relative;
|
|
}
|
|
|
|
.timeline-comment:before {
|
|
border-width: 8px;
|
|
border-right-color: #d1d5da;
|
|
}
|
|
.timeline-comment:after {
|
|
position: absolute;
|
|
top: 11px;
|
|
right: 100%;
|
|
left: -16px;
|
|
display: block;
|
|
width: 0;
|
|
height: 0;
|
|
pointer-events: none;
|
|
content: " ";
|
|
border-color: transparent;
|
|
border-style: solid solid outset;
|
|
}
|
|
|
|
figure {
|
|
margin: 0;
|
|
padding: $spacer-3;
|
|
}
|