mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
flatpickr: Use constant variable for font-size.
This is part of an effort to remove all pixel font sizes from most stylesheets. We won't scale this with font size because the flatpickr doesn't scale with font size.
This commit is contained in:
@@ -1479,7 +1479,7 @@ div.toggle_resolve_topic_spinner .loading_indicator_spinner {
|
||||
.flatpickr-confirm {
|
||||
color: hsl(0deg 0% 100%);
|
||||
background-color: hsl(213deg 90% 65%);
|
||||
font-size: 18px;
|
||||
font-size: var(--flatpickr-confirm-button-font-size);
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user