add everything i was trying to make work
All checks were successful
/ build (push) Successful in 55s

This commit is contained in:
Ruben 2025-05-12 20:52:49 -05:00
commit 6e057a5898
No known key found for this signature in database
GPG key ID: AE181294E97E4802
47 changed files with 3635 additions and 96 deletions

View file

@ -655,4 +655,19 @@ uses Tabler icons via https://icon-sets.iconify.design/tabler to generate reusab
mask-repeat: no-repeat;
-webkit-mask-size: 100% 100%;
mask-size: 100% 100%;
}
}
/* ti-arrow-autofit-height */
.tabler--arrow-autofit-height {
display: inline-block;
width: 1.3rem;
height: 1.3rem;
vertical-align: top;
--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 20H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h6m6 10v7m0-18v7m-3 8l3 3l3-3M15 6l3-3l3 3'/%3E%3C/svg%3E");
background-color: currentColor;
-webkit-mask-image: var(--svg);
mask-image: var(--svg);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: 100% 100%;
mask-size: 100% 100%;
}