add sort & view for species
This commit is contained in:
parent
718ca47696
commit
6fff7422e8
26 changed files with 1448 additions and 432 deletions
|
|
@ -1,4 +1,5 @@
|
|||
@mixin icon($size){
|
||||
display: inline-block;
|
||||
width: $size;
|
||||
height: $size;
|
||||
|
||||
|
|
@ -18,15 +19,15 @@
|
|||
height: 100%;
|
||||
|
||||
circle{
|
||||
fill: #cfcfcf;
|
||||
fill: #efefef;
|
||||
}
|
||||
|
||||
.filled{
|
||||
fill: lightgreen;
|
||||
fill: var(--color-orange-medium);
|
||||
}
|
||||
|
||||
.verified{
|
||||
fill: green;
|
||||
fill: var(--color-green);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue