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

12 lines
No EOL
252 B
CSS

.customMessage {
padding: 5px 10px !important;
box-shadow: none !important;
font-size: 12px !important;
color: $gray-medium !important;
font-weight: 300;
display: flex;
justify-content: center;
& > div {
flex: none !important;
}
}