mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-27 22:00:59 -05:00
Use tabular font for numeric fields
When you’re entering numbers into a field we already add some extra tracking to make it easier to read. With this extra tracking the kerning looks a bit more even with the tabular, not lining numbers. This makes sense because tabular numbers are designed to be used where the content is numeric-only. Lining numbers (the default) are more appropriate for numbers that are used in passages of text.
This commit is contained in:
@@ -56,6 +56,7 @@
|
||||
}
|
||||
|
||||
.extra-tracking .form-control {
|
||||
@include core-19($tabular-numbers: true);
|
||||
padding-left: 5px;
|
||||
letter-spacing: 0.04em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user