Files
Shogi/Shogi.UI/Pages/Home/GamePiece.razor.css

9 lines
107 B
CSS

::deep svg {
max-width: 100%;
max-height: 100%;
}
[data-upsidedown] {
transform: rotateZ(180deg);
}