source:
src/main/resources/static/css/risk.css
Last change on this file was b8dc761, checked in by , 3 years ago | |
---|---|
|
|
File size: 243 bytes |
Rev | Line | |
---|---|---|
[b8dc761] | 1 | .red { |
2 | background-color: rgb(237, 28, 36); | |
3 | } | |
4 | ||
5 | .orange { | |
6 | background-color: orange; | |
7 | } | |
8 | ||
9 | .yellow { | |
10 | background-color: yellow; | |
11 | } | |
12 | ||
13 | .light-yellow { | |
14 | background-color: lightgoldenrodyellow; | |
15 | } | |
16 | ||
17 | .green { | |
18 | background-color: lightgreen; | |
19 | } |
Note:
See TracBrowser
for help on using the repository browser.