service outages and use nws api
This commit is contained in:
parent
025e993700
commit
22129d5268
5 changed files with 126 additions and 60 deletions
19
src/App.css
19
src/App.css
|
@ -1,6 +1,23 @@
|
|||
.App {
|
||||
text-align: center;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.low-severity {
|
||||
background-color: #98fb98
|
||||
}
|
||||
|
||||
.med-severity {
|
||||
background-color: #eee8aa
|
||||
}
|
||||
|
||||
.high-severity {
|
||||
background-color: #f08080
|
||||
}
|
||||
|
||||
.incident {
|
||||
border-radius: 20px;
|
||||
padding: .75rem;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue