Skip to content

Commit c0d25ea

Browse files
committed
Adjust tool tip dimensions
1 parent 3d4bd61 commit c0d25ea

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

assets/scss/_custom.scss

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,14 @@
152152
border-color:#005aa7;
153153
color:#005aa7;
154154
border-radius: 100px;
155-
width: 30px;
156-
height: 30px;
155+
width: 18px;
156+
height: 18px;
157157
background-color: #fff;
158158
margin-left: 2px;
159+
position: relative;
160+
top: 6px;
161+
b {
162+
position: relative;
163+
top: -6px;
164+
}
159165
}

0 commit comments

Comments
 (0)