mirror of
https://github.com/primer/css.git
synced 2024-11-28 13:12:16 +03:00
Importing TimelineItem from .com and creating matching docs
This commit is contained in:
parent
a95c6e1bc3
commit
599ecfd783
189
docs/content/components/timeline.md
Normal file
189
docs/content/components/timeline.md
Normal file
@ -0,0 +1,189 @@
|
|||||||
|
---
|
||||||
|
title: Timeline
|
||||||
|
path: components/timeline
|
||||||
|
status: Experimental
|
||||||
|
status_issue: 'https://github.com/github/design-systems/issues/101'
|
||||||
|
source: ''
|
||||||
|
bundle: timeline
|
||||||
|
---
|
||||||
|
|
||||||
|
The `TimelineItem` component is used to display items on a vertical timeline, connected by `TimelineItem-badge` elements.
|
||||||
|
|
||||||
|
```html live
|
||||||
|
<div class="TimelineItem">
|
||||||
|
<div class="TimelineItem-badge">
|
||||||
|
<!-- octicon("flame") -->
|
||||||
|
<svg class="octicon octicon-flame" viewBox="0 0 12 16" version="1.1" width="12" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M5.05.31c.81 2.17.41 3.38-.52 4.31C3.55 5.67 1.98 6.45.9 7.98c-1.45 2.05-1.7 6.53 3.53 7.7-2.2-1.16-2.67-4.52-.3-6.61-.61 2.03.53 3.33 1.94 2.86 1.39-.47 2.3.53 2.27 1.67-.02.78-.31 1.44-1.13 1.81 3.42-.59 4.78-3.42 4.78-5.56 0-2.84-2.53-3.22-1.25-5.61-1.52.13-2.03 1.13-1.89 2.75.09 1.08-1.02 1.8-1.86 1.33-.67-.41-.66-1.19-.06-1.78C8.18 5.31 8.68 2.45 5.05.32L5.03.3l.02.01z"></path></svg>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="TimelineItem-body">
|
||||||
|
<a href="#" class="text-bold link-gray-dark mr-1">Monalisa</a> created one
|
||||||
|
<a href="#" class="text-bold link-gray-dark">hot potato</a>
|
||||||
|
<a href="#" class="link-gray">Just now</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
```
|
||||||
|
|
||||||
|
## TimelineItem-badge
|
||||||
|
|
||||||
|
The default TimelineItem-badge color is dark text on a light grey background.
|
||||||
|
|
||||||
|
```html live
|
||||||
|
<!-- Default TimelineItem Badge -->
|
||||||
|
<div class="TimelineItem">
|
||||||
|
<div class="TimelineItem-badge">
|
||||||
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" class="octicon">
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0zM8 0a8 8 0 100 16A8 8 0 008 0zM5 8a1 1 0 100-2 1 1 0 000 2zm7-1a1 1 0 11-2 0 1 1 0 012 0zM5.32 9.636a.75.75 0 011.038.175l.007.009a1.82 1.82 0 00.35.31c.264.178.683.37 1.285.37.602 0 1.02-.192 1.285-.371a1.82 1.82 0 00.35-.31l.007-.008a.75.75 0 011.222.87l-.614-.431c.614.43.614.431.613.431v.001l-.001.002-.002.003-.005.007-.014.019a1.989 1.989 0 01-.184.213 3.32 3.32 0 01-.53.445A3.766 3.766 0 018 12c-.946 0-1.652-.308-2.126-.63a3.323 3.323 0 01-.673-.604 1.975 1.975 0 01-.042-.053l-.014-.02-.005-.006-.002-.003v-.002h-.001l.613-.432-.614.43a.75.75 0 01.183-1.044z"></path>
|
||||||
|
</svg>
|
||||||
|
</div>
|
||||||
|
<div class="TimelineItem-body">
|
||||||
|
Default badge color
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
```
|
||||||
|
|
||||||
|
### Adding color to TimelineItem-badge
|
||||||
|
|
||||||
|
To have color variants, use the [color utilities]() on the badge. Be cautious with color choices. We typically use them in the timeline to give meaning to the event in context of the timeline.
|
||||||
|
|
||||||
|
```html live
|
||||||
|
<!-- Colorful TimelineItem Badge -->
|
||||||
|
<div class="TimelineItem">
|
||||||
|
<div class="TimelineItem-badge bg-red text-white">
|
||||||
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" class="octicon">
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0zM8 0a8 8 0 100 16A8 8 0 008 0zM5 8a1 1 0 100-2 1 1 0 000 2zm7-1a1 1 0 11-2 0 1 1 0 012 0zM5.32 9.636a.75.75 0 011.038.175l.007.009a1.82 1.82 0 00.35.31c.264.178.683.37 1.285.37.602 0 1.02-.192 1.285-.371a1.82 1.82 0 00.35-.31l.007-.008a.75.75 0 011.222.87l-.614-.431c.614.43.614.431.613.431v.001l-.001.002-.002.003-.005.007-.014.019a1.989 1.989 0 01-.184.213 3.32 3.32 0 01-.53.445A3.766 3.766 0 018 12c-.946 0-1.652-.308-2.126-.63a3.323 3.323 0 01-.673-.604 1.975 1.975 0 01-.042-.053l-.014-.02-.005-.006-.002-.003v-.002h-.001l.613-.432-.614.43a.75.75 0 01.183-1.044z"></path>
|
||||||
|
</svg>
|
||||||
|
</div>
|
||||||
|
<div class="TimelineItem-body">
|
||||||
|
Red background used when closed events occur
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="TimelineItem">
|
||||||
|
<div class="TimelineItem-badge bg-green text-white">
|
||||||
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" class="octicon">
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0zM8 0a8 8 0 100 16A8 8 0 008 0zM5 8a1 1 0 100-2 1 1 0 000 2zm7-1a1 1 0 11-2 0 1 1 0 012 0zM5.32 9.636a.75.75 0 011.038.175l.007.009a1.82 1.82 0 00.35.31c.264.178.683.37 1.285.37.602 0 1.02-.192 1.285-.371a1.82 1.82 0 00.35-.31l.007-.008a.75.75 0 011.222.87l-.614-.431c.614.43.614.431.613.431v.001l-.001.002-.002.003-.005.007-.014.019a1.989 1.989 0 01-.184.213 3.32 3.32 0 01-.53.445A3.766 3.766 0 018 12c-.946 0-1.652-.308-2.126-.63a3.323 3.323 0 01-.673-.604 1.975 1.975 0 01-.042-.053l-.014-.02-.005-.006-.002-.003v-.002h-.001l.613-.432-.614.43a.75.75 0 01.183-1.044z"></path>
|
||||||
|
</svg>
|
||||||
|
</div>
|
||||||
|
<div class="TimelineItem-body">
|
||||||
|
Green background when opened or passed events occur
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="TimelineItem">
|
||||||
|
<div class="TimelineItem-badge bg-purple text-white">
|
||||||
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" class="octicon">
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0zM8 0a8 8 0 100 16A8 8 0 008 0zM5 8a1 1 0 100-2 1 1 0 000 2zm7-1a1 1 0 11-2 0 1 1 0 012 0zM5.32 9.636a.75.75 0 011.038.175l.007.009a1.82 1.82 0 00.35.31c.264.178.683.37 1.285.37.602 0 1.02-.192 1.285-.371a1.82 1.82 0 00.35-.31l.007-.008a.75.75 0 011.222.87l-.614-.431c.614.43.614.431.613.431v.001l-.001.002-.002.003-.005.007-.014.019a1.989 1.989 0 01-.184.213 3.32 3.32 0 01-.53.445A3.766 3.766 0 018 12c-.946 0-1.652-.308-2.126-.63a3.323 3.323 0 01-.673-.604 1.975 1.975 0 01-.042-.053l-.014-.02-.005-.006-.002-.003v-.002h-.001l.613-.432-.614.43a.75.75 0 01.183-1.044z"></path>
|
||||||
|
</svg>
|
||||||
|
</div>
|
||||||
|
<div class="TimelineItem-body">
|
||||||
|
Purple background used when pull requests are merged
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="TimelineItem">
|
||||||
|
<div class="TimelineItem-badge bg-blue text-white">
|
||||||
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" class="octicon">
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0zM8 0a8 8 0 100 16A8 8 0 008 0zM5 8a1 1 0 100-2 1 1 0 000 2zm7-1a1 1 0 11-2 0 1 1 0 012 0zM5.32 9.636a.75.75 0 011.038.175l.007.009a1.82 1.82 0 00.35.31c.264.178.683.37 1.285.37.602 0 1.02-.192 1.285-.371a1.82 1.82 0 00.35-.31l.007-.008a.75.75 0 011.222.87l-.614-.431c.614.43.614.431.613.431v.001l-.001.002-.002.003-.005.007-.014.019a1.989 1.989 0 01-.184.213 3.32 3.32 0 01-.53.445A3.766 3.766 0 018 12c-.946 0-1.652-.308-2.126-.63a3.323 3.323 0 01-.673-.604 1.975 1.975 0 01-.042-.053l-.014-.02-.005-.006-.002-.003v-.002h-.001l.613-.432-.614.43a.75.75 0 01.183-1.044z"></path>
|
||||||
|
</svg>
|
||||||
|
</div>
|
||||||
|
<div class="TimelineItem-body">
|
||||||
|
Blue background to indicate new events below
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
```
|
||||||
|
|
||||||
|
## TimelineItem--condensed
|
||||||
|
|
||||||
|
TimelineItem has a condensed variant that will reduce the vertical padding and remove the background from the badge item. These are most commonly used in commits.
|
||||||
|
|
||||||
|
```html live
|
||||||
|
<div class="TimelineItem TimelineItem--condensed">
|
||||||
|
<div class="TimelineItem-badge">
|
||||||
|
<svg class="octicon octicon-git-commit" viewBox="0 0 14 16" version="1.1" width="14" height="16" aria-hidden="true">
|
||||||
|
<path fill-rule="evenodd" d="M10.86 7c-.45-1.72-2-3-3.86-3-1.86 0-3.41 1.28-3.86 3H0v2h3.14c.45 1.72 2 3 3.86 3 1.86 0 3.41-1.28 3.86-3H14V7h-3.14zM7 10.2c-1.22 0-2.2-.98-2.2-2.2 0-1.22.98-2.2 2.2-2.2 1.22 0 2.2.98 2.2 2.2 0 1.22-.98 2.2-2.2 2.2z"></path>
|
||||||
|
</svg>
|
||||||
|
</div>
|
||||||
|
<div class="TimelineItem-body">
|
||||||
|
This is the message of a condensed TimelineItem
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="TimelineItem TimelineItem--condensed">
|
||||||
|
<div class="TimelineItem-badge">
|
||||||
|
<svg class="octicon octicon-git-commit" viewBox="0 0 14 16" version="1.1" width="14" height="16" aria-hidden="true">
|
||||||
|
<path fill-rule="evenodd" d="M10.86 7c-.45-1.72-2-3-3.86-3-1.86 0-3.41 1.28-3.86 3H0v2h3.14c.45 1.72 2 3 3.86 3 1.86 0 3.41-1.28 3.86-3H14V7h-3.14zM7 10.2c-1.22 0-2.2-.98-2.2-2.2 0-1.22.98-2.2 2.2-2.2 1.22 0 2.2.98 2.2 2.2 0 1.22-.98 2.2-2.2 2.2z"></path>
|
||||||
|
</svg>
|
||||||
|
</div>
|
||||||
|
<div class="TimelineItem-body">
|
||||||
|
This is the message of a condensed TimelineItem
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
```
|
||||||
|
|
||||||
|
## TimelineItem-avatar
|
||||||
|
|
||||||
|
Sometimes you want to give ownership to an event by displaying an [Avatar]() of the author. To do this, you'll need to wrap the TimelineItem in a `<div>` and give it space for the avatar. `ml-6 pl-3` This is `40px`, the size of the image, and `16px` space for the gutter.
|
||||||
|
|
||||||
|
```html live
|
||||||
|
<div class="ml-6 pl-3">
|
||||||
|
<div class="TimelineItem">
|
||||||
|
<div class="TimelineItem-avatar">
|
||||||
|
<img class="avatar" height="40" width="40" alt="@octocat"
|
||||||
|
src="https://user-images.githubusercontent.com/334891/29999089-2837c968-9009-11e7-92c1-6a7540a594d5.png" />
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="TimelineItem-badge">
|
||||||
|
<!-- octicon("flame") -->
|
||||||
|
<svg class="octicon octicon-flame" viewBox="0 0 12 16" version="1.1" width="12" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M5.05.31c.81 2.17.41 3.38-.52 4.31C3.55 5.67 1.98 6.45.9 7.98c-1.45 2.05-1.7 6.53 3.53 7.7-2.2-1.16-2.67-4.52-.3-6.61-.61 2.03.53 3.33 1.94 2.86 1.39-.47 2.3.53 2.27 1.67-.02.78-.31 1.44-1.13 1.81 3.42-.59 4.78-3.42 4.78-5.56 0-2.84-2.53-3.22-1.25-5.61-1.52.13-2.03 1.13-1.89 2.75.09 1.08-1.02 1.8-1.86 1.33-.67-.41-.66-1.19-.06-1.78C8.18 5.31 8.68 2.45 5.05.32L5.03.3l.02.01z"></path></svg>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="TimelineItem-body">
|
||||||
|
<a href="#" class="text-bold link-gray-dark mr-1">Monalisa</a> created one
|
||||||
|
<a href="#" class="text-bold link-gray-dark">hot potato</a>
|
||||||
|
<a href="#" class="link-gray">Just now</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
```
|
||||||
|
|
||||||
|
## TimelineItem-break
|
||||||
|
|
||||||
|
To create a visual break in the timeline, use `TimelineItem-break`. This adds a horizontal bar across the timeline to show that something has disrupted it. Usually this happens when a close or merged event occurs.
|
||||||
|
|
||||||
|
```html live
|
||||||
|
<div class="TimelineItem">
|
||||||
|
<div class="TimelineItem-badge bg-red text-white">
|
||||||
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" class="octicon">
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0zM8 0a8 8 0 100 16A8 8 0 008 0zM5 8a1 1 0 100-2 1 1 0 000 2zm7-1a1 1 0 11-2 0 1 1 0 012 0zM5.32 9.636a.75.75 0 011.038.175l.007.009a1.82 1.82 0 00.35.31c.264.178.683.37 1.285.37.602 0 1.02-.192 1.285-.371a1.82 1.82 0 00.35-.31l.007-.008a.75.75 0 011.222.87l-.614-.431c.614.43.614.431.613.431v.001l-.001.002-.002.003-.005.007-.014.019a1.989 1.989 0 01-.184.213 3.32 3.32 0 01-.53.445A3.766 3.766 0 018 12c-.946 0-1.652-.308-2.126-.63a3.323 3.323 0 01-.673-.604 1.975 1.975 0 01-.042-.053l-.014-.02-.005-.006-.002-.003v-.002h-.001l.613-.432-.614.43a.75.75 0 01.183-1.044z"></path>
|
||||||
|
</svg>
|
||||||
|
</div>
|
||||||
|
<div class="TimelineItem-body">
|
||||||
|
Red background used when closed events occur
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="TimelineItem-break ml-0"></div>
|
||||||
|
<div class="TimelineItem">
|
||||||
|
<div class="TimelineItem-badge bg-green text-white">
|
||||||
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" class="octicon">
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0zM8 0a8 8 0 100 16A8 8 0 008 0zM5 8a1 1 0 100-2 1 1 0 000 2zm7-1a1 1 0 11-2 0 1 1 0 012 0zM5.32 9.636a.75.75 0 011.038.175l.007.009a1.82 1.82 0 00.35.31c.264.178.683.37 1.285.37.602 0 1.02-.192 1.285-.371a1.82 1.82 0 00.35-.31l.007-.008a.75.75 0 011.222.87l-.614-.431c.614.43.614.431.613.431v.001l-.001.002-.002.003-.005.007-.014.019a1.989 1.989 0 01-.184.213 3.32 3.32 0 01-.53.445A3.766 3.766 0 018 12c-.946 0-1.652-.308-2.126-.63a3.323 3.323 0 01-.673-.604 1.975 1.975 0 01-.042-.053l-.014-.02-.005-.006-.002-.003v-.002h-.001l.613-.432-.614.43a.75.75 0 01.183-1.044z"></path>
|
||||||
|
</svg>
|
||||||
|
</div>
|
||||||
|
<div class="TimelineItem-body">
|
||||||
|
Green background when opened or passed events occur
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
```
|
||||||
|
|
||||||
|
## Target TimelineItem
|
||||||
|
|
||||||
|
```html live
|
||||||
|
<div class="TimelineItem" id="1">
|
||||||
|
<a href="#1" class="TimelineItem-badge">
|
||||||
|
<!-- octicon("flame") -->
|
||||||
|
<svg class="octicon octicon-flame" viewBox="0 0 12 16" version="1.1" width="12" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M5.05.31c.81 2.17.41 3.38-.52 4.31C3.55 5.67 1.98 6.45.9 7.98c-1.45 2.05-1.7 6.53 3.53 7.7-2.2-1.16-2.67-4.52-.3-6.61-.61 2.03.53 3.33 1.94 2.86 1.39-.47 2.3.53 2.27 1.67-.02.78-.31 1.44-1.13 1.81 3.42-.59 4.78-3.42 4.78-5.56 0-2.84-2.53-3.22-1.25-5.61-1.52.13-2.03 1.13-1.89 2.75.09 1.08-1.02 1.8-1.86 1.33-.67-.41-.66-1.19-.06-1.78C8.18 5.31 8.68 2.45 5.05.32L5.03.3l.02.01z"></path></svg>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<div class="TimelineItem-body">
|
||||||
|
<a href="#" class="text-bold link-gray-dark mr-1">Monalisa</a> created one
|
||||||
|
<a href="#" class="text-bold link-gray-dark">hot potato</a>
|
||||||
|
<a href="#1" class="link-gray">Just now</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
```
|
@ -109,6 +109,8 @@
|
|||||||
url: /components/select-menu-deprecated
|
url: /components/select-menu-deprecated
|
||||||
- title: Subhead
|
- title: Subhead
|
||||||
url: /components/subhead
|
url: /components/subhead
|
||||||
|
- title: Timeline
|
||||||
|
url: /components/timeline
|
||||||
- title: Toasts
|
- title: Toasts
|
||||||
url: /components/toasts
|
url: /components/toasts
|
||||||
- title: Tooltips
|
- title: Tooltips
|
||||||
|
25
src/timeline/README.md
Normal file
25
src/timeline/README.md
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
---
|
||||||
|
bundle: "timeline"
|
||||||
|
generated: true
|
||||||
|
---
|
||||||
|
|
||||||
|
# Primer CSS: `timeline` bundle
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
Primer CSS source files are written in [SCSS]. To include this Primer CSS module in your own build, ensure that your `node_modules` directory is listed in your Sass include paths, then import it with:
|
||||||
|
|
||||||
|
```scss
|
||||||
|
@import "@primer/css/timeline/index.scss";
|
||||||
|
```
|
||||||
|
|
||||||
|
## Build
|
||||||
|
|
||||||
|
The `@primer/css` npm package includes a standalone CSS build of this module in `dist/timeline.css`.
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
[MIT](https://github.com/primer/css/blob/master/LICENSE) © [GitHub](https://github.com/)
|
||||||
|
|
||||||
|
|
||||||
|
[scss]: https://sass-lang.com/documentation/syntax#scss
|
1
src/timeline/index.scss
Normal file
1
src/timeline/index.scss
Normal file
@ -0,0 +1 @@
|
|||||||
|
@import "./timeline-item.scss";
|
84
src/timeline/timeline-item.scss
Normal file
84
src/timeline/timeline-item.scss
Normal file
@ -0,0 +1,84 @@
|
|||||||
|
.TimelineItem {
|
||||||
|
position: relative;
|
||||||
|
display: flex;
|
||||||
|
padding: $spacer-3 0;
|
||||||
|
margin-left: $spacer-3;
|
||||||
|
|
||||||
|
// The Timeline
|
||||||
|
&::before {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
display: block;
|
||||||
|
width: 2px;
|
||||||
|
content: "";
|
||||||
|
background-color: $gray-200;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:target .TimelineItem-badge {
|
||||||
|
border-color: $blue-400;
|
||||||
|
box-shadow: 0 0 0.2em $blue-200;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.TimelineItem-badge {
|
||||||
|
position: relative;
|
||||||
|
z-index: 1;
|
||||||
|
display: flex;
|
||||||
|
width: $spacer-5;
|
||||||
|
height: $spacer-5;
|
||||||
|
margin-right: $spacer-2;
|
||||||
|
margin-left: -$spacer-3 + 1;
|
||||||
|
color: $gray-700;
|
||||||
|
align-items: center;
|
||||||
|
background-color: $gray-200;
|
||||||
|
border: 2px solid $white;
|
||||||
|
border-radius: 50%;
|
||||||
|
justify-content: center;
|
||||||
|
flex-shrink: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.TimelineItem-body {
|
||||||
|
max-width: 100%;
|
||||||
|
margin-top: $spacer-1;
|
||||||
|
color: $gray-700;
|
||||||
|
flex: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.TimelineItem-avatar {
|
||||||
|
position: absolute;
|
||||||
|
left: -($spacer-6 + $spacer-5);
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.TimelineItem-break {
|
||||||
|
position: relative;
|
||||||
|
z-index: 1;
|
||||||
|
height: $spacer-4;
|
||||||
|
margin: 0;
|
||||||
|
margin-bottom: -$spacer-3;
|
||||||
|
margin-left: -($spacer-6 + $spacer-3);
|
||||||
|
background-color: $white;
|
||||||
|
border: 0;
|
||||||
|
border-top: 4px solid $gray-200;
|
||||||
|
}
|
||||||
|
|
||||||
|
.TimelineItem--condensed {
|
||||||
|
padding-top: $spacer-1;
|
||||||
|
padding-bottom: 0;
|
||||||
|
|
||||||
|
// TimelineItem--condensed is often grouped. (commits)
|
||||||
|
&:last-child {
|
||||||
|
padding-bottom: $spacer-3;
|
||||||
|
}
|
||||||
|
|
||||||
|
.TimelineItem-badge {
|
||||||
|
height: $spacer-3;
|
||||||
|
margin-top: $spacer-2;
|
||||||
|
margin-bottom: $spacer-2;
|
||||||
|
color: $gray-400;
|
||||||
|
background-color: $white;
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user