summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2018-05-02 09:34:11 +0000
committerTim Zallmann <tzallmann@gitlab.com>2018-05-02 09:34:11 +0000
commita7f07693bc3209bb5b375e9b7becac98cb271805 (patch)
treec978b57482385b709c305c1804cfcb548451e9a2 /app/assets/stylesheets/framework
parentc22a3fa0c5cdc175f2b8232b9704079d27c619d0 (diff)
parenta1b80dcfaf74f736fe958a9e580cf166212bf66c (diff)
downloadgitlab-ce-a7f07693bc3209bb5b375e9b7becac98cb271805.tar.gz
Merge branch 'improve-quick-actions-summary-preview' into 'master'
Improve quick actions summary preview Closes #45892 See merge request gitlab-org/gitlab-ce!18659
Diffstat (limited to 'app/assets/stylesheets/framework')
-rw-r--r--app/assets/stylesheets/framework/markdown_area.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/markdown_area.scss b/app/assets/stylesheets/framework/markdown_area.scss
index 938f5f49c09..7b5d1c2cf8b 100644
--- a/app/assets/stylesheets/framework/markdown_area.scss
+++ b/app/assets/stylesheets/framework/markdown_area.scss
@@ -107,6 +107,16 @@
padding-top: 10px;
}
+.referenced-commands {
+ background: $blue-50;
+ padding: $gl-padding-8 $gl-padding;
+ border-radius: $border-radius-default;
+
+ p {
+ margin: 0;
+ }
+}
+
.md-preview-holder {
min-height: 167px;
padding: 10px 0;