mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-03-04 02:59:56 +00:00
(front end prep for Purchasing Tickets module)
This commit is contained in:
4
resources/assets/less/animations.less
Normal file
4
resources/assets/less/animations.less
Normal file
@@ -0,0 +1,4 @@
|
||||
@keyframes spin-around {
|
||||
from { transform: rotate(0deg); }
|
||||
to { transform: rotate(359deg); }
|
||||
}
|
||||
Reference in New Issue
Block a user