Update tooltip values to meet design specs

This commit is contained in:
Rayana Verissimo 2019-07-20 17:50:35 +00:00
parent 66394bd1b7
commit a7fa9bc248
2 changed files with 6 additions and 3 deletions

View File

@ -1,7 +1,6 @@
.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;
}

View File

@ -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;