mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-08-14 00:42:58 +01:00
Restore rotate keyframes in _global.scss
Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
co-authored by
Scott Nonnenberg
parent
b3d9fc53ce
commit
ab38ecd62e
@@ -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