A simple, universal public Statuspage.
https://status.sp-codes.de
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
240 B
23 lines
240 B
2 years ago
|
.operational {
|
||
|
color: #7ed321;
|
||
|
}
|
||
|
|
||
|
.outage {
|
||
|
color: #ff6f6f;
|
||
|
}
|
||
|
|
||
|
.maintenance {
|
||
|
color: #f7ca18;
|
||
|
}
|
||
|
|
||
|
a {
|
||
|
text-decoration: none;
|
||
|
outline: none;
|
||
|
}
|
||
|
|
||
|
mat-panel-title {
|
||
|
.fa, .fas, .far, .fal, .fad, .fab {
|
||
|
line-height: inherit;
|
||
|
}
|
||
|
}
|