2014-10-01 03:10:13 -04:00
|
|
|
/**
|
|
|
|
* Styles that apply to all GFM related forms.
|
|
|
|
*/
|
2015-06-30 22:08:10 -04:00
|
|
|
|
2017-05-11 11:47:44 -04:00
|
|
|
.gfm-commit,
|
2016-08-15 14:41:55 -04:00
|
|
|
.gfm-commit_range {
|
2017-05-11 11:47:44 -04:00
|
|
|
@extend .commit-sha;
|
2015-06-30 22:08:10 -04:00
|
|
|
}
|
2017-10-04 15:29:41 -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;
|
|
|
|
}
|
|
|
|
}
|