mirror of https://github.com/zulip/zulip.git
plans: Reduce font-size of text comparison elements.
This commit is contained in:
parent
f71c7458a7
commit
5c0e37844b
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue