program - order sessions by month
This commit is contained in:
parent
3694b55357
commit
28c6f3d5c7
6 changed files with 111 additions and 14 deletions
11
assets/css/src/program-filters.css
Normal file
11
assets/css/src/program-filters.css
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
.filters > button {
|
||||
transition: color 0.2s ease-in-out;
|
||||
}
|
||||
|
||||
.filters > button:hover {
|
||||
color: var(--color-salmon);
|
||||
}
|
||||
|
||||
.filters > button:not(:last-child) {
|
||||
margin-right: 4vw;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue