This repository has been archived on 2023-12-07. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
universal-statuspage/frontend/src/app/status/status.component.scss
2020-05-05 01:33:14 +02:00

22 lines
240 B
SCSS

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