Update _budgie.scss

This commit is contained in:
vinceliuice 2023-04-01 13:05:04 +08:00
parent 6ddd8e1932
commit 51033abc94

View file

@ -822,6 +822,10 @@ image.raven-mpris {
background-color: $surface; background-color: $surface;
border: none; border: none;
padding: 0; padding: 0;
> box > grid {
padding: $space-size * 4;
}
} }
// Session Dialog // Session Dialog
@ -859,6 +863,10 @@ image.raven-mpris {
.budgie-polkit-dialog { .budgie-polkit-dialog {
.message { color: $text-secondary; } .message { color: $text-secondary; }
.failure { color: $destructive; } .failure { color: $destructive; }
> box > grid {
padding-bottom: 0;
}
} }
// Run Dialog // Run Dialog