Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gfm.scss « framework « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dbdd5a4464bddb814f5c6393662d32d6ebe5d9d7 (plain)
1
2
3
4
5
6
7
8
/**
 * Styles that apply to all GFM related forms.
 */

.gfm-commit,
.gfm-commit_range {
  @extend .commit-sha;
}