mirror of
https://codeberg.org/vlw/honeypot.git
synced 2026-04-13 11:09:39 +02:00
9 lines
127 B
CSS
9 lines
127 B
CSS
vv-shell {
|
|
display: grid;
|
|
justify-items: center;
|
|
align-items: center;
|
|
|
|
&[vv-loading="true"]::after {
|
|
display: none;
|
|
}
|
|
}
|