openreplay/frontend/app/components/Header/alertList.css
2021-05-01 15:12:01 +05:30

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