Skip to content

Commit 0e94aa8

Browse files
committed
fix styling
Signed-off-by: Jean-francois Gamache <jean-francois.gamache@montreal.ca>
1 parent d615c08 commit 0e94aa8

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

projects/angular-ui/src/lib/tooltip/tooltip.component.scss

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1+
@import '../core/colors';
2+
@import '../core/typography';
3+
14
.bao-tooltip {
25
position: absolute;
6+
padding: 2px 8px;
37
max-width: 200px;
4-
font-size: 14px;
5-
color: #f8f8f2;
6-
padding: 3px 8px;
7-
background: #282a36;
8+
color: $neutral-primary-reversed;
9+
background: $ground-reversed;
810
border-radius: 4px;
911
z-index: 1000;
1012
visibility: hidden;
11-
13+
@include typo-interface-small;
1214

1315
&.bao-tooltip-show {
1416
visibility: visible;

0 commit comments

Comments
 (0)