30 lines
535 B
Plaintext
30 lines
535 B
Plaintext
.oak-location {
|
|
&-map {
|
|
width: 100%;
|
|
height: 500px;
|
|
|
|
}
|
|
|
|
&-list {
|
|
height: 500px;
|
|
overflow: auto;
|
|
|
|
&-header {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
}
|
|
|
|
&-checked {
|
|
color: var(--oak-brand-color);
|
|
font-size: 24px;
|
|
}
|
|
|
|
&-loadingBox {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
min-height: 100px;
|
|
}
|
|
}
|
|
} |