2015-04-26 12:48:37 +05:30
|
|
|
/**
|
|
|
|
* Styles that apply to all GFM related forms.
|
|
|
|
*/
|
|
|
|
.issue-form, .merge-request-form, .wiki-form {
|
|
|
|
.description {
|
|
|
|
height: 16em;
|
|
|
|
border-top-left-radius: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.wiki-form {
|
|
|
|
.description {
|
|
|
|
height: 26em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.milestone-form {
|
|
|
|
.description {
|
|
|
|
height: 14em;
|
|
|
|
}
|
|
|
|
}
|
2015-09-11 14:41:01 +05:30
|
|
|
|
|
|
|
.gfm-commit, .gfm-commit_range {
|
|
|
|
font-family: $monospace_font;
|
|
|
|
}
|