openreplay/frontend/app/components/Header/alertList.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

15 lines
No EOL
229 B
CSS

.detailContent {
width: 400px;
padding: 20px;
background-color: rgba(242, 242, 242, 1);
position: absolute;
top: 0;
bottom: 0;
overflow-y: auto;
& .title {
font-size: 20px;
margin-bottom: 25px;
}
}