style: Adjust font sizes in Calendar popover

- increase the font size definition for %smaller used by calendar
- drop numeric time style for weather box

Fixes: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/7400
Fixes: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/6024
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3313>
(cherry picked from commit aa2c8ae435)
This commit is contained in:
Sam Hewitt 2024-05-13 15:11:11 -02:30 committed by Florian Müllner
parent 20623458ae
commit 0ad1756a64
No known key found for this signature in database
2 changed files with 4 additions and 5 deletions

View file

@ -291,7 +291,7 @@ stage {
%smaller {
font-weight: 400;
@include fontsize(8pt);
@include fontsize(9pt);
}
%monospace {font-family: monospace;}

View file

@ -268,10 +268,9 @@
spacing-columns: $base_padding * 2;
.weather-forecast-time {
@extend %numeric;
@include fontsize(10pt);
padding-top: 0.2em;
padding-bottom: 0.4em;
@extend %smaller;
padding-top: $base_padding;
padding-bottom: $base_padding;
}
.weather-forecast-icon {
icon-size: $large_scalable_icon_size;