travopti/frontend/src/app/containers/bookmark-list/bookmark-list.component.scss
Patrick Gebhardt 9c3f70d36b Add bookmarks
2020-06-19 17:50:38 +02:00

24 lines
325 B
SCSS

:host {
display: flex;
flex-direction: column;
height: 100%;
}
.bookmarks-contianer {
display: flex;
flex-direction: column;
justify-content: center;
> * {
margin-bottom: 2rem;
}
}
.spinner {
flex: 1 1 auto;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}