This repository has been archived on 2023-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
universal-statuspage/src/app/status/status.component.scss
Samuel Philipp 6799b64f2a
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
added option to update multiple service states at once
minor frontend improvements
2020-07-16 22:08:02 +02:00

28 lines
327 B
SCSS

.operational {
color: #7ed321;
}
.outage {
color: #ff6f6f;
}
.maintenance {
color: #f7ca18;
}
a {
text-decoration: none;
outline: none;
color: #ffffff;
&:hover.name, &:hover .name {
text-decoration: underline;
}
}
mat-panel-title {
.fa, .fas, .far, .fal, .fad, .fab {
line-height: inherit;
}
}