finance form template displayed

This commit is contained in:
2024-04-09 12:35:05 -04:00
parent 67e0407058
commit 57facdd65c
9 changed files with 903 additions and 870 deletions

View File

@@ -209,7 +209,7 @@ li.mdc-list-item:hover {
#slide-out-filters{
transition: 300ms ease-in-out;
translate: -100%;
/* translate: -100%; */
}
@@ -238,4 +238,12 @@ li.mdc-list-item:hover {
.sticky-container{
position: static;
}
/*
#applied-filters-container{
position: fixed;
bottom: 0px;
z-index: 50;
width: 100%;
right: 0;
} */
}