Commit 25698fda authored by Clement Ho's avatar Clement Ho

Merge branch 'rverissimo-master-patch-43755' into 'master'

Update tooltip values to meet design specs

Closes gitlab-ui#264

See merge request gitlab-org/gitlab-ce!30981
parents 5c69b781 a7fa9bc2
.tooltip-inner {
font-size: $tooltip-font-size;
font-size: $gl-font-size-small;
border-radius: $border-radius-default;
line-height: 16px;
line-height: $gl-line-height;
font-weight: $gl-font-weight-normal;
padding: 8px;
}
......@@ -48,3 +48,7 @@ $spacers: (
9: ($spacer * 8)
);
$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