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

19 lines
306 B
SCSS
Raw Normal View History

2014-10-01 03:10:13 -04:00
/**
* Styles that apply to all GFM related forms.
*/
2015-06-30 22:08:10 -04:00
.gfm-commit,
2016-08-15 14:41:55 -04:00
.gfm-commit_range {
@extend .commit-sha;
2015-06-30 22:08:10 -04:00
}
.gfm-project_member {
padding: 0 2px;
border-radius: #{$border-radius-default / 2};
background-color: $user-mention-bg;
&:hover {
background-color: $user-mention-bg-hover;
}
}