honeypot/assets/css/pages/index.css

9 lines
127 B
CSS

vv-shell {
display: grid;
justify-items: center;
align-items: center;
&[vv-loading="true"]::after {
display: none;
}
}