summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/gfm.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework/gfm.scss')
-rw-r--r--app/assets/stylesheets/framework/gfm.scss26
1 files changed, 26 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/gfm.scss b/app/assets/stylesheets/framework/gfm.scss
new file mode 100644
index 00000000000..5ae0520fd7b
--- /dev/null
+++ b/app/assets/stylesheets/framework/gfm.scss
@@ -0,0 +1,26 @@
+/**
+ * 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%;
+}