forked from forgejo/forgejo
Refactor heatmap to vue component (#5401)
This commit is contained in:
parent
c03a9b3e42
commit
e09fe48773
18 changed files with 258 additions and 384 deletions
|
@ -605,3 +605,27 @@ footer {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.heatmap-color-0 {
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
|
||||
.heatmap-color-1 {
|
||||
background-color: #d7e5db;
|
||||
}
|
||||
|
||||
.heatmap-color-2 {
|
||||
background-color: #adc7ab;
|
||||
}
|
||||
|
||||
.heatmap-color-3 {
|
||||
background-color: #83a87b;
|
||||
}
|
||||
|
||||
.heatmap-color-4 {
|
||||
background-color: #598a4b;
|
||||
}
|
||||
|
||||
.heatmap-color-5 {
|
||||
background-color: #2f6b1b;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue