Skip to content

Commit e86d568

Browse files
authored
Merge pull request #12 from oslabs-beta/ctxSupport
styling update for tooltip pannel
2 parents a396e8a + 2b75a8e commit e86d568

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/app/styles/main.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@
99
background-color: #505050;
1010
color: rgb(216, 216, 216);
1111
margin-top: 3px;
12+
margin-bottom: 3px;
1213
padding: 2px;
1314
}
1415

1516
.tooltipWrapper h2 {
1617
margin-top: 1px;
1718
margin-bottom: 1px;
19+
margin-left: 1px;
1820
font-size: small;
1921
font-weight: bolder;
2022
}
@@ -23,6 +25,7 @@
2325
margin-top: 1px;
2426
margin-bottom: 1px;
2527
margin-left: 10px;
28+
margin-right: 3px;
2629
}
2730

2831
/* width */

0 commit comments

Comments
 (0)