openreplay/frontend/app/components/BugFinder/SessionList/sessionListFooter.module.css
Shekar Siri 2ed5cac986
Webpack upgrade and dependency cleanup (#523)
* change(ui) - webpack update
* change(ui) - api optimize and other fixes
2022-06-03 16:47:38 +02:00

18 lines
No EOL
241 B
CSS

@import 'mixins.css';
.pageLoading {
display: flex;
flex-flow: column;
align-items: center;
margin: 20px 0 30px;
}
.loadMoreButton {
@mixin basicButton;
}
.countInfo {
font-size: 10px;
color: #999;
margin-bottom: 10px;
}