mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
style fixes
This commit is contained in:
17
cookbook/static/css/app.min.css
vendored
Normal file
17
cookbook/static/css/app.min.css
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
.spinner-tandoor {
|
||||
animation: rotation 3s infinite linear;
|
||||
content: url("../assets/spinner.svg");
|
||||
width: auto;
|
||||
height: 20vh;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
@keyframes rotation {
|
||||
from {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
to {
|
||||
transform: rotate(359deg);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user