diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-10-23 15:29:53 +0200 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-10-23 15:29:53 +0200 |
commit | 831deeeac3b0de16f65ae67f5c0a249a95ba3079 (patch) | |
tree | ccf0a998387287d0c91f471e5221c717e89858aa /app | |
parent | c05275a20156fa512f7633e2205aeb56795c6b03 (diff) | |
download | gitlab-ce-831deeeac3b0de16f65ae67f5c0a249a95ba3079.tar.gz |
Add styling for cross-project-reference clipboard button
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/pages/issuable.scss | 13 |
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; + } +} |