Commit 05999f2a authored by RawKStar77's avatar RawKStar77

Made font on heatmap-pointer tabs slightly smaller at the request of @dwhly.

parent 6c4618d7
...@@ -113,12 +113,12 @@ $baseFontSize: 14px; ...@@ -113,12 +113,12 @@ $baseFontSize: 14px;
background: none; background: none;
font-weight: bold; font-weight: bold;
font-family: $sansFontFamily; font-family: $sansFontFamily;
font-size: 13px; font-size: 11px;
line-height: 17.5px; line-height: 17.5px;
left: 5px; left: 5px;
right: 2px; right: 2px;
position: absolute; position: absolute;
bottom: 1px; bottom: 2px;
} }
&:hover { &:hover {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment