20 lines
250 B
SCSS
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;
|
|
}
|
|
}
|