37 lines
523 B
Plaintext
37 lines
523 B
Plaintext
|
|
.map {
|
|
width: 100%;
|
|
height: 500px;
|
|
}
|
|
|
|
|
|
.list {
|
|
height: 500px;
|
|
}
|
|
|
|
.check {
|
|
color: var(--td-brand-color);
|
|
}
|
|
|
|
.searchBox {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
}
|
|
|
|
.loadingBox {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
min-height: 100px;
|
|
}
|
|
|
|
.noData {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
min-height: 100px;
|
|
align-items: center;
|
|
color: var(--td-text-color-placeholder);
|
|
align-self: center;
|
|
} |