log-viewer/frontend/src/components/eventList/EventList.css

12 lines
182 B
CSS
Raw Normal View History

2022-02-09 11:56:34 +00:00
.eventListUl {
background-color: #c1f1ec;
2022-02-15 08:55:59 +00:00
max-width: 75%;
2022-02-09 11:56:34 +00:00
padding: 5px;
border: 5px solid #26A69A;
border-radius: 5px;
}
.eventListLi {
list-style: none;
}