mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-26 12:21:03 +00:00
12 lines
208 B
SCSS
12 lines
208 B
SCSS
@use "../../scss/variables" as vars;
|
|
|
|
.delete-game-modal {
|
|
&__actions-buttons-ctn {
|
|
display: flex;
|
|
width: 100%;
|
|
justify-content: end;
|
|
align-items: center;
|
|
gap: vars.$spacing-unit;
|
|
}
|
|
}
|