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

27 lines
375 B
SCSS
Raw Normal View History

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