mirror of
https://codeberg.org/vlw/vlw.se.git
synced 2026-04-13 01:39:40 +02:00
fix: remove broken loading spinner
This commit is contained in:
parent
f03800653d
commit
38fb61f1aa
2 changed files with 4 additions and 30 deletions
|
|
@ -89,32 +89,6 @@ h3 {
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ## Page transition */
|
|
||||||
|
|
||||||
[vv-loading] * {
|
|
||||||
transition: 200ms opacity;
|
|
||||||
}
|
|
||||||
|
|
||||||
[vv-loading="true"] * {
|
|
||||||
opacity: 0;
|
|
||||||
pointer-events: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
[vv-loading="true"]::after {
|
|
||||||
content: "";
|
|
||||||
position: fixed;
|
|
||||||
top: 50%;
|
|
||||||
left: 50%;
|
|
||||||
width: 45px;
|
|
||||||
height: 49px;
|
|
||||||
background-size: contain;
|
|
||||||
image-rendering: pixelated;
|
|
||||||
transform: translate(-50%, -50%);
|
|
||||||
background-image: url("/assets/media/spinner.gif");
|
|
||||||
-webkit-filter: hue-rotate(var(--hue-accent));
|
|
||||||
filter: hue-rotate(var(--hue-accent));
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ## Buttons */
|
/* ## Buttons */
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.8 KiB |
Loading…
Add table
Reference in a new issue