Files
webwindowconfigurator/WebWindowConfigurator/WebTest.razor.css
T
Annamaria Sassi 57129559af - aggiunto componente WebWindowComplex per trasformazione albero in tabella
- aggiunto WebTest per configuratore finestra complesso
2025-09-04 15:08:41 +02:00

18 lines
364 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;
}