2015-04-26 12:48:37 +05:30
|
|
|
/**
|
|
|
|
* Styles that apply to all GFM related forms.
|
|
|
|
*/
|
2015-09-11 14:41:01 +05:30
|
|
|
|
2017-09-10 17:25:29 +05:30
|
|
|
.gfm-commit,
|
2016-09-29 09:46:39 +05:30
|
|
|
.gfm-commit_range {
|
2017-09-10 17:25:29 +05:30
|
|
|
@extend .commit-sha;
|
2015-09-11 14:41:01 +05:30
|
|
|
}
|