Files
webwindowconfigurator/WebWindowJWD/WebWindowJWDInput.razor.css
Annamaria Sassi ea44fe5802 - aggiunto componente configuratore con ingresso JWD
- migliorato aggiunta anta e split
2025-08-11 17:24:23 +02:00

17 lines
363 B
CSS

.my-component {
border: 2px dashed red;
padding: 1em;
margin: 1em 0;
background-image: url('background.png');
}
/* gestione SVG responsive */
.responsive-svg {
/* SVG scala a fit del container */
width: 100%;
/* Altezza massima in rem (caratteri) */
height: 40rem;
/* Removes extra space below SVG */
display: block;
}