Files
FHC-Core/public/css/Vertragsverwaltung.css
T
2025-01-22 11:17:09 +01:00

17 lines
200 B
CSS

@import './components/verticalsplit.css';
html {
font-size: .875em;
}
.vv{
display: flex;
flex-direction: column;
height: 100vh;
}
.vv> header {
flex: 0 0 auto;
}
.vv> div {
flex: 1 1 auto;
}