mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-23 05:10:27 +01:00
15 lines
175 B
CSS
15 lines
175 B
CSS
|
.resolutions {
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
.complaint.high {
|
||
|
background-color: red;
|
||
|
}
|
||
|
|
||
|
.complaint.medium {
|
||
|
background-color: orange;
|
||
|
}
|
||
|
|
||
|
.complaint.low {
|
||
|
background-color: yellow;
|
||
|
}
|