oak-frontend-base/es/components/map/locate/web.module.less

13 lines
225 B
Plaintext

.location-list {
width: 100%;
height: 100%;
overflow-y: scroll;
max-height: 600px;
display: flex;
flex-direction: column;
&-meta {
align-self: center;
justify-self: center;
}
}