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.scss21
1 files changed, 21 insertions, 0 deletions
diff --git a/content/assets/stylesheets/stylesheet.scss b/content/assets/stylesheets/stylesheet.scss
index 2faee710..92bc43fe 100644
--- a/content/assets/stylesheets/stylesheet.scss
+++ b/content/assets/stylesheets/stylesheet.scss
@@ -554,3 +554,24 @@ h6[id]::before {
@include gl-line-height-24;
}
}
+
+a.gl-tab-nav-item,
+a.gl-tab-nav-item:hover {
+ border: 0;
+ color: inherit;
+}
+.gl-tab-nav-item-active:active,
+.gl-tab-nav-item-active:focus,
+.gl-tab-nav-item-active:focus:active {
+ box-shadow: inset 0 -2px 0 0 $theme-indigo-500, 0 0 0 1px #fff;
+}
+.gl-tabs-nav li.nav-item {
+ margin: 0;
+}
+.gl-docs .gl-tab-content {
+ line-height: 1.5em;
+
+ .tab-pane p {
+ margin-bottom: 1.5em;
+ }
+}