e-lado
Version:
[](https://circleci.com/gh/sharetribe/sharetribe/tree/master) [](https://gemnasium.com/sharetribe/shar
29 lines (24 loc) • 385 B
CSS
.SearchPage {
width: 100%;
height: 100%;
min-height: 100vh;
display: flex;
flex-direction: column;
}
.main,
.empty {
flex-grow: 1;
display: flex;
flex-direction: column;
background-color: var(--SearchPage_backgroundColor);
}
.main {
justify-content: space-between;
}
.empty {
justify-content: center;
}
.pagination {
align-self: flex-end;
margin: 24px;
}