mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
dialog: Update the layout of dialogs according to the new design
According to the new dialog mockups, update the dialogs paddings and spacings. Also change the font-weigth of the title to 800 and the font-size to 18pt, this will make the headings of some dialogs ellipsize because they contain too much text, we'll have to fix this in subsequent commits. See https://gitlab.gnome.org/GNOME/gnome-shell/issues/1343 https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/886
This commit is contained in:
parent
2fc84e0fe3
commit
e4cb1a8f4b
1 changed files with 7 additions and 10 deletions
|
|
@ -35,17 +35,14 @@
|
|||
|
||||
/* Message Dialog */
|
||||
.message-dialog-content {
|
||||
max-width: 28em;
|
||||
spacing: 20px;
|
||||
}
|
||||
spacing: 18px;
|
||||
|
||||
.message-dialog-title {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.message-dialog-description {
|
||||
color: $fg_color;
|
||||
font-weight: bold;
|
||||
.message-dialog-title {
|
||||
text-align: center;
|
||||
font-size: 18pt;
|
||||
font-weight: 800;
|
||||
}
|
||||
.message-dialog-description { text-align: center; }
|
||||
}
|
||||
|
||||
/* ShellMountOperation Dialogs */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue