add sort & view for species

This commit is contained in:
Julie Blanc 2026-02-15 23:14:52 +01:00
parent 718ca47696
commit 6fff7422e8
26 changed files with 1448 additions and 432 deletions

View file

@ -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);
}
}
}