style: Text and icon weight adjustments

- bump the font weight of the clock
- lower the font weight of user names
- adjust avatar weight

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3410>
This commit is contained in:
Sam Hewitt 2024-07-10 14:36:25 -02:30 committed by Marge Bot
parent 6dc07b4181
commit 94181ea999

View File

@ -217,7 +217,7 @@ $_gdm_dialog_width: 25em;
.unlock-dialog-clock-time { .unlock-dialog-clock-time {
@extend %numeric; @extend %numeric;
@include fontsize(72pt); @include fontsize(72pt);
font-weight: 200; font-weight: 800;
} }
.unlock-dialog-clock-date { .unlock-dialog-clock-date {
@ -318,7 +318,8 @@ $_gdm_dialog_width: 25em;
spacing: $base_padding * 4; spacing: $base_padding * 4;
.user-widget-label { .user-widget-label {
@extend %title_1; font-weight: 400;
@include fontsize(20pt);
text-align: center; text-align: center;
margin-bottom: .75em; margin-bottom: .75em;
} }
@ -327,7 +328,7 @@ $_gdm_dialog_width: 25em;
icon-size: $base_icon_size * 10; icon-size: $base_icon_size * 10;
& StIcon { & StIcon {
padding: $base_padding * 4; padding: $base_padding * 5;
} }
} }
} }