2014-10-01 03:10:13 -04:00
|
|
|
/**
|
|
|
|
* Styles that apply to all GFM related forms.
|
|
|
|
*/
|
|
|
|
.issue-form, .merge-request-form, .wiki-form {
|
|
|
|
.description {
|
2015-03-07 13:35:17 -05:00
|
|
|
height: 16em;
|
2015-01-20 01:25:09 -05:00
|
|
|
border-top-left-radius: 0;
|
2014-10-01 03:10:13 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.wiki-form {
|
|
|
|
.description {
|
|
|
|
height: 26em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.milestone-form {
|
|
|
|
.description {
|
|
|
|
height: 14em;
|
|
|
|
}
|
2015-01-20 01:25:09 -05:00
|
|
|
}
|
2015-06-30 22:08:10 -04:00
|
|
|
|
|
|
|
.gfm-commit, .gfm-commit_range {
|
|
|
|
font-family: $monospace_font;
|
2015-10-13 12:27:25 -04:00
|
|
|
font-size: 90%;
|
2015-06-30 22:08:10 -04:00
|
|
|
}
|