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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'content/assets/stylesheets/stylesheet.scss')
-rw-r--r--content/assets/stylesheets/stylesheet.scss8
1 files changed, 7 insertions, 1 deletions
diff --git a/content/assets/stylesheets/stylesheet.scss b/content/assets/stylesheets/stylesheet.scss
index 4ac8ae57..57184b21 100644
--- a/content/assets/stylesheets/stylesheet.scss
+++ b/content/assets/stylesheets/stylesheet.scss
@@ -1,5 +1,5 @@
---
-version: 35
+version: 36
---
@import "variables";
@@ -123,6 +123,12 @@ pre {
}
}
+.gitlab-embed-snippets {
+ .clip-btn {
+ display: none;
+ }
+}
+
code, code span {
font-family: $mono-font-family;
}