add sort & view for species
This commit is contained in:
parent
718ca47696
commit
6fff7422e8
26 changed files with 1448 additions and 432 deletions
32
assets/css/components/_sort.scss
Normal file
32
assets/css/components/_sort.scss
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
.sort{
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
gap: calc(var(--padding-inner)*0.5);
|
||||
p{
|
||||
font-weight: 500;
|
||||
padding-right: 1ch;
|
||||
}
|
||||
.is-selected{
|
||||
background-color: var(--color-txt);
|
||||
color: var(--white);
|
||||
a{
|
||||
color: var(--white);
|
||||
}
|
||||
svg {
|
||||
fill: var(--white);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
.group-sort-view{
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
margin-bottom: calc(var(--spacing)*1.5);
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue