mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
loginDialog: Add ConflictingSessionDialog
This dialog will be used by the next commit when a session is being opened but there's already a conflicting session opened. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3134>
This commit is contained in:
parent
3517749537
commit
d8fc37adc3
2 changed files with 90 additions and 0 deletions
|
|
@ -45,6 +45,25 @@ $_gdm_dialog_width: 25em;
|
|||
spacing: $base_padding * 2;
|
||||
}
|
||||
|
||||
.conflicting-session-dialog-content {
|
||||
spacing: 20px;
|
||||
|
||||
.conflicting-session-dialog-title {
|
||||
text-align: center;
|
||||
@extend %title_2;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.conflicting-session-dialog-desc {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.conflicting-session-dialog-desc-warning {
|
||||
text-align: center;
|
||||
color: $warning_color;
|
||||
}
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
margin: 3em 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue