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

@ -140,7 +140,7 @@ var AuthPrompt = GObject.registerClass({
this.add_child(this._mainBox);
this.cancelButton = new St.Button({
style_class: 'modal-dialog-button button cancel-button',
style_class: 'login-dialog-button cancel-button',
accessible_name: _('Cancel'),
button_mask: St.ButtonMask.ONE | St.ButtonMask.THREE,
reactive: this._hasCancelButton,