8 lines
181 B
SCSS
8 lines
181 B
SCSS
|
.tooltip-inner {
|
||
|
font-size: $tooltip-font-size;
|
||
|
border-radius: $border-radius-default;
|
||
|
line-height: 16px;
|
||
|
font-weight: $gl-font-weight-normal;
|
||
|
padding: $gl-btn-padding;
|
||
|
}
|