wip fields Eqlair

This commit is contained in:
Tykayn 2025-10-07 15:29:16 +02:00 committed by tykayn
parent 74fa59a2e1
commit 870edba462
7 changed files with 133 additions and 0 deletions

View file

@ -0,0 +1,8 @@
:host {
.wip-block {
background: #f3fbff;
padding: 2rem;
border-radius: 0.5rem;
border: 1px solid #ccc;
}
}