mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-30 01:25:30 +00:00
Some stuff
This commit is contained in:
@@ -237,6 +237,20 @@ body.page-edition::before {
|
||||
font-variant-caps: small-caps;
|
||||
}
|
||||
|
||||
/* Search loading spinner animation */
|
||||
@keyframes spin {
|
||||
from {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
to {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
.search-loading-spin {
|
||||
animation: spin 1s linear infinite;
|
||||
}
|
||||
|
||||
@layer components {
|
||||
html {
|
||||
font-size: 17px;
|
||||
|
||||
Reference in New Issue
Block a user