[AGS] Launcher: Prepare

This commit is contained in:
2025-04-26 12:08:33 +02:00
parent 02861efcae
commit afe25a322a
4 changed files with 127 additions and 6 deletions

View File

@@ -0,0 +1,16 @@
@use '../../util/colours.scss' as *;
window {
background: transparent;
}
box.app-launcher-wrapper {
background-color: $shadow-color;
>box.app-launcher {
background-color: $bg-color;
border-radius: 30px;
padding: 20px;
border: 1px solid $accent-color-2;
}
}