final UI fixes

This commit is contained in:
Katie Kroell 2026-01-14 11:06:28 -05:00
parent 3e179e4637
commit 3e9c7590bb
2 changed files with 10 additions and 1 deletions

View file

@ -304,6 +304,10 @@ export default {
min-height: 1px;
padding-left: .9375rem;
padding-right: .9375rem;
.subheader-secondary p {
text-align: left;
}
}
}
@ -319,4 +323,10 @@ export default {
}
}
}
.list-button-content {
span.small {
font-size: 1rem;
}
}
</style>

View file

@ -107,7 +107,6 @@ $heritage-checked-border-color: #0070d1;
span {
&.small {
color: $darker-gray;
font-size: 1rem;
}
}
}