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>
This commit is contained in:
@ -291,7 +291,7 @@ stage {
|
|||||||
|
|
||||||
%smaller {
|
%smaller {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
@include fontsize(8pt);
|
@include fontsize(9pt);
|
||||||
}
|
}
|
||||||
|
|
||||||
%monospace {font-family: monospace;}
|
%monospace {font-family: monospace;}
|
||||||
|
@ -268,10 +268,9 @@
|
|||||||
spacing-columns: $base_padding * 2;
|
spacing-columns: $base_padding * 2;
|
||||||
|
|
||||||
.weather-forecast-time {
|
.weather-forecast-time {
|
||||||
@extend %numeric;
|
@extend %smaller;
|
||||||
@include fontsize(10pt);
|
padding-top: $base_padding;
|
||||||
padding-top: 0.2em;
|
padding-bottom: $base_padding;
|
||||||
padding-bottom: 0.4em;
|
|
||||||
}
|
}
|
||||||
.weather-forecast-icon {
|
.weather-forecast-icon {
|
||||||
icon-size: $large_scalable_icon_size;
|
icon-size: $large_scalable_icon_size;
|
||||||
|
Reference in New Issue
Block a user