Updated adoption report

This commit is contained in:
Corey Blais
2026-06-02 12:55:35 -04:00
parent 545fae59b2
commit 5f0fad3cbb
5 changed files with 50 additions and 15 deletions
+9
View File
@@ -1211,6 +1211,7 @@ textarea {
.bird-detail-tab .info-tab-icon,
.bird-detail-tab .note-tab-icon,
.bird-detail-tab .report-tab-icon,
.bird-detail-tab .audit-tab-icon,
.bird-detail-tab .vet-tab-icon {
width: 24px;
@@ -1219,6 +1220,14 @@ textarea {
stroke: none;
}
.bird-detail-tab .material-symbols-outlined {
display: block;
font-family: "Material Symbols Outlined";
font-size: 24px;
font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
line-height: 1;
}
.bird-detail-tab:hover {
border-color: rgba(35, 138, 90, 0.28);
color: var(--ink);