Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/snippets.scss')
-rw-r--r--app/assets/stylesheets/snippets.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/assets/stylesheets/snippets.scss b/app/assets/stylesheets/snippets.scss
index f79237eee3d..e1f540c0f5f 100644
--- a/app/assets/stylesheets/snippets.scss
+++ b/app/assets/stylesheets/snippets.scss
@@ -26,6 +26,7 @@
&.gl-snippet-icon-doc-code { background-position: 0 0; }
&.gl-snippet-icon-doc-text { background-position: 0 -16px; }
&.gl-snippet-icon-download { background-position: 0 -32px; }
+ &.gl-snippet-icon-copy-to-clipboard { background-position: 0 -48px; }
}
.blob-viewer {
@@ -109,6 +110,7 @@
.file-header-content {
max-width: 75%;
+ align-self: center;
.file-title-name {
font-weight: $gl-font-weight-bold;
@@ -143,6 +145,7 @@
}
.btn-group {
+ button.btn,
a.btn {
background-color: $white;
text-decoration: none;
@@ -165,5 +168,9 @@
border-right: $border-style;
}
}
+
+ button.btn {
+ padding: 9px 9px 8px;
+ }
}
}