lockscreen: Style cleanup for lock and login

- increase the font size of clock elements
- increase the size of user avatars
- combines lock and login scss into one file
- clean up the css for avatars
- adjust the blur parameters of the screen shield

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2564>
This commit is contained in:
Sam Hewitt
2022-12-01 14:44:04 -03:30
committed by Jakub Steiner
parent b4075ca539
commit a4f7cfdff4
11 changed files with 297 additions and 308 deletions

View File

@ -310,7 +310,7 @@ var SessionMenuButton = GObject.registerClass({
}, class SessionMenuButton extends St.Bin {
_init() {
let button = new St.Button({
style_class: 'modal-dialog-button button login-dialog-session-list-button',
style_class: 'login-dialog-button login-dialog-session-list-button',
icon_name: 'emblem-system-symbolic',
reactive: true,
track_hover: true,