summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-10-23 15:29:53 +0200
committerRobert Speicher <rspeicher@gmail.com>2015-10-23 15:29:53 +0200
commit831deeeac3b0de16f65ae67f5c0a249a95ba3079 (patch)
treeccf0a998387287d0c91f471e5221c717e89858aa /app
parentc05275a20156fa512f7633e2205aeb56795c6b03 (diff)
downloadgitlab-ce-831deeeac3b0de16f65ae67f5c0a249a95ba3079.tar.gz
Add styling for cross-project-reference clipboard button
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/pages/issuable.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss
index c60aa5c7fe7..abc27a19e32 100644
--- a/app/assets/stylesheets/pages/issuable.scss
+++ b/app/assets/stylesheets/pages/issuable.scss
@@ -88,3 +88,16 @@
padding: 13px 0;
}
}
+
+.cross-project-reference {
+ text-align: center;
+ width: 100%;
+
+ .slead {
+ padding: 5px;
+ }
+
+ span, button {
+ background-color: $background-color;
+ }
+}