debian-mirror-gitlab/app/assets/stylesheets/framework/gfm.scss
2015-10-24 18:46:33 +05:30

27 lines
375 B
SCSS

/**
* 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;
}
}
.gfm-commit, .gfm-commit_range {
font-family: $monospace_font;
font-size: 90%;
}