plans: Reduce font-size of text comparison elements.

This commit is contained in:
Karl Stolley 2024-01-09 10:14:06 -06:00 committed by Tim Abbott
parent f71c7458a7
commit 5c0e37844b
1 changed files with 4 additions and 0 deletions

View File

@ -212,6 +212,10 @@
/* Set positioning context for use /* Set positioning context for use
with tooltip hovers on icons. */ with tooltip hovers on icons. */
position: relative; position: relative;
/* Make non-icon text (e.g., "Billed hourly")
less prominent than other text in the table's
rows or columns. */
font-size: 0.9em;
} }
.comparison-value-positive::after, .comparison-value-positive::after,