nws-site/src/App.css

24 lines
275 B
CSS
Raw Normal View History

.App {
2022-02-04 01:14:34 +00:00
display: flex;
align-items: center;
flex-direction: column;
}
2022-10-22 21:21:03 +00:00
.low-severity {
background-color: #98fb98
}
.med-severity {
background-color: #eee8aa
}
.high-severity {
background-color: #f08080
}
.incident {
border-radius: 20px;
padding: .75rem;
}