summaryrefslogtreecommitdiff
path: root/source/features/ci-link.css
blob: bca398d48ada7ebd02ee9fcc17269d76a12c69bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
.rgh-ci-link {
	animation: fade-in 0.2s;
}

.rgh-ci-link summary .octicon {
	vertical-align: 0;
}

/* Adds space between `ci-link` and "Private" label, if present */
.Label + .rgh-ci-link {
	margin-left: 8px;
}