gitlab-org--gitlab-foss/app/assets/stylesheets/framework/gfm.scss

9 lines
114 B
SCSS
Raw Normal View History

2014-10-01 07:10:13 +00:00
/**
* Styles that apply to all GFM related forms.
*/
2015-07-01 02:08:10 +00:00
.gfm-commit,
2016-08-15 18:41:55 +00:00
.gfm-commit_range {
@extend .commit-sha;
2015-07-01 02:08:10 +00:00
}