mirror of
https://github.com/Novattz/creamlinux-installer.git
synced 2026-05-02 04:52:03 -04:00
Change "Manage DLCs" button to be icon only
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user