travopti/frontend/src/app/containers/home/home.component.scss
2020-06-18 13:26:31 +02:00

20 lines
250 B
SCSS

:host {
margin: 0;
box-sizing: border-box;
display: flex;
flex-direction: column;
}
app-search-input {
margin-bottom: 2rem;
}
.region-container {
display: flex;
flex-direction: column;
> app-region {
margin-bottom: 2rem;
}
}