Convert edit teams form to SendouForm (#3138)

This commit is contained in:
Kalle
2026-06-04 20:38:24 +03:00
committed by GitHub
parent 83d21879bf
commit 8afcd8e137
57 changed files with 1040 additions and 527 deletions

View File

@@ -0,0 +1,13 @@
.preview {
width: 144px;
height: 144px;
border-radius: 50%;
object-fit: cover;
&.banner {
width: 100%;
height: auto;
max-width: 320px;
border-radius: var(--radius-box);
}
}