Change "Manage DLCs" button to be icon only

This commit is contained in:
Novattz
2025-11-11 15:29:51 +01:00
parent 62b80cc565
commit 1eb8f92946
2 changed files with 14 additions and 2 deletions

View File

@@ -96,6 +96,17 @@
transform: none;
box-shadow: none;
}
// Settings icon button variant
&.settings-icon-button {
svg {
transition: transform var(--duration-normal) var(--easing-ease-out);
}
&:hover svg {
transform: rotate(90deg);
}
}
}
// Animation for loading state