mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-08-04 20:34:21 +01:00
Restore rotate keyframes in _global.scss
This commit is contained in:
@@ -169,3 +169,9 @@ button:not(:disabled, [aria-disabled='true']) {
|
||||
.overflow-hidden {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@keyframes rotate {
|
||||
to {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user