openreplay/frontend/app/components/BugFinder/SessionList/sessionListFooter.css
2021-05-01 15:12:01 +05:30

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;
}