Commit 8075f5c1 authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab-ce master

parents c59a4eea 25698fda
.tooltip-inner { .tooltip-inner {
font-size: $tooltip-font-size; font-size: $gl-font-size-small;
border-radius: $border-radius-default; border-radius: $border-radius-default;
line-height: 16px; line-height: $gl-line-height;
font-weight: $gl-font-weight-normal; font-weight: $gl-font-weight-normal;
padding: 8px;
} }
...@@ -48,3 +48,7 @@ $spacers: ( ...@@ -48,3 +48,7 @@ $spacers: (
9: ($spacer * 8) 9: ($spacer * 8)
); );
$pagination-color: $gl-text-color; $pagination-color: $gl-text-color;
$tooltip-padding-y: 0.5rem;
$tooltip-padding-x: 0.75rem;
$tooltip-arrow-height: 0.5rem;
$tooltip-arrow-width: 1rem;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment