debian-mirror-gitlab/app/assets/stylesheets/framework/tooltips.scss

7 lines
165 B
SCSS
Raw Normal View History

2018-03-17 18:26:18 +05:30
.tooltip-inner {
2019-10-12 21:52:04 +05:30
font-size: $gl-font-size-small;
2018-03-17 18:26:18 +05:30
border-radius: $border-radius-default;
2019-10-12 21:52:04 +05:30
line-height: $gl-line-height;
2018-03-17 18:26:18 +05:30
font-weight: $gl-font-weight-normal;
}